diff options
-rw-r--r-- | media-video/ogle/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/ogle/ogle-0.9.2-r1.ebuild | 70 | ||||
-rw-r--r-- | media-video/ogle/ogle-0.9.2-r2.ebuild | 4 |
3 files changed, 7 insertions, 73 deletions
diff --git a/media-video/ogle/ChangeLog b/media-video/ogle/ChangeLog index 101d3ffd3b37..ce06f0ab0e08 100644 --- a/media-video/ogle/ChangeLog +++ b/media-video/ogle/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/ogle # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ogle/ChangeLog,v 1.54 2009/04/06 13:02:17 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ogle/ChangeLog,v 1.55 2009/04/06 15:16:51 a3li Exp $ + + 06 Apr 2009; Alex Legler <a3li@gentoo.org> -ogle-0.9.2-r1.ebuild, + ogle-0.9.2-r2.ebuild: + amd64 stable and removing vulnerable version, bug #245921. 06 Apr 2009; Raúl Porcel <armin76@gentoo.org> ogle-0.9.2-r2.ebuild: ia64/sparc/x86 stable wrt #245291 diff --git a/media-video/ogle/ogle-0.9.2-r1.ebuild b/media-video/ogle/ogle-0.9.2-r1.ebuild deleted file mode 100644 index 218c0c2ec22c..000000000000 --- a/media-video/ogle/ogle-0.9.2-r1.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ogle/ogle-0.9.2-r1.ebuild,v 1.15 2008/12/02 20:38:20 ranger Exp $ - -inherit eutils libtool - -DESCRIPTION="Full featured DVD player that supports DVD menus." -HOMEPAGE="http://www.dtek.chalmers.se/groups/dvd/" -SRC_URI="http://www.dtek.chalmers.se/groups/dvd/dist/${P}.tar.gz" - -SLOT="0" -KEYWORDS="alpha amd64 ~hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd" -LICENSE="GPL-2" -IUSE="oss mmx alsa xv altivec" - -RDEPEND=">=media-libs/libdvdcss-1.2.2 - media-libs/jpeg - >=media-libs/libdvdread-0.9.4 - media-libs/libmad - x11-libs/libXinerama - x11-libs/libXxf86vm - x11-libs/libICE - x11-libs/libSM - xv? ( x11-libs/libXv ) - >=dev-libs/libxml2-2.4.19 - >=media-libs/a52dec-0.7.3 - alsa? ( media-libs/alsa-lib )" -DEPEND="${RDEPEND} - x11-proto/xextproto - x11-proto/xf86vidmodeproto - x11-proto/xineramaproto - xv? ( x11-proto/videoproto )" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch \ - "${FILESDIR}"/ogle-configure-alsa-fix.patch \ - "${FILESDIR}"/ogle-gcc34-fix.patch \ - "${FILESDIR}"/ogle-gcc4-fix.patch - - elibtoolize -} - -src_compile() { - # STOP! If you make any changes, make sure to unmerge all copies - # of ogle and ogle-gui from your system and merge ogle-gui using your - # new version of ogle... Changes in this package can break ogle-gui - # very very easily -- blocke - - # configure needs access to the updated CFLAGS - CFLAGS="${CFLAGS} -I/usr/include/libxml2/libxml -I/usr/include/libxml2" - - econf \ - $(use_enable mmx) \ - $(use_enable altivec) \ - $(use_enable oss) \ - $(use_enable alsa) \ - $(use_enable xv) \ - ${myconf} || die "./configure failed" - emake CFLAGS="${CFLAGS}" || die "make failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS README - - cd "${D}"usr/bin/ - mv ./ifo_dump ./ifo_dump_ogle -} diff --git a/media-video/ogle/ogle-0.9.2-r2.ebuild b/media-video/ogle/ogle-0.9.2-r2.ebuild index 93ec3c561dff..c1efe516eaaf 100644 --- a/media-video/ogle/ogle-0.9.2-r2.ebuild +++ b/media-video/ogle/ogle-0.9.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ogle/ogle-0.9.2-r2.ebuild,v 1.4 2009/04/06 13:02:17 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ogle/ogle-0.9.2-r2.ebuild,v 1.5 2009/04/06 15:16:51 a3li Exp $ inherit eutils libtool @@ -9,7 +9,7 @@ HOMEPAGE="http://www.dtek.chalmers.se/groups/dvd/" SRC_URI="http://www.dtek.chalmers.se/groups/dvd/dist/${P}.tar.gz" SLOT="0" -KEYWORDS="alpha ~amd64 ~hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd" LICENSE="GPL-2" IUSE="oss mmx alsa xv altivec" |