]> git.sesse.net Git - vlc/commitdiff
* debian/rules:
authorSam Hocevar <sam@videolan.org>
Fri, 24 Oct 2003 14:45:24 +0000 (14:45 +0000)
committerSam Hocevar <sam@videolan.org>
Fri, 24 Oct 2003 14:45:24 +0000 (14:45 +0000)
    + Activated the speex codec.
    + Activated the PVR input module.

debian/changelog
debian/control
debian/rules

index ae1d78b7b787d1c50d18ff00c44ba6356b34973b..a60af223fcce17781c55d7726580da43fd8fedbc 100644 (file)
@@ -7,6 +7,8 @@ vlc (0.6.3+cvs-20031024-1) unstable; urgency=low
     + Don't install fortunes in /usr/share/games, they are too private for
       common mortals (Closes: #212856). They are still available in the
       /usr/share/doc/vlc directory though.
+    + Activated the speex codec.
+    + Activated the PVR input module.
   * debian/control:
     + Depend on ttf-freefont for subtitles.
 
index ffd5c526bfae26954b8f771f32b289351fe18f60..5f3bd367cf0d86fc57da11c6eac5b36b78eaed7c 100644 (file)
@@ -2,7 +2,7 @@ Source: vlc
 Section: graphics
 Priority: optional
 Maintainer: Sam Hocevar (Debian packages) <sam+deb@zoy.org>
-Build-Depends: debhelper (>=3.4.4), gettext, xlibs-dev, xlibs-pic, libgnome-dev, libggi2-dev, libglide2-dev [i386], libesd0-dev, libsdl1.2-dev (>=1.2.2-3.1), libqt3-mt-dev, libqt3-compat-headers, libasound2-dev (>=0.9.0beta10a), libarts1-dev, libmad0-dev, liblircclient-dev, liba52-0.7.4-dev, aalib1-dev, libdvbpsi2-dev, mozilla-dev, libidl0, libglib2.0-0, kdelibs4-dev, dvb-dev, libdv2-dev, libxosd-dev (>= 2.2.4-1.3), svgalibg1-dev (>=1.4.0) [i386], libogg-dev, libvorbis-dev, libwxgtk2.4-dev, libdvdplay0-dev (>=1.0.1-2), libdvdread3-dev, libslp-dev, libflac-dev (>=1.1.0), libimlib2-dev, libmatroska-dev (>= 0.5.0-3), libfreetype6-dev
+Build-Depends: debhelper (>=3.4.4), gettext, xlibs-dev, xlibs-pic, libgnome-dev, libggi2-dev, libglide2-dev [i386], libesd0-dev, libsdl1.2-dev (>=1.2.2-3.1), libqt3-mt-dev, libqt3-compat-headers, libasound2-dev (>=0.9.0beta10a), libarts1-dev, libmad0-dev, liblircclient-dev, liba52-0.7.4-dev, aalib1-dev, libdvbpsi2-dev, mozilla-dev, libidl0, libglib2.0-0, kdelibs4-dev, dvb-dev, libdv2-dev, libxosd-dev (>= 2.2.4-1.3), svgalibg1-dev (>=1.4.0) [i386], libogg-dev, libvorbis-dev, libwxgtk2.4-dev, libdvdplay0-dev (>=1.0.1-2), libdvdread3-dev, libslp-dev, libflac-dev (>=1.1.0), libimlib2-dev, libmatroska-dev (>= 0.5.0-3), libfreetype6-dev, libspeex-dev
 Build-Conflicts: libmpeg2-dev, libmpeg2-0-dev, libmpeg2-1-dev, libmpeg2-2-dev, libmpeg2-3-dev
 Standards-Version: 3.6.1.0
 
index 1439680b074e700b80ace42416eea8a4b79b64ca..179c98a6351aaa504787862deb0b3d5d899e60ad 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 # debian/rules for the VideoLAN Client - uses debhelper.
-# $Id: rules,v 1.105 2003/10/24 11:31:51 sam Exp $
+# $Id: rules,v 1.106 2003/10/24 14:45:24 sam Exp $
 # based on Joey Hess's one.
 
 # Uncomment this to turn on verbose mode.
@@ -44,6 +44,8 @@ CONFIG_FLAGS += \
        --enable-freetype \
        --enable-mkv \
        --enable-v4l \
+       --enable-pvr \
+       --enable-speex \
        $(NULL)
 
 # These ones are currently shipped with VLC