Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 78513 Details for
Bug 120968
taglib 1.4 writes incorrect genre info in ID3v2 tags
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
revised ebuild for taglib
taglib-1.4-r1.ebuild (text/plain), 742 bytes, created by
Scott Alfter
on 2006-01-30 11:39:29 UTC
(
hide
)
Description:
revised ebuild for taglib
Filename:
MIME Type:
Creator:
Scott Alfter
Created:
2006-01-30 11:39:29 UTC
Size:
742 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils flag-o-matic > >DESCRIPTION="A library for reading and editing audio meta data" >HOMEPAGE="http://developer.kde.org/~wheeler/taglib.html" >SRC_URI="http://developer.kde.org/~wheeler/files/src/${P}.tar.gz > http://alfter.us/files/${P}-id3v2-setgenre.patch" >LICENSE="GPL-2" > >SLOT="0" >KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86" >IUSE="debug" > >DEPEND="sys-libs/zlib" > >src_unpack() { > unpack ${A} > epatch ${DISTDIR}/${P}-id3v2-setgenre.patch >} > >src_compile() { > econf $(use_enable debug) || die > emake || die >} > >src_install() { > make DESTDIR=${D} install || die > dodoc AUTHORS ChangeLog README TODO >}
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 120968
: 78513