diff options
author | Alexis Ballier <aballier@gentoo.org> | 2014-12-15 14:42:24 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2014-12-15 14:42:24 +0000 |
commit | 38ac2a64e2db61afd35d6fb3d210332bd79c1a4d (patch) | |
tree | 245c9c967eb38ca0f2d900c44623ddd5bc3a6832 /media-video | |
parent | Initial commit. Ebuild from lorelei overlay. (diff) | |
download | gentoo-2-38ac2a64e2db61afd35d6fb3d210332bd79c1a4d.tar.gz gentoo-2-38ac2a64e2db61afd35d6fb3d210332bd79c1a4d.tar.bz2 gentoo-2-38ac2a64e2db61afd35d6fb3d210332bd79c1a4d.zip |
update for recent upstream changes on internal dvd libs, bug #528706 by Dan Douglas
Signed-off-by: aballier@gentoo.org
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mplayer/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/mplayer/mplayer-9999.ebuild | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/media-video/mplayer/ChangeLog b/media-video/mplayer/ChangeLog index 51b42f88dd64..4310f40d6bfd 100644 --- a/media-video/mplayer/ChangeLog +++ b/media-video/mplayer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/mplayer # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.930 2014/12/15 14:33:48 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.931 2014/12/15 14:42:24 aballier Exp $ + + 15 Dec 2014; Alexis Ballier <aballier@gentoo.org> mplayer-9999.ebuild: + update for recent upstream changes on internal dvd libs, bug #528706 by Dan + Douglas 15 Dec 2014; Alexis Ballier <aballier@gentoo.org> mplayer-1.2_pre20141011.ebuild: diff --git a/media-video/mplayer/mplayer-9999.ebuild b/media-video/mplayer/mplayer-9999.ebuild index ca34e4e3ad3b..f80ea00f6b41 100644 --- a/media-video/mplayer/mplayer-9999.ebuild +++ b/media-video/mplayer/mplayer-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild,v 1.164 2014/11/02 12:02:09 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild,v 1.165 2014/12/15 14:42:24 aballier Exp $ EAPI=5 @@ -322,9 +322,6 @@ src_configure() { # # dvdread - accessing a DVD # dvdnav - navigation of menus - # - # use external libdvdcss, dvdread and dvdnav - myconf+=" --disable-dvdread-internal --disable-libdvdcss-internal" use dvd || myconf+=" --disable-dvdread" use dvdnav || myconf+=" --disable-dvdnav" |