summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2008-04-14 03:18:33 +0000
committerSteve Dibb <beandog@gentoo.org>2008-04-14 03:18:33 +0000
commit7163d5eb39810eeb30cdc3aa35fe28486a5b74b4 (patch)
tree0e40df10170f43fc57fdca1a00b898442f45baae /media-video/ogmrip
parentAdd normalize use flag, bug 207420 (diff)
downloadgentoo-2-7163d5eb39810eeb30cdc3aa35fe28486a5b74b4.tar.gz
gentoo-2-7163d5eb39810eeb30cdc3aa35fe28486a5b74b4.tar.bz2
gentoo-2-7163d5eb39810eeb30cdc3aa35fe28486a5b74b4.zip
remove old
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-video/ogmrip')
-rw-r--r--media-video/ogmrip/ogmrip-0.10.3.ebuild59
-rw-r--r--media-video/ogmrip/ogmrip-0.11.0.ebuild71
-rw-r--r--media-video/ogmrip/ogmrip-0.11.1.ebuild71
3 files changed, 0 insertions, 201 deletions
diff --git a/media-video/ogmrip/ogmrip-0.10.3.ebuild b/media-video/ogmrip/ogmrip-0.10.3.ebuild
deleted file mode 100644
index cdc8e1c3c184..000000000000
--- a/media-video/ogmrip/ogmrip-0.10.3.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ogmrip/ogmrip-0.10.3.ebuild,v 1.3 2007/08/30 01:32:11 beandog Exp $
-
-inherit gnome2 eutils autotools
-
-DESCRIPTION="Graphical frontend and libraries for ripping DVDs and encoding to AVI/OGM/MKV/MP4"
-HOMEPAGE="http://ogmrip.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="aac debug doc gtk hal matroska spell srt theora"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-
-DEPEND=">=dev-libs/glib-2.6
- >=dev-libs/libxml2-2
- >=media-libs/libdvdread-0.9.7
- >=media-sound/lame-3.96
- >=media-sound/ogmtools-1.4
- >=media-sound/vorbis-tools-1.0
- aac? ( >=media-libs/faac-1.24 )
- gtk? ( >=x11-libs/gtk+-2.6
- >=gnome-base/gconf-2.6
- >=gnome-base/libglade-2.5 )
- hal? ( >=sys-apps/hal-0.4.2 )
- matroska? ( >=media-video/mkvtoolnix-0.9 )
- spell? ( >=app-text/enchant-1.1 )
- srt? ( >=app-text/gocr-0.39 )
- theora? ( >=media-libs/libtheora-1.0_alpha6 )
- >=media-video/mplayer-1.0_pre4
- >=dev-util/intltool-0.29
- >=dev-util/pkgconfig-0.12.0"
-
-G2CONF="${G2CONF}
- $(use_enable aac aac-support)
- $(use_enable debug maintainer-mode)
- $(use_enable gtk gtk-support)
- $(use_enable hal hal-support)
- $(use_enable matroska matroska-support)
- $(use_enable spell enchant-support)
- $(use_enable srt srt-support)
- $(use_enable theora theora-support)"
-
-DOCS="AUTHORS ChangeLog README NEWS TODO"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${P}-mplayer-dts.patch"
- eautoreconf
-}
-
-pkg_setup() {
- if ! built_with_use -a media-video/mplayer dvd encode xvid; then
- eerror "Please, check that your USE flags contain 'dvd', 'encode' and"
- eerror "'xvid' and emerge mplayer again."
- die "MPlayer is not built with dvd, encoding or xvid support."
- fi
-}
diff --git a/media-video/ogmrip/ogmrip-0.11.0.ebuild b/media-video/ogmrip/ogmrip-0.11.0.ebuild
deleted file mode 100644
index 3282348738ca..000000000000
--- a/media-video/ogmrip/ogmrip-0.11.0.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ogmrip/ogmrip-0.11.0.ebuild,v 1.1 2007/10/13 02:38:12 beandog Exp $
-
-inherit gnome2 eutils
-
-DESCRIPTION="Graphical frontend and libraries for ripping DVDs and encoding to AVI/OGM/MKV/MP4"
-HOMEPAGE="http://ogmrip.sourceforge.net/"
-SRC_URI="mirror://sourceforge/ogmrip/${P}.tar.gz"
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="aac debug doc dts gtk hal libnotify matroska spell srt theora x264"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-
-RDEPEND=">=dev-libs/glib-2.6
- >=app-i18n/enca-1.0
- >=media-libs/libdvdread-0.9.7
- virtual/eject
- >=media-video/mplayer-1.0_pre4
- >=media-sound/ogmtools-1.4
- >=media-sound/vorbis-tools-1.0
- >=media-sound/lame-3.96
- aac? ( >=media-libs/faac-1.24 )
- gtk? ( >=x11-libs/gtk+-2.6
- >=gnome-base/gconf-2.6
- >=gnome-base/libglade-2.5
- libnotify? ( >=x11-libs/gtk+-2.10
- >=x11-libs/libnotify-0.4.3 ) )
- hal? ( >=sys-apps/hal-0.4.2 )
- spell? ( >=app-text/enchant-1.1 )
- matroska? ( >=media-video/mkvtoolnix-1.8.1 )
- theora? ( >=media-libs/libtheora-1.0_alpha6 )
- srt? ( || ( >=app-text/gocr-0.39 >=app-text/ocrad-0.15 ) )"
-
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.35
- >=dev-util/pkgconfig-0.12.0
- doc? ( >=dev-util/gtk-doc-1.4-r1
- >=dev-libs/libxslt-1.1.20-r1 )"
-
-DOCS="AUTHORS ChangeLog README NEWS TODO"
-
-pkg_setup() {
- G2CONF="${G2CONF}
- $(use_enable doc gtk-doc)
- $(use_enable aac aac-support)
- $(use_enable debug maintainer-mode)
- $(use_enable gtk gtk-support)
- $(use_enable hal hal-support)
- $(use_enable libnotify libnotify-support)
- $(use_enable matroska matroska-support)
- $(use_enable spell enchant-support)
- $(use_enable srt srt-support)
- $(use_enable theora theora-support)"
-
- if ! built_with_use -a media-video/mplayer dvd encode xvid; then
- eerror "Please check that your USE flags contain 'dvd', 'encode', 'xvid'"
- eerror "and emerge mplayer again."
- die "MPlayer is missing required USE flags (see above for details)."
- fi
- if use dts && ! built_with_use -a media-video/mplayer dts; then
- eerror "Please check that your USE flags contain 'dts'"
- eerror "and emerge mplayer again."
- die "MPlayer is missing required USE flags (see above for details)."
- fi
- if use x264 && ! built_with_use -a media-video/mplayer x264; then
- eerror "Please check that your USE flags contain 'x264'"
- eerror "and emerge mplayer again."
- die "MPlayer is missing required USE flags (see above for details)."
- fi
-}
diff --git a/media-video/ogmrip/ogmrip-0.11.1.ebuild b/media-video/ogmrip/ogmrip-0.11.1.ebuild
deleted file mode 100644
index 5c749d96d40e..000000000000
--- a/media-video/ogmrip/ogmrip-0.11.1.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ogmrip/ogmrip-0.11.1.ebuild,v 1.1 2007/10/21 20:38:25 beandog Exp $
-
-inherit gnome2 eutils
-
-DESCRIPTION="Graphical frontend and libraries for ripping DVDs and encoding to AVI/OGM/MKV/MP4"
-HOMEPAGE="http://ogmrip.sourceforge.net/"
-SRC_URI="mirror://sourceforge/ogmrip/${P}.tar.gz"
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="aac debug doc dts gtk hal libnotify matroska spell srt theora x264"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-
-RDEPEND=">=dev-libs/glib-2.6
- >=app-i18n/enca-1.0
- >=media-libs/libdvdread-0.9.7
- virtual/eject
- >=media-video/mplayer-1.0_pre4
- >=media-sound/ogmtools-1.4
- >=media-sound/vorbis-tools-1.0
- >=media-sound/lame-3.96
- aac? ( >=media-libs/faac-1.24 )
- gtk? ( >=x11-libs/gtk+-2.6
- >=gnome-base/gconf-2.6
- >=gnome-base/libglade-2.5
- libnotify? ( >=x11-libs/gtk+-2.10
- >=x11-libs/libnotify-0.4.3 ) )
- hal? ( >=sys-apps/hal-0.4.2 )
- spell? ( >=app-text/enchant-1.1 )
- matroska? ( >=media-video/mkvtoolnix-1.8.1 )
- theora? ( >=media-libs/libtheora-1.0_alpha6 )
- srt? ( || ( >=app-text/gocr-0.39 >=app-text/ocrad-0.15 ) )"
-
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.35
- >=dev-util/pkgconfig-0.12.0
- doc? ( >=dev-util/gtk-doc-1.4-r1
- >=dev-libs/libxslt-1.1.20-r1 )"
-
-DOCS="AUTHORS ChangeLog README NEWS TODO"
-
-pkg_setup() {
- G2CONF="${G2CONF}
- $(use_enable doc gtk-doc)
- $(use_enable aac aac-support)
- $(use_enable debug maintainer-mode)
- $(use_enable gtk gtk-support)
- $(use_enable hal hal-support)
- $(use_enable libnotify libnotify-support)
- $(use_enable matroska matroska-support)
- $(use_enable spell enchant-support)
- $(use_enable srt srt-support)
- $(use_enable theora theora-support)"
-
- if ! built_with_use -a media-video/mplayer dvd encode xvid; then
- eerror "Please check that your USE flags contain 'dvd', 'encode', 'xvid'"
- eerror "and emerge mplayer again."
- die "MPlayer is missing required USE flags (see above for details)."
- fi
- if use dts && ! built_with_use -a media-video/mplayer dts; then
- eerror "Please check that your USE flags contain 'dts'"
- eerror "and emerge mplayer again."
- die "MPlayer is missing required USE flags (see above for details)."
- fi
- if use x264 && ! built_with_use -a media-video/mplayer x264; then
- eerror "Please check that your USE flags contain 'x264'"
- eerror "and emerge mplayer again."
- die "MPlayer is missing required USE flags (see above for details)."
- fi
-}