From 494fb5bb9b81a9ff287e52f50effedf2613e1e2b Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sat, 1 Feb 2003 21:23:01 +0000 Subject: [PATCH] * ./debian/control.woody, ./debian/rules.woody: placeholders for Debian woody specific builds. Will fill them in a moment. --- debian/control.woody | 339 +++++++++++++++++++++++++++++++++++++++++++ debian/rules.woody | 296 +++++++++++++++++++++++++++++++++++++ doc/fortunes.txt | 9 ++ 3 files changed, 644 insertions(+) create mode 100644 debian/control.woody create mode 100755 debian/rules.woody diff --git a/debian/control.woody b/debian/control.woody new file mode 100644 index 0000000000..b974a1ad4b --- /dev/null +++ b/debian/control.woody @@ -0,0 +1,339 @@ +Source: vlc +Section: graphics +Priority: optional +Maintainer: Samuel Hocevar +Build-Depends: debhelper (>=2.2.0), xlibs-dev, xlibs-pic, libgnome-dev, libggi2-dev, libglide2-dev [i386], libesd0-dev, libsdl1.2-dev (>=1.2.2-3.1), libqt-dev, libasound2-dev (>=0.9.0beta10a), libarts-dev, libmad0-dev, liblircclient-dev, liba52-0.7.4-dev, aalib1-dev, libdvbpsi1-dev, mozilla-dev, kdelibs-dev, dvb-dev, libdv2-dev, libxosd-dev, svgalibg1-dev (>=1.4.0), libogg-dev, libvorbis-dev, libwxgtk2.4-dev +Standards-Version: 3.5.6 + +Package: vlc +Architecture: any +Depends: ${shlibs:Depends} +Recommends: vlc-gui, vlc-plugin-mad, vlc-plugin-a52 +Suggests: gnome-vlc +Description: a free MPEG, DVD and DivX player + VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. + . + This is vlc, the VideoLAN Client. It plays MPEG and MPEG2 files, + DVDs, or MPEG streams from a network source. + +Package: libvlc0-dev +Section: devel +Architecture: any +Depends: vlc (= ${Source-Version}), ${shlibs:Depends} +Description: development files for the VideoLAN Client + VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. + . + This package contains headers and a static library required to build plugins + for the VideoLAN Client, or standalone applications using VideoLAN Client. + +Package: gnome-vlc +Architecture: any +Depends: vlc (= ${Source-Version}), ${shlibs:Depends} +Recommends: vlc-plugin-esd +Conflicts: vlc-gnome (<< 0.5.0) +Replaces: vlc-gnome (<< 0.5.0) +Provides: vlc-gui +Description: GNOME frontend for vlc + VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. + . + This plugin adds a Gnome interface to vlc, the VideoLAN Client. To + activate it, use the `--intf gnome' flag or run the `gnome-vlc' program. + +Package: vlc-gnome +Architecture: any +Depends: gnome-vlc +Description: Legacy package that you should remove. + This package is now called gnome-vlc. + +Package: gvlc +Architecture: any +Depends: vlc (= ${Source-Version}), ${shlibs:Depends} +Conflicts: vlc-gnome (<= 0.2.63-2), vlc-gtk (<< 0.5.0) +Replaces: vlc-gnome (<= 0.2.63-2), vlc-gtk (<< 0.5.0) +Provides: vlc-gui +Description: Gtk+ frontend for vlc + VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. + . + This plugin adds a Gtk+ interface to vlc, the VideoLAN Client. To + activate it, use the `--intf gtk' flag or run the `gvlc' program. + +Package: vlc-gtk +Architecture: any +Depends: gvlc +Description: Legacy package that you should remove. + This package is now called gvlc. + +Package: vlc-plugin-esd +Architecture: any +Depends: vlc (= ${Source-Version}), ${shlibs:Depends} +Conflicts: vlc-esd (<< 0.5.0) +Replaces: vlc-esd (<< 0.5.0) +Description: Esound audio output plugin for vlc + VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. + . + This plugin adds support for the Enlightened Sound Daemon to vlc, the + VideoLAN Client. To activate it, use the `--aout esd' flag or select + the `esd' aout plugin from the preferences menu. + +Package: vlc-esd +Architecture: any +Depends: vlc-plugin-esd +Description: Legacy package that you should remove. + This package is now called vlc-plugin-esd. + +Package: vlc-plugin-alsa +Architecture: any +Depends: vlc (= ${Source-Version}), ${shlibs:Depends} +Conflicts: vlc-alsa (<< 0.5.0) +Replaces: vlc-alsa (<< 0.5.0) +Description: ALSA audio output plugin for vlc + VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. + . + This plugin adds support for the Advanced Linux Sound Architecture to + vlc, the VideoLAN Client. To activate it, use the `--aout alsa' flag or + select the `alsa' aout plugin from the preferences menu. + +Package: vlc-alsa +Architecture: any +Depends: vlc-plugin-alsa +Description: Legacy package that you should remove. + This package is now called vlc-plugin-alsa. + +Package: vlc-plugin-sdl +Architecture: any +Depends: vlc (= ${Source-Version}), ${shlibs:Depends} +Conflicts: vlc-sdl (<< 0.5.0) +Replaces: vlc-sdl (<< 0.5.0) +Description: SDL video and audio output plugin for vlc + VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. + . + This plugin adds support for the Simple DirectMedia Layer library to + vlc, the VideoLAN Client. To activate it, use the `--vout sdl' or + `--aout sdl' flags or select the `sdl' vout or aout plugin from the + preferences menu. + +Package: vlc-sdl +Architecture: any +Depends: vlc-plugin-sdl +Description: Legacy package that you should remove. + This package is now called vlc-plugin-sdl. + +Package: vlc-plugin-ggi +Architecture: any +Depends: vlc (= ${Source-Version}), ${shlibs:Depends} +Conflicts: vlc-ggi (<< 0.5.0) +Replaces: vlc-ggi (<< 0.5.0) +Description: GGI video output plugin for vlc + VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. + . + This is a GGI plugin for vlc, the VideoLAN Client. To activate it, use + the `--vout ggi' flag or select the `ggi' vout plugin from the preferences + menu. + +Package: vlc-ggi +Architecture: any +Depends: vlc-plugin-ggi +Description: Legacy package that you should remove. + This package is now called vlc-plugin-ggi. + +Package: vlc-plugin-glide +Architecture: i386 +Depends: vlc (= ${Source-Version}), libglide2 +Conflicts: vlc-glide (<< 0.5.0) +Replaces: vlc-glide (<< 0.5.0) +Description: Glide video output plugin for vlc + VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. + . + This is a Glide (3dfx) plugin for vlc, the VideoLAN Client. To activate + it, use the `--vout glide' flag or select the `glide' vout plugin from + the preferences menu. + +Package: vlc-glide +Architecture: any +Depends: vlc-plugin-glide +Description: Legacy package that you should remove. + This package is now called vlc-plugin-glide. + +Package: qvlc +Architecture: any +Depends: vlc (= ${Source-Version}), ${shlibs:Depends} +Conflicts: vlc-qt (<< 0.5.0) +Replaces: vlc-qt (<< 0.5.0) +Provides: vlc-gui +Description: Qt frontend for vlc + VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. + . + This plugin adds a Qt interface to vlc, the VideoLAN Client. To + activate it, use the `--intf qt' flag or run the `qvlc' program. + +Package: vlc-qt +Architecture: any +Depends: qvlc +Description: Legacy package that you should remove. + This package is now called qvlc. + +Package: vlc-plugin-mad +Architecture: any +Depends: vlc (= ${Source-Version}), ${shlibs:Depends} +Conflicts: vlc-mad (<< 0.5.0) +Replaces: vlc-mad (<< 0.5.0) +Description: MAD audio codec plugin for vlc + VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. + . + This plugin adds support for libmad, the MPEG audio decoder library, + to the VideoLAN Client. MAD is 100% fixed-point based. The plugin is + autodetected. + +Package: vlc-mad +Architecture: any +Depends: vlc-plugin-mad +Description: Legacy package that you should remove. + This package is now called vlc-plugin-mad. + +Package: vlc-plugin-arts +Architecture: any +Depends: vlc (= ${Source-Version}), ${shlibs:Depends} +Conflicts: vlc-arts (<< 0.5.0) +Replaces: vlc-arts (<< 0.5.0) +Description: aRts audio output plugin for vlc + VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. + . + This plugin adds support for the aRts Sound System to vlc, the + VideoLAN Client. To activate it, use the `--aout arts' flag or + select the `arts' aout plugin from the preferences menu. + +Package: vlc-arts +Architecture: any +Depends: vlc-plugin-arts +Description: Legacy package that you should remove. + This package is now called vlc-plugin-arts. + +Package: vlc-plugin-lirc +Architecture: any +Depends: vlc (= ${Source-Version}), ${shlibs:Depends} +Conflicts: vlc-lirc (<< 0.5.0) +Replaces: vlc-lirc (<< 0.5.0) +Description: lirc (infrared remote control) interface plugin for vlc + VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. + . + This plugin is an infrared lirc interface for vlc, the + VideoLAN Client. To activate it, use the `--intf lirc' flag. + +Package: vlc-lirc +Architecture: any +Depends: vlc-plugin-lirc +Description: Legacy package that you should remove. + This package is now called vlc-plugin-lirc. + +Package: vlc-plugin-aa +Architecture: any +Depends: vlc (= ${Source-Version}), ${shlibs:Depends} +Conflicts: vlc-aa (<< 0.5.0) +Replaces: vlc-aa (<< 0.5.0) +Description: ASCII art video output plugin for vlc + VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. + . + This is an ASCII art video output plugin for vlc, the VideoLAN + Client. To activate it, use the `--vout aa' flag or select the `aa' + vout plugin from the preferences menu. + +Package: vlc-aa +Architecture: any +Depends: vlc-plugin-aa +Description: Legacy package that you should remove. + This package is now called vlc-plugin-aa. + +Package: vlc-plugin-xosd +Architecture: any +Depends: vlc (= ${Source-Version}), ${shlibs:Depends} +Conflicts: vlc-xosd (<< 0.5.0) +Replaces: vlc-xosd (<< 0.5.0) +Description: X On-Screen Display plugin for vlc + VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. + . + This is an On-Screen Display plugin for vlc, the VideoLAN Client. To + activate it, use the `--intf xosd' flag or select the `xosd' interface + plugin from the preferences menu. + +Package: mozilla-plugin-vlc +Architecture: any +Depends: vlc (= ${Source-Version}), ${shlibs:Depends} +Recommends: mozilla-browser +Description: a multimedia plugin for Mozilla, based on vlc + VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. + . + This plugin adds support for MPEG, MPEG2, DVD and DivX to your Mozilla + browser. The decoding process is done by vlc and the output window is + embedded in a webpage or directly in the browser window. There is also + support for fullscreen display and javascript control. + +Package: kvlc +Architecture: any +Depends: vlc (= ${Source-Version}), ${shlibs:Depends} +Recommends: vlc-plugin-arts +Conflicts: vlc-kde (<< 0.5.0) +Replaces: vlc-kde (<< 0.5.0) +Provides: vlc-gui +Description: KDE frontend for vlc + VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. + . + This plugin adds a KDE interface to vlc, the VideoLAN Client. To + activate it, use the `--intf kde' flag or run the `kvlc' program. + +Package: vlc-plugin-svgalib +Architecture: any +Depends: vlc (= ${Source-Version}), ${shlibs:Depends} +Description: SVGAlib video output plugin for vlc + VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. + . + This plugin adds support for SVGAlib to vlc, the VideoLAN Client. To + activate it, use the `--vout svgalib' flag or select the `svgalib' video + output plugin from the preferences menu. Note that you will need root + permissions to use SVGAlib. + +Package: vlc-plugin-dv +Architecture: any +Depends: vlc (= ${Source-Version}), ${shlibs:Depends} +Description: DV codec plugin for vlc + VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. + . + This plugin adds support for the DV video format to vlc, the VideoLAN + Client. The plugin is autodetected. + +Package: vlc-plugin-a52 +Architecture: any +Depends: vlc (= ${Source-Version}), ${shlibs:Depends} +Description: A-52 (AC-3) codec plugin for vlc + VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. + . + This plugin adds support for the ATSC A-52 (aka. AC-3) audio format to + vlc, the VideoLAN Client. The plugin is autodetected. + +Package: vlc-plugin-dvb +Architecture: any +Depends: vlc (= ${Source-Version}), ${shlibs:Depends} +Description: DVB input plugin for vlc + VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. + . + This plugin adds support for DVB cards to vlc, the VideoLAN Client. Note + that your card needs to be supported by your kernel before vlc can use it. + +Package: vlc-plugin-ogg +Architecture: any +Depends: vlc (= ${Source-Version}), ${shlibs:Depends} +Description: Ogg demuxer and Vorbis codec plugins for vlc + VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. + . + These plugins add support for the Ogg bitstream format and the Ogg Vorbis + compressed audio format to vlc, the VideoLAN Client. They are autodetected. + +Package: wxvlc +Architecture: any +Depends: vlc (= ${Source-Version}), ${shlibs:Depends} +Provides: vlc-gui +Description: wxWindows frontend for vlc + VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. + . + This plugin adds a wxWindow interface to vlc, the VideoLAN Client. To + activate it, use the `--intf wxwin' flag or run the `wxvlc' program. + diff --git a/debian/rules.woody b/debian/rules.woody new file mode 100755 index 0000000000..23c43ff706 --- /dev/null +++ b/debian/rules.woody @@ -0,0 +1,296 @@ +#!/usr/bin/make -f +# debian/rules for the VideoLAN Client - uses debhelper. +# based on Joey Hess's one. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# This is the debhelper compatability version to use. +export DH_COMPAT=3 + +# +# Compilation options +# + +CONFIG_FLAGS = --enable-release --prefix=/usr +CONFIG_FLAGS += \ + --enable-gnome \ + --enable-gtk \ + --enable-familiar \ + --enable-fb \ + --enable-ggi \ + --enable-sdl \ + --enable-esd \ + --enable-qt \ + --enable-mad \ + --enable-arts \ + --enable-alsa \ + --enable-lirc \ + --enable-a52 \ + --enable-aa \ + --enable-dvbpsi \ + --enable-xosd \ + --enable-mozilla \ + --enable-kde \ + --enable-mp4 \ + --enable-dvb \ + --enable-dv \ + --enable-svgalib \ + --enable-satellite \ + --enable-ogg \ + --enable-vorbis \ + --enable-wxwindows \ + $(NULL) + +# These ones are currently shipped with VLC +CONFIG_FLAGS += --enable-ffmpeg --with-ffmpeg-tree=extras/ffmpeg +CONFIG_FLAGS += --enable-faad --with-faad-tree=extras/faad + +# Glide is only for x86 +ifeq ($(DEB_BUILD_ARCH),i386) +CONFIG_FLAGS += --enable-glide +else +ARCH_EXCLUDE = -Nvlc-plugin-glide +endif + +# Remove --without-dvdcss in non-totalitarian countries +CONFIG_FLAGS += --enable-dvd --without-dvdcss + +# A few shortcuts +VIDDIR = usr/share/vlc +PIXDIR = usr/share/pixmaps +GNOMEDIR = usr/share/gnome/apps/Multimedia + +# +# Build rules +# + +build: build-stamp +build-stamp: + dh_testdir + + # Check that we have an ffmpeg tree in here (can be a symlink) + test -d extras/ffmpeg + if test ! -d CVS; then cd extras/ffmpeg && ./configure && make; fi + + # Check that we have an faad tree in here (can be a symlink) + test -d extras/faad + if test ! -d CVS; then cd extras/faad && ./configure --disable-shared && cd libfaad && make; fi + + # Configure VLC and build it + ./configure --mandir=$${prefix}/share/man \ + --infodir=$${prefix}/share/info $(CONFIG_FLAGS) + $(MAKE) + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + # Check that we have an ffmpeg tree in here (can be a symlink) + test -d extras/ffmpeg + -if test ! -d CVS; then cd extras/ffmpeg && make distclean; fi + # Check that we have an faad tree in here (can be a symlink) + test -d extras/faad + -if test ! -d CVS; then cd extras/faad && make distclean; fi + + -$(MAKE) distclean + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + DESTDIR=`pwd`/debian/vlc/ $(MAKE) install prefix=/usr + + # Package: vlc + mv debian/vlc/$(VIDDIR)/vlc48x48.png debian/vlc/$(PIXDIR)/vlc.png + cp debian/vlc.desktop debian/vlc/$(GNOMEDIR) + cp debian/gvlc.desktop debian/gvlc/$(GNOMEDIR) + cp debian/gnome-vlc.desktop debian/gnome-vlc/$(GNOMEDIR) + + # Package: libvlc0-dev + mv debian/vlc/usr/bin/vlc-config debian/libvlc0-dev/usr/bin/ + mv debian/vlc/usr/lib/*.a debian/libvlc0-dev/usr/lib/ + mv debian/vlc/usr/lib/vlc/*.a debian/libvlc0-dev/usr/lib/vlc/ + mv debian/vlc/usr/include/vlc/*.h debian/libvlc0-dev/usr/include/vlc/ + rm -Rf debian/vlc/usr/include + ln -s vlc debian/libvlc0-dev/usr/share/doc/libvlc0-dev + + # Package: gnome-vlc + mv debian/vlc/usr/bin/gnome-vlc debian/gnome-vlc/usr/bin/ + ln -s vlc debian/gnome-vlc/usr/share/doc/gnome-vlc + mv debian/vlc/usr/lib/vlc/misc/libgnome_main_plugin.so \ + debian/gnome-vlc/usr/lib/vlc/gui/ + mv debian/vlc/usr/lib/vlc/gui/libgnome_plugin.so \ + debian/gnome-vlc/usr/lib/vlc/gui/ + ln -s vlc.1.gz debian/gnome-vlc/usr/share/man/man1/gnome-vlc.1.gz + mv debian/vlc/$(VIDDIR)/gnome-vlc32x32.xpm debian/gnome-vlc/$(VIDDIR)/gnome-vlc.xpm + mv debian/vlc/$(VIDDIR)/gnome-vlc48x48.png debian/gnome-vlc/$(PIXDIR)/gnome-vlc.png + + # Package: gvlc + mv debian/vlc/usr/bin/gvlc debian/gvlc/usr/bin/ + ln -s vlc debian/gvlc/usr/share/doc/gvlc + mv debian/vlc/usr/lib/vlc/misc/libgtk_main_plugin.so \ + 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/ + 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 + + # Package: vlc-plugin-esd + ln -s vlc debian/vlc-plugin-esd/usr/share/doc/vlc-plugin-esd + mv debian/vlc/usr/lib/vlc/audio_output/libesd_plugin.so \ + debian/vlc-plugin-esd/usr/lib/vlc/audio_output/ + + # Package: vlc-plugin-alsa + ln -s vlc debian/vlc-plugin-alsa/usr/share/doc/vlc-plugin-alsa + mv debian/vlc/usr/lib/vlc/audio_output/libalsa_plugin.so \ + debian/vlc-plugin-alsa/usr/lib/vlc/audio_output/ + + # Package: vlc-plugin-sdl + ln -s vlc debian/vlc-plugin-sdl/usr/share/doc/vlc-plugin-sdl + mv debian/vlc/usr/lib/vlc/audio_output/libaout_sdl_plugin.so \ + debian/vlc-plugin-sdl/usr/lib/vlc/audio_output/ + mv debian/vlc/usr/lib/vlc/video_output/libvout_sdl_plugin.so \ + debian/vlc-plugin-sdl/usr/lib/vlc/video_output/ + + # Package: vlc-plugin-ggi + ln -s vlc debian/vlc-plugin-ggi/usr/share/doc/vlc-plugin-ggi + mv debian/vlc/usr/lib/vlc/video_output/libggi_plugin.so \ + debian/vlc-plugin-ggi/usr/lib/vlc/video_output/ + + # Package: vlc-plugin-glide +ifeq ($(DEB_BUILD_ARCH),i386) + ln -s vlc debian/vlc-plugin-glide/usr/share/doc/vlc-plugin-glide + mv debian/vlc/usr/lib/vlc/video_output/libglide_plugin.so \ + debian/vlc-plugin-glide/usr/lib/vlc/video_output/ +endif + + # Package: qvlc + mv debian/vlc/usr/bin/qvlc debian/qvlc/usr/bin/ + ln -s vlc debian/qvlc/usr/share/doc/qvlc + mv debian/vlc/usr/lib/vlc/gui/libqt_plugin.so \ + debian/qvlc/usr/lib/vlc/gui/ + ln -s vlc.1.gz debian/qvlc/usr/share/man/man1/qvlc.1.gz + mv debian/vlc/$(VIDDIR)/qvlc32x32.xpm debian/qvlc/$(VIDDIR)/qvlc.xpm + mv debian/vlc/$(VIDDIR)/qvlc48x48.png debian/qvlc/$(PIXDIR)/qvlc.png + + # Package: vlc-plugin-mad + ln -s vlc debian/vlc-plugin-mad/usr/share/doc/vlc-plugin-mad + mv debian/vlc/usr/lib/vlc/audio_filter/libmpgatofixed32_plugin.so \ + debian/vlc-plugin-mad/usr/lib/vlc/audio_filter/ + + # Package: vlc-plugin-arts + ln -s vlc debian/vlc-plugin-arts/usr/share/doc/vlc-plugin-arts + mv debian/vlc/usr/lib/vlc/audio_output/libarts_plugin.so \ + debian/vlc-plugin-arts/usr/lib/vlc/audio_output/ + + # Package: vlc-plugin-lirc + ln -s vlc debian/vlc-plugin-lirc/usr/share/doc/vlc-plugin-lirc + mv debian/vlc/usr/lib/vlc/control/liblirc_plugin.so \ + debian/vlc-plugin-lirc/usr/lib/vlc/control/ + + # Package: vlc-plugin-aa + ln -s vlc debian/vlc-plugin-aa/usr/share/doc/vlc-plugin-aa + mv debian/vlc/usr/lib/vlc/video_output/libaa_plugin.so \ + debian/vlc-plugin-aa/usr/lib/vlc/video_output/ + + # Package: vlc-plugin-xosd + ln -s vlc debian/vlc-plugin-xosd/usr/share/doc/vlc-plugin-xosd + mv debian/vlc/usr/lib/vlc/visualization/libxosd_plugin.so \ + debian/vlc-plugin-xosd/usr/lib/vlc/visualization/ + + # Package: mozilla-plugin-vlc + ln -s vlc debian/mozilla-plugin-vlc/usr/share/doc/mozilla-plugin-vlc + mv debian/vlc/usr/lib/mozilla debian/mozilla-plugin-vlc/usr/lib + + # Package: kvlc + mv debian/vlc/usr/bin/kvlc debian/kvlc/usr/bin/ + ln -s vlc debian/kvlc/usr/share/doc/kvlc + mv debian/vlc/usr/lib/vlc/gui/libkde_plugin.so \ + debian/kvlc/usr/lib/vlc/gui/ + mv debian/vlc/usr/share/vlc/ui.rc \ + debian/kvlc/usr/share/vlc + ln -s vlc.1.gz debian/kvlc/usr/share/man/man1/kvlc.1.gz + mv debian/vlc/$(VIDDIR)/kvlc32x32.xpm debian/kvlc/$(VIDDIR)/kvlc.xpm + mv debian/vlc/$(VIDDIR)/kvlc48x48.png debian/kvlc/$(PIXDIR)/kvlc.png + + # Package: vlc-plugin-svgalib + ln -s vlc debian/vlc-plugin-svgalib/usr/share/doc/vlc-plugin-svgalib + mv debian/vlc/usr/lib/vlc/video_output/libsvgalib_plugin.so \ + debian/vlc-plugin-svgalib/usr/lib/vlc/video_output + + # Package: vlc-plugin-dv + ln -s vlc debian/vlc-plugin-dv/usr/share/doc/vlc-plugin-dv + mv debian/vlc/usr/lib/vlc/codec/libdv_plugin.so \ + debian/vlc-plugin-dv/usr/lib/vlc/codec + + # Package: vlc-plugin-a52 + ln -s vlc debian/vlc-plugin-a52/usr/share/doc/vlc-plugin-a52 + mv debian/vlc/usr/lib/vlc/audio_filter/liba52tofloat32_plugin.so \ + debian/vlc-plugin-a52/usr/lib/vlc/audio_filter + + # Package: vlc-plugin-dvb + ln -s vlc debian/vlc-plugin-dvb/usr/share/doc/vlc-plugin-dvb + mv debian/vlc/usr/lib/vlc/access/libsatellite_plugin.so \ + debian/vlc-plugin-dvb/usr/lib/vlc/access + + # Package: vlc-plugin-ogg + ln -s vlc debian/vlc-plugin-ogg/usr/share/doc/vlc-plugin-ogg + mv debian/vlc/usr/lib/vlc/demux/libogg_plugin.so \ + debian/vlc-plugin-ogg/usr/lib/vlc/demux + mv debian/vlc/usr/lib/vlc/codec/libvorbis_plugin.so \ + debian/vlc-plugin-ogg/usr/lib/vlc/codec + + # Package: wxvlc + mv debian/vlc/usr/bin/wxvlc debian/wxvlc/usr/bin/ + ln -s vlc debian/wxvlc/usr/share/doc/wxvlc + mv debian/vlc/usr/lib/vlc/gui/libwxwindows_plugin.so \ + debian/wxvlc/usr/lib/vlc/gui/ + ln -s vlc.1.gz debian/wxvlc/usr/share/man/man1/wxvlc.1.gz + + # Clean up + rm -f debian/vlc/$(VIDDIR)/*.png + + #gzip -9 < doc/vlc.1 >| debian/vlc/usr/share/man/man1/vlc.1.gz + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install +# dh_testversion + dh_testdir + dh_testroot +# dh_installdebconf + dh_installdocs -p vlc +# dh_installexamples + dh_installmenu + dh_installman doc/vlc.1 -p vlc + dh_installman doc/vlc-config.1 -p libvlc0-dev + dh_installchangelogs ChangeLog -p vlc + dh_link + dh_strip + dh_compress + dh_fixperms + dh_makeshlibs + dh_installdeb +# dh_perl + dh_shlibdeps $(ARCH_EXCLUDE) + dh_gencontrol $(ARCH_EXCLUDE) + dh_md5sums $(ARCH_EXCLUDE) + dh_builddeb $(ARCH_EXCLUDE) + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install + diff --git a/doc/fortunes.txt b/doc/fortunes.txt index bb222a72f7..89e4886729 100644 --- a/doc/fortunes.txt +++ b/doc/fortunes.txt @@ -451,3 +451,12 @@ the Boston strangler is to the woman home alone. -- #videolan % + tiens au fait y a des mauvais signal handlers dans le vlc ;P + je crois qu'il n'y a pas de bons ou de mauvais signal handlers + Ipkiss: ah ? + si je devais résumer le vlc aujourd'hui... + c'est un effort commun de gens qui aiment, qui dansent l'opensource + qui chantent l'opensource + + -- #c00lz +% -- 2.39.2