Commit b6e18dc3 authored by Sam Hocevar's avatar Sam Hocevar

* debian/rules:

    + Disabled familiar plugin.
  * debian/changelog:
    + Updated for 0.6.2 packages.
parent f5c23729
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: * debian/control:
+ Added a build-dependency on freetype6-dev. + Added a build-dependency on freetype6-dev.
+ Added a build-dependency on libdvbpsi2-dev. + Added a build-dependency on libdvbpsi2-dev.
...@@ -9,8 +9,15 @@ vlc (0.6.1+cvs-20030731-1) unstable; urgency=low ...@@ -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 * This release now uses libfreetype to render subtitles, and we recommend
ttf-freefont | ttf-thryomanes, so that the old .rle font is no longer ttf-freefont | ttf-thryomanes, so that the old .rle font is no longer
needed (Closes: #203013). 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 vlc (0.6.0+cvs-20030716-2) unstable; urgency=low
......
#!/usr/bin/make -f #!/usr/bin/make -f
# debian/rules for the VideoLAN Client - uses debhelper. # 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. # based on Joey Hess's one.
# Uncomment this to turn on verbose mode. # Uncomment this to turn on verbose mode.
...@@ -14,7 +14,7 @@ CONFIG_FLAGS = --enable-release --prefix=/usr ...@@ -14,7 +14,7 @@ CONFIG_FLAGS = --enable-release --prefix=/usr
CONFIG_FLAGS += \ CONFIG_FLAGS += \
--enable-gnome \ --enable-gnome \
--enable-gtk \ --enable-gtk \
--enable-familiar \ --disable-familiar \
--enable-fb \ --enable-fb \
--enable-ggi \ --enable-ggi \
--enable-sdl \ --enable-sdl \
...@@ -233,8 +233,8 @@ install: build ...@@ -233,8 +233,8 @@ install: build
debian/gvlc/usr/lib/vlc/gui/ debian/gvlc/usr/lib/vlc/gui/
mv debian/vlc/usr/lib/vlc/gui/libgtk_plugin.so \ mv debian/vlc/usr/lib/vlc/gui/libgtk_plugin.so \
debian/gvlc/usr/lib/vlc/gui/ debian/gvlc/usr/lib/vlc/gui/
mv debian/vlc/usr/lib/vlc/gui/libfamiliar_plugin.so \ #mv debian/vlc/usr/lib/vlc/gui/libfamiliar_plugin.so \
debian/gvlc/usr/lib/vlc/gui/ # debian/gvlc/usr/lib/vlc/gui/
ln -s vlc.1.gz debian/gvlc/usr/share/man/man1/gvlc.1.gz 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)/gvlc32x32.xpm debian/gvlc/$(VIDDIR)/gvlc.xpm
mv debian/vlc/$(VIDDIR)/gvlc48x48.png debian/gvlc/$(PIXDIR)/gvlc.png mv debian/vlc/$(VIDDIR)/gvlc48x48.png debian/gvlc/$(PIXDIR)/gvlc.png
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment