Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 99156 Details for
Bug 150509
media-video/ogmrip-0.10.0-rc4 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ogmrip 0.10.0-rc4 ebuild
ogmrip-0.10.0_rc4.ebuild (text/plain), 1.70 KB, created by
Olivier Rolland
on 2006-10-08 13:26:56 UTC
(
hide
)
Description:
ogmrip 0.10.0-rc4 ebuild
Filename:
MIME Type:
Creator:
Olivier Rolland
Created:
2006-10-08 13:26:56 UTC
Size:
1.70 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit gnome2 eutils > >MY_P=${P/_rc/-rc} >S=${WORKDIR}/${MY_P} > >DESCRIPTION="Application and libraries for encoding DVDs into AVI/OGM/MKV files" >HOMEPAGE="http://ogmrip.sourceforge.net/" >SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" >LICENSE="LGPL-2.1" > >SLOT="0" >IUSE="aac debug gtk hal matroska spell srt theora" >KEYWORDS="~amd64 ~ppc ~x86" > >RDEPEND=">=dev-libs/glib-2.6 > >=dev-libs/libxml2-2 > >=media-libs/libdvdread-0.9.4 > >=media-sound/lame-3.96 > >=media-sound/ogmtools-1.4 > >=media-sound/vorbis-tools-1.0 > >=media-video/mplayer-1.0_pre4 > 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 )" > >DEPEND="${RDEPEND} > >=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" > >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 build with dvd, encoding or xvid support. OGMRip" \ > "requires dvd, encoding and xvid support in mplayer." > fi >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 150509
:
99156
|
99260
|
99315
|
99317