r1268 - in /videolan/vlc/debian: bug/presubj changelog control rules vlc-plugin-glide.install vlc-plugin-glide.links
xtophe-guest at users.alioth.debian.org
xtophe-guest at users.alioth.debian.org
Wed Jun 25 21:10:14 UTC 2008
Author: xtophe-guest
Date: Wed Jun 25 21:10:14 2008
New Revision: 1268
URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=1268
Log:
Remove glide package
Removed:
videolan/vlc/debian/vlc-plugin-glide.install
videolan/vlc/debian/vlc-plugin-glide.links
Modified:
videolan/vlc/debian/bug/presubj
videolan/vlc/debian/changelog
videolan/vlc/debian/control
videolan/vlc/debian/rules
Modified: videolan/vlc/debian/bug/presubj
URL: http://svn.debian.org/wsvn/pkg-multimedia/videolan/vlc/debian/bug/presubj?rev=1268&op=diff
==============================================================================
--- videolan/vlc/debian/bug/presubj (original)
+++ videolan/vlc/debian/bug/presubj Wed Jun 25 21:10:14 2008
@@ -1,3 +1,5 @@
+Make sure you have reset your plugins cache before reporting a bug.
+Use "rm ~/.cache/vlc/plugins-*.dat" to remove your plugins cache.
This VLC package comes from http://nightlies.videolan.org. Bugs
shouldn't be reported on the official Debian BTS but sent to the
VideoLAN team. Reportbug will send this report to vlc-devel at videolan.org.
Modified: videolan/vlc/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-multimedia/videolan/vlc/debian/changelog?rev=1268&op=diff
==============================================================================
--- videolan/vlc/debian/changelog (original)
+++ videolan/vlc/debian/changelog Wed Jun 25 21:10:14 2008
@@ -61,6 +61,7 @@
* Reorganise lib, headers and .pc files between libvlc2 and libvlccore0
* Remove libwxwidgets_plugin.so and wxvlc from vlc and remove the dummy
transition package
+ * Remove the vlc-plugin-glide package as it has been removed upstream
[Mohammed Adnène Trojette]
* Add a vlc-dbg package with debugging symbols for vlc.
Modified: videolan/vlc/debian/control
URL: http://svn.debian.org/wsvn/pkg-multimedia/videolan/vlc/debian/control?rev=1268&op=diff
==============================================================================
--- videolan/vlc/debian/control (original)
+++ videolan/vlc/debian/control Wed Jun 25 21:10:14 2008
@@ -32,7 +32,6 @@
libfribidi-dev,
libggi2-dev,
libglib2.0-0,
- libglide2-dev [i386],
libgnutls-dev (>= 1.2.8),
libhal-dev (>= 0.5.5.1-3) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
libid3tag0-dev,
@@ -138,8 +137,8 @@
most output methods is provided by this package, but features can be added
by installing additional audio plugins (vlc-plugin-esd, vlc-plugin-sdl,
vlc-plugin-arts) or video plugins (vlc-plugin-sdl, vlc-plugin-ggi,
- vlc-plugin-glide, vlc-plugin-svgalib). There is also a web browser plugin
- in the mozilla-plugin-vlc package.
+ vlc-plugin-svgalib). There is also a web browser plugin in the
+ mozilla-plugin-vlc package.
Package: vlc-dbg
Section: graphics
@@ -205,8 +204,8 @@
most output methods is provided by this package, but features can be added
by installing additional audio plugins (vlc-plugin-esd, vlc-plugin-sdl,
vlc-plugin-arts, vlc-plugin-jack) or video plugins (vlc-plugin-sdl,
- vlc-plugin-ggi, vlc-plugin-glide, vlc-plugin-svgalib). There is also a web
- browser plugin in the mozilla-plugin-vlc package.
+ vlc-plugin-ggi, vlc-plugin-svgalib). There is also a web browser plugin in
+ the mozilla-plugin-vlc package.
.
This package contains a version of VLC that does not require X and that is
thus suitable for headless servers.
@@ -317,20 +316,6 @@
DivX, MOV, WMV, QuickTime, mp3, Ogg/Vorbis files, DVDs, VCDs, and multimedia
streams from various network sources.
-Package: vlc-plugin-glide
-Architecture: i386
-Depends: vlc-nox, ${shlibs:Depends}
-Conflicts: vlc-glide (<< 0.5.0)
-Replaces: vlc-glide (<< 0.5.0)
-Description: Glide video output plugin for VLC
- This is a Glide (3dfx) plugin for the VLC media player. To activate
- it, use the `--vout glide' flag or select the `glide' video output
- plugin from the preferences menu.
- .
- VLC is the VideoLAN project's media player. It plays MPEG, MPEG2, MPEG4,
- DivX, MOV, WMV, QuickTime, mp3, Ogg/Vorbis files, DVDs, VCDs, and multimedia
- streams from various network sources.
-
Package: vlc-plugin-arts
Architecture: any
Depends: vlc-nox, ${shlibs:Depends}, ${misc:Depends}
Modified: videolan/vlc/debian/rules
URL: http://svn.debian.org/wsvn/pkg-multimedia/videolan/vlc/debian/rules?rev=1268&op=diff
==============================================================================
--- videolan/vlc/debian/rules (original)
+++ videolan/vlc/debian/rules Wed Jun 25 21:10:14 2008
@@ -93,11 +93,6 @@
confflags += --enable-alsa --enable-dv --enable-v4l --enable-v4l2 --enable-pvr
endif
-# Glide is only for x86 on Linux
-ifeq ($(DEB_BUILD_ARCH),i386)
-confflags += --enable-glide
-endif
-
# svgalib is only for x86 and x86-64 on Linux
ifneq ($(filter $(DEB_BUILD_ARCH), amd64 i386),)
confflags += --enable-svgalib
More information about the pkg-multimedia-commits
mailing list