Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 339500 Details for
Bug 458468
media-sound/easytag: switch from x11-libs/gtk+:2 to x11-libs/gtk+:3 and remove x11-libs/gtk+:2 support as redudant
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
easytag ebuild
easytag-2.1.8-r1.ebuild (text/plain), 1.60 KB, created by
Morse
on 2013-02-20 14:49:49 UTC
(
hide
)
Description:
easytag ebuild
Filename:
MIME Type:
Creator:
Morse
Created:
2013-02-20 14:49:49 UTC
Size:
1.60 KB
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/easytag-2.1.8.ebuild,v 1.2 2013/02/13 08:54:45 radhermit Exp $ > >EAPI=5 >inherit eutils autotools gnome.org fdo-mime > >DESCRIPTION="GTK+ utility for editing MP2, MP3, MP4, FLAC, Ogg and other media tags" >HOMEPAGE="http://projects.gnome.org/easytag/" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" >IUSE="flac gtk3 mp3 mp4 nls speex vorbis wavpack" > >RDEPEND="!gtk3? ( >=x11-libs/gtk+-2.24:2 ) > gtk3? ( x11-libs/gtk+:3 ) > mp3? ( > >=media-libs/id3lib-3.8.3-r7 > media-libs/libid3tag > ) > flac? ( > media-libs/flac > media-libs/libvorbis > ) > mp4? ( media-libs/taglib[mp4] ) > vorbis? ( media-libs/libvorbis ) > wavpack? ( media-sound/wavpack ) > speex? ( > media-libs/speex > media-libs/libvorbis > )" >DEPEND="${RDEPEND} > dev-util/intltool > virtual/pkgconfig > nls? ( sys-devel/gettext )" > >src_prepare() { > epatch "${FILESDIR}"/${P}-desktop.patch > epatch "${FILESDIR}"/${P}-werror.patch > epatch "${FILESDIR}"/${P}-taglib.patch > epatch "${FILESDIR}"/${P}-docs.patch > eautoreconf >} > >DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS TODO ) > >src_configure() { > econf \ > $(use_enable nls) \ > $(use_enable mp3) \ > $(use_enable mp3 id3v23) \ > $(use_enable vorbis ogg) \ > $(use_enable speex) \ > $(use_enable flac) \ > $(use_enable mp4) \ > $(use_enable wavpack) \ > $(use_with gtk3) >} > >pkg_postinst() { fdo-mime_desktop_database_update; } >pkg_postrm() { fdo-mime_desktop_database_update; }
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 458468
:
339500