From: Sam Hocevar Date: Tue, 2 Sep 2003 13:44:23 +0000 (+0000) Subject: * debian/rules: X-Git-Tag: 0.7.0~997 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=b6e18dc32c0cac6078c8f4fbd6282a02743ecb06;p=vlc * debian/rules: + Disabled familiar plugin. * debian/changelog: + Updated for 0.6.2 packages. --- diff --git a/debian/changelog b/debian/changelog index 8bb158869f..fe950e8b36 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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) Thu, 31 Jul 2003 13:57:14 +0200 + -- Sam Hocevar (Debian packages) Tue, 2 Sep 2003 10:45:24 +0200 vlc (0.6.0+cvs-20030716-2) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 642930861f..4121831c22 100755 --- a/debian/rules +++ b/debian/rules @@ -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