]> git.sesse.net Git - vlc/commitdiff
* debian/rules:
authorSam Hocevar <sam@videolan.org>
Tue, 2 Sep 2003 13:44:23 +0000 (13:44 +0000)
committerSam Hocevar <sam@videolan.org>
Tue, 2 Sep 2003 13:44:23 +0000 (13:44 +0000)
    + Disabled familiar plugin.
  * debian/changelog:
    + Updated for 0.6.2 packages.

debian/changelog
debian/rules

index 8bb158869f4fcdc016dbf670c171d5b382332386..fe950e8b362f58b5450ac7c9090e26e1bbe42e82 100644 (file)
@@ -1,6 +1,6 @@
-vlc (0.6.1+cvs-20030731-1) unstable; urgency=low
+vlc (0.6.2-1) unstable; urgency=low
 
-  * New CVS snapshot, based on the 0.6.1 release.
+  * New upstream release.
   * debian/control:
     + Added a build-dependency on freetype6-dev.
     + Added a build-dependency on libdvbpsi2-dev.
@@ -9,8 +9,15 @@ vlc (0.6.1+cvs-20030731-1) unstable; urgency=low
   * This release now uses libfreetype to render subtitles, and we recommend
     ttf-freefont | ttf-thryomanes, so that the old .rle font is no longer
     needed (Closes: #203013).
+  * extras/faad:
+    + aclocal-1.6 && autoconf && automake-1.6 -a -c -f && libtoolize -c -f
+  * extras/faad/common/mp4v2:
+    + aclocal-1.4 && autoconf && autoheader && automake-1.4 --foreign -a -c \
+      && libtoolize -c -f
+  * extras/mpeg2dec:
+    + aclocal-1.7 && autoconf && automake-1.7 -a -c && libtoolize -c -f
 
- -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Thu, 31 Jul 2003 13:57:14 +0200
+ -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Tue,  2 Sep 2003 10:45:24 +0200
 
 vlc (0.6.0+cvs-20030716-2) unstable; urgency=low
 
index 642930861fc60e2cd3b0181f5e5a08f55519dbdd..4121831c222fe581059be70ea2517b10b68f820b 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 # debian/rules for the VideoLAN Client - uses debhelper.
-# $Id: rules,v 1.103 2003/08/01 08:24:53 sam Exp $
+# $Id: rules,v 1.104 2003/09/02 13:44:23 sam Exp $
 # based on Joey Hess's one.
 
 # Uncomment this to turn on verbose mode.
@@ -14,7 +14,7 @@ CONFIG_FLAGS = --enable-release --prefix=/usr
 CONFIG_FLAGS += \
        --enable-gnome \
        --enable-gtk \
-       --enable-familiar \
+       --disable-familiar \
        --enable-fb \
        --enable-ggi \
        --enable-sdl \
@@ -233,8 +233,8 @@ install: build
          debian/gvlc/usr/lib/vlc/gui/
        mv debian/vlc/usr/lib/vlc/gui/libgtk_plugin.so \
          debian/gvlc/usr/lib/vlc/gui/
-       mv debian/vlc/usr/lib/vlc/gui/libfamiliar_plugin.so \
-         debian/gvlc/usr/lib/vlc/gui/
+       #mv debian/vlc/usr/lib/vlc/gui/libfamiliar_plugin.so \
+       #  debian/gvlc/usr/lib/vlc/gui/
        ln -s vlc.1.gz debian/gvlc/usr/share/man/man1/gvlc.1.gz
        mv debian/vlc/$(VIDDIR)/gvlc32x32.xpm debian/gvlc/$(VIDDIR)/gvlc.xpm
        mv debian/vlc/$(VIDDIR)/gvlc48x48.png debian/gvlc/$(PIXDIR)/gvlc.png