Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 294071 Details for
Bug 313943
media-sound/dir2ogg: Verify and potentially improve Python-related code
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ebuild patch
dir2ogg.patch (text/plain), 1.20 KB, created by
Ian Delaney (RETIRED)
on 2011-11-28 15:30:16 UTC
(
hide
)
Description:
ebuild patch
Filename:
MIME Type:
Creator:
Ian Delaney (RETIRED)
Created:
2011-11-28 15:30:16 UTC
Size:
1.20 KB
patch
obsolete
>diff -ur dir2ogg.orig/dir2ogg-0.11.8-r1.ebuild dir2ogg/dir2ogg-0.11.8-r1.ebuild >--- dir2ogg.orig/dir2ogg-0.11.8-r1.ebuild 2011-11-28 23:13:43.028968342 +0800 >+++ dir2ogg/dir2ogg-0.11.8-r1.ebuild 2011-11-28 23:24:11.049968162 +0800 >@@ -2,9 +2,9 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/media-sound/dir2ogg/dir2ogg-0.11.8-r1.ebuild,v 1.1 2010/10/10 06:04:30 radhermit Exp $ > >-EAPI=2 >-inherit versionator >- >+EAPI=4 >+inherit versionator python >+PYTHON_DEPEND="2:2.5" > MY_PR=$(get_version_component_range 1-2) > > DESCRIPTION="Converts mp3, m4a, wma, and wav files to Ogg Vorbis format." >@@ -16,8 +16,7 @@ > KEYWORDS="~amd64 ~ppc ~sparc ~x86" > IUSE="aac cdparanoia flac mac mp3 musepack wavpack wma" > >-RDEPEND=">=dev-lang/python-2.5 >- dev-python/pyid3lib >+RDEPEND="dev-python/pyid3lib > media-sound/vorbis-tools[ogg123] > >=media-libs/mutagen-1.11 > aac? ( || ( media-libs/faad2 >@@ -38,8 +37,15 @@ > wma? ( media-video/mplayer )" > DEPEND="" > >+pkg_setup() { >+ python_set_active_version 2 >+ python_pkg_setup >+} >+ > src_install() { >- dobin dir2ogg || die >+ dobin dir2ogg > doman dir2ogg.1 > dodoc NEWS README >+ >+ python_convert_shebangs 2 "${ED}"/usr/bin/dir2ogg > }
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 313943
: 294071 |
362328