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 104752 - [0.6.1 candidate] dist includes ffmpeg CVS dir
[0.6.1 candidate] dist includes ffmpeg CVS dir
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.5.2
Other All
: Normal normal
: 0.4.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-01-29 19:59 UTC by David I. Lehn
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David I. Lehn 2003-01-29 19:59:19 UTC
./gst-libs/ext/ffmpeg/ffmpeg/CVS exists in the gst-plugins dist tarball. 
If it's possible this should be taken out.  Some people import the tarball
code into a vendor branch of another CVS repository.  CVS dirs in the
vendor code cause trouble when doing this.  There are workarounds.  For
instance, for Debian packagers using cvs-buildpackage, the cvs-upgrade tool
has a -F option to strip such directories.  However, it would be nice to
not include CVS dirs at all.
Comment 1 David Schleef 2003-04-04 22:02:31 UTC
This should fix the problem.  Is there a reasoning behind disting
ffmpeg/CVS/Tag, since it is the same as Tag?  I'm fixing this in HEAD,
and I recommend that it be applied to 0.6.1.

diff -u -r1.10 Makefile.am
--- Makefile.am 23 Feb 2003 19:58:50 -0000      1.10
+++ Makefile.am 4 Apr 2003 21:57:27 -0000
@@ -26,7 +26,6 @@
 DISTFILES = \
        $(PATCHES) \
        Tag \
-       ffmpeg/CVS/Tag \
        ffmpeg/Changelog \
        ffmpeg/COPYING \
        ffmpeg/CREDITS \
Comment 2 Ronald Bultje 2003-04-07 17:03:33 UTC
Applied to 0.6.1 CVS.