After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 366492 - add windows vs8 project files
add windows vs8 project files
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Windows
: Normal enhancement
: 0.10.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-10-28 20:55 UTC by Sergey Scobich
Modified: 2006-11-14 21:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
zip archive with vs8 project files and solution (6.12 KB, application/octet-stream)
2006-10-28 20:56 UTC, Sergey Scobich
  Details
project files for good (66.19 KB, application/octet-stream)
2006-11-09 22:29 UTC, Sergey Scobich
  Details
add needed exports to core for building good (563 bytes, patch)
2006-11-09 22:52 UTC, Sergey Scobich
committed Details | Review
add needed exports to base for building good (468 bytes, patch)
2006-11-09 22:53 UTC, Sergey Scobich
committed Details | Review
correcting end line for vs8 project files (550.45 KB, patch)
2006-11-11 11:51 UTC, Sergey Scobich
committed Details | Review

Description Sergey Scobich 2006-10-28 20:55:25 UTC
Hi, I have attached windows vs8 project files for good.
It will be nice to have them included in CVS.
Comment 1 Sergey Scobich 2006-10-28 20:56:20 UTC
Created attachment 75577 [details]
zip archive with vs8 project files and solution
Comment 2 Tim-Philipp Müller 2006-10-30 16:47:59 UTC
Am I missing something, or does this only include the necessary files to build

 - libgstautodetect
 - libgstid3demux
 - libgstavidemux
 - ligbstudp

but pretty much nothing else?

What about all the other plugins?
Comment 3 Sergey Scobich 2006-10-31 07:30:59 UTC
I will add more elements this week and submit a new zip.
Comment 4 Tim-Philipp Müller 2006-10-31 08:50:22 UTC
Great, thanks! :)
Comment 5 Sergey Scobich 2006-11-09 22:29:38 UTC
Created attachment 76303 [details]
project files for good

Here is the new version of project files for good, containing the most of plugins. Note that many of plugins in ext are disabled from build by default.
Comment 6 Sergey Scobich 2006-11-09 22:52:02 UTC
Created attachment 76304 [details] [review]
add needed exports to core for building good

This patch should be applied against CORE, I attached it here because it's very simple and needed for building good.
Comment 7 Sergey Scobich 2006-11-09 22:53:39 UTC
Created attachment 76305 [details] [review]
add needed exports to base for building good

This patch should be applied against BASE.
Comment 8 Tim-Philipp Müller 2006-11-10 20:11:24 UTC
You rock, thanks! Project files and patches to core and base committed to CVS:


2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>

	Patch by: Sergey Scobich  <sergey.scobich at gmail com>

	* win32/vs8/gst-plugins-good.sln:
	* win32/vs8/libgst1394.vcproj:
	* win32/vs8/libgstaasink.vcproj:
	* win32/vs8/libgstalaw.vcproj:
	* win32/vs8/libgstalpha.vcproj:
	* win32/vs8/libgstalphacolor.vcproj:
	* win32/vs8/libgstannodex.vcproj:
	* win32/vs8/libgstapetag.vcproj:
	* win32/vs8/libgstaudiofx.vcproj:
	* win32/vs8/libgstauparse.vcproj:
	* win32/vs8/libgstautodetect.vcproj:
	* win32/vs8/libgstavi.vcproj:
	* win32/vs8/libgstcacasink.vcproj:
	* win32/vs8/libgstcdio.vcproj:
	* win32/vs8/libgstcutter.vcproj:
	* win32/vs8/libgstdv.vcproj:
	* win32/vs8/libgsteffectv.vcproj:
	* win32/vs8/libgstflac.vcproj:
	* win32/vs8/libgstflxdec.vcproj:
	* win32/vs8/libgstgoom.vcproj:
	* win32/vs8/libgsticydemux.vcproj:
	* win32/vs8/libgstid3demux.vcproj:
	* win32/vs8/libgstjpeg.vcproj:
	* win32/vs8/libgstladspa.vcproj:
	* win32/vs8/libgstlevel.vcproj:
	* win32/vs8/libgstmatroska.vcproj:
	* win32/vs8/libgstmikmod.vcproj:
	* win32/vs8/libgstmng.vcproj:
	* win32/vs8/libgstmonoscope.vcproj:
	* win32/vs8/libgstmulaw.vcproj:
	* win32/vs8/libgstmultipart.vcproj:
	* win32/vs8/libgstpng.vcproj:
	* win32/vs8/libgstrtp.vcproj:
	* win32/vs8/libgstrtsp.vcproj:
	* win32/vs8/libgstshout2.vcproj:
	* win32/vs8/libgstsmpte.vcproj:
	* win32/vs8/libgstspeex.vcproj:
	* win32/vs8/libgsttaglib.vcproj:
	* win32/vs8/libgstudp.vcproj:
	* win32/vs8/libgstvideobalance.vcproj:
	* win32/vs8/libgstvideobox.vcproj:
	* win32/vs8/libgstvideoflip.vcproj:
	* win32/vs8/libgstvideomixer.vcproj:
	* win32/vs8/libgstwavenc.vcproj:
	* win32/vs8/libgstwavparse.vcproj:
	  Add VS8 project files (note that many of the plugins in ext are
	  disabled by default). Fixes #366492.

Comment 9 Sergey Scobich 2006-11-11 11:51:51 UTC
Created attachment 76384 [details] [review]
correcting end line for vs8 project files

Please apply this patch to correct the end line in project files. It should be 0d,0a, not 0d,0d,0a. I forgot to tell you to pay attention to this, sorry.
Comment 10 Tim-Philipp Müller 2006-11-14 20:22:50 UTC
Hrm, odd, I've just unpacked the files and cvs added them, looks like this change has been done automatically somewhere (maybe cvs did a s/0a/0d 0a/ without checking if it is already 0d 0a or so). Not sure what the result will be with the patch, but it seems to change things to just 0a here, so I guess that should result in the correct line end pattern on checkout on win32.

Does it work with current CVS now?
Comment 11 Sergey Scobich 2006-11-14 20:30:55 UTC
Now it is correct - thanks.
Comment 12 Tim-Philipp Müller 2006-11-14 21:09:12 UTC
Great, thanks!