diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-02-15 18:54:37 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-02-15 18:54:37 +0000 |
commit | 145acebecadfa873d2c5ffb445647afc56d91540 (patch) | |
tree | 50c6174b4d1c9c02311412308464930477813f9c /media-video/mplayer/files | |
parent | Remove libdts references. (diff) | |
download | gentoo-2-145acebecadfa873d2c5ffb445647afc56d91540.tar.gz gentoo-2-145acebecadfa873d2c5ffb445647afc56d91540.tar.bz2 gentoo-2-145acebecadfa873d2c5ffb445647afc56d91540.zip |
Remove libdts references, unused ebuilds and patches.
(Portage version: 2.1.4.4, RepoMan options: --force)
Diffstat (limited to 'media-video/mplayer/files')
-rw-r--r-- | media-video/mplayer/files/mplayer-dpms.patch | 13 | ||||
-rw-r--r-- | media-video/mplayer/files/mplayer-xshape.patch | 12 |
2 files changed, 0 insertions, 25 deletions
diff --git a/media-video/mplayer/files/mplayer-dpms.patch b/media-video/mplayer/files/mplayer-dpms.patch deleted file mode 100644 index 23f3010c36b9..000000000000 --- a/media-video/mplayer/files/mplayer-dpms.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -ur mplayer-20070622.orig/configure mplayer-20070622/configure ---- mplayer-20070622.orig/configure 2007-06-21 22:01:29.000000000 +0300 -+++ mplayer-20070622/configure 2007-08-12 20:54:51.000000000 +0300 -@@ -3923,7 +3923,7 @@ - (void) DPMSQueryExtension(0, 0, 0); - } - EOF -- cc_check && _xdpms4=yes -+ cc_check -lXext && _xdpms4=yes - fi - if test "$_xdpms4" = yes ; then - _def_xdpms='#define HAVE_XDPMS 1' -Only in mplayer-20070622.orig: mplayer-20070622 diff --git a/media-video/mplayer/files/mplayer-xshape.patch b/media-video/mplayer/files/mplayer-xshape.patch deleted file mode 100644 index 1436ccda8b81..000000000000 --- a/media-video/mplayer/files/mplayer-xshape.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- configure.orig 2006-12-14 09:47:52.000000000 -0500 -+++ configure 2006-12-14 09:48:12.000000000 -0500 -@@ -7011,7 +7011,7 @@ - return exitvar; - } - EOF -- cc_check && _xshape=yes -+ cc_check "-lXext" && _xshape=yes - fi - if test "$_xshape" = yes ; then - _def_xshape='#define HAVE_XSHAPE 1' - |