Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 160280 Details for
Bug 230509
media-video/ogmrip-0.12.0 turns warnings into errors
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ogmrip-0.12.0-r1.ebuild
ogmrip-0.12.0-r1.ebuild (text/plain), 3.18 KB, created by
Olivier Rolland
on 2008-07-13 19:54:20 UTC
(
hide
)
Description:
ogmrip-0.12.0-r1.ebuild
Filename:
MIME Type:
Creator:
Olivier Rolland
Created:
2008-07-13 19:54:20 UTC
Size:
3.18 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >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 lavc lavf libnotify matroska mp3 mp4 ogm png spell srt theora vorbis x264 xvid" >KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" > >RDEPEND=">=dev-libs/glib-2.6 > >=app-i18n/enca-1.0 > >=media-libs/libdvdread-0.9.7 > >=media-video/mplayer-1.0_pre4 > virtual/eject > 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 ) > matroska? ( >=media-video/mkvtoolnix-0.9 ) > mp3? ( >=media-sound/lame-3.96 ) > mp4? ( >=media-video/gpac-0.4.2 ) > ogm? ( >=media-sound/ogmtools-1.4 ) > png? ( media-libs/libpng ) > spell? ( >=app-text/enchant-1.1 ) > srt? ( || ( ( >=app-text/tesseract-2.00 media-libs/tiff ) > >=app-text/gocr-0.39 > >=app-text/ocrad-0.15 ) ) > theora? ( >=media-libs/libtheora-1.0_alpha6 ) > vorbis? ( >=media-sound/vorbis-tools-1.0 )" > >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() { > local letsfail=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 lavc lavc-support) > $(use_enable lavf lavf-support) > $(use_enable libnotify libnotify-support) > $(use_enable matroska mkv-support) > $(use_enable mp3 mp3-support) > $(use_enable mp4 mp4-support) > $(use_enable ogm ogm-support) > $(use_enable spell enchant-support) > $(use_enable srt srt-support) > $(use_enable theora theora-support) > $(use_enable vorbis vorbis-support) > $(use_enable x264 x264-support) > $(use_enable xvid xvid-support)" > > if ! built_with_use -a media-video/mplayer dvd encode; then > eerror "Please check that your USE flags contain 'dvd' and 'encode'" > eerror "and emerge mplayer again." > ((letsfail++)) > fi > if use xvid && ! built_with_use -a media-video/mplayer xvid; then > eerror "Please check that your USE flags contain 'xvid'" > eerror "and emerge mplayer again." > ((letsfail++)) > 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." > ((letsfail++)) > 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." > ((letsfail++)) > fi > if use gtk && ! built_with_use -a media-video/mplayer jpeg; then > eerror "Please check that your USE flags contain 'jpeg'" > eerror "and emerge mplayer again." > ((letsfail++)) > fi > > [[ ${letsfail} != 0 ]] && die "MPlayer is missing required USE flags (see above for details)." >} > >src_unpack() { > unpack ${A} > cd "${S}" > > epatch "${FILESDIR}/${P}-aac-ac3-avi.patch" > epatch "${FILESDIR}/${P}-uninitialized.patch" >} >
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 230509
:
159311
|
159313
|
159731
|
159762
|
159841
|
159842
|
160278
|
160280
|
160288
|
160372
|
160374
|
164079
|
164080