diff options
author | Matteo Azzali <mattepiu@gentoo.org> | 2007-12-08 10:50:44 +0000 |
---|---|---|
committer | Matteo Azzali <mattepiu@gentoo.org> | 2007-12-08 10:50:44 +0000 |
commit | a22ab51598c518f996b51c2e84d37867ab8e6d64 (patch) | |
tree | 6484acd894a55c8846a9eaf6dac861fc0b80b4dd /media-sound | |
parent | Version bump, bug #197881. (diff) | |
download | gentoo-2-a22ab51598c518f996b51c2e84d37867ab8e6d64.tar.gz gentoo-2-a22ab51598c518f996b51c2e84d37867ab8e6d64.tar.bz2 gentoo-2-a22ab51598c518f996b51c2e84d37867ab8e6d64.zip |
Version Bump, quoted variable.
(Portage version: 2.1.4_rc8)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/kid3/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/kid3/files/digest-kid3-0.10 | 3 | ||||
-rw-r--r-- | media-sound/kid3/kid3-0.10.ebuild | 71 | ||||
-rw-r--r-- | media-sound/kid3/kid3-0.9.ebuild | 4 |
4 files changed, 82 insertions, 3 deletions
diff --git a/media-sound/kid3/ChangeLog b/media-sound/kid3/ChangeLog index 1ab1d1d0247a..ca1b571a5fdf 100644 --- a/media-sound/kid3/ChangeLog +++ b/media-sound/kid3/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/kid3 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/kid3/ChangeLog,v 1.28 2007/11/18 21:52:08 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/kid3/ChangeLog,v 1.29 2007/12/08 10:50:44 mattepiu Exp $ + +*kid3-0.10 (08 Dec 2007) + + 08 Dec 2007; Matteo Azzali <mattepiu@gentoo.org> +kid3-0.10.ebuild: + Version Bump. 18 Nov 2007; Alexis Ballier <aballier@gentoo.org> kid3-0.6.ebuild, kid3-0.7.ebuild, kid3-0.8.1.ebuild, kid3-0.9.ebuild: diff --git a/media-sound/kid3/files/digest-kid3-0.10 b/media-sound/kid3/files/digest-kid3-0.10 new file mode 100644 index 000000000000..71b1c1e3d819 --- /dev/null +++ b/media-sound/kid3/files/digest-kid3-0.10 @@ -0,0 +1,3 @@ +MD5 7333a1f12249467aa1233b374128a8d9 kid3-0.10.tar.gz 1037218 +RMD160 6f4aae70cd2e3079d19653f2294a8e27cdbe6269 kid3-0.10.tar.gz 1037218 +SHA256 d7ec538171dd32dbff30a20abc20703fa50bf53f27179eb4556dbaf15dd30551 kid3-0.10.tar.gz 1037218 diff --git a/media-sound/kid3/kid3-0.10.ebuild b/media-sound/kid3/kid3-0.10.ebuild new file mode 100644 index 000000000000..4e7c3093a65c --- /dev/null +++ b/media-sound/kid3/kid3-0.10.ebuild @@ -0,0 +1,71 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/kid3/kid3-0.10.ebuild,v 1.1 2007/12/08 10:50:44 mattepiu Exp $ + +inherit kde + +DESCRIPTION="A simple ID3 tag editor for QT/KDE." +HOMEPAGE="http://kid3.sourceforge.net/" +SRC_URI="mirror://sourceforge/kid3/${P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="flac taglib vorbis" + +DEPEND=">=media-libs/id3lib-3.8.3 + taglib? ( >=media-libs/taglib-1.4-r1 ) + vorbis? ( media-libs/libvorbis ) + flac? ( media-libs/flac )" + +need-kde 3 + +LANGS="de es fr ru" +LANGS_DOC="de en" + +for X in ${LANGS} ${LANGS_DOC} ; do + IUSE="${IUSE} linguas_${X}" +done + +pkg_setup() { + if use flac && ! built_with_use --missing true media-libs/flac cxx; then + eerror "To build ${PN} with flac support you need the C++ bindings for flac." + eerror "Please enable the cxx USE flag for media-libs/flac" + die "Missing FLAC C++ bindings." + fi + + kde_pkg_setup +} + +src_unpack() { + kde_src_unpack + + local MAKE_LANGS + cd "${WORKDIR}/${P}/po" + for X in ${LANGS} ; do + use linguas_${X} && MAKE_LANGS="${MAKE_LANGS} ${X}.po" + done + sed -i -e "s:POFILES =.*:POFILES = ${MAKE_LANGS}:" Makefile.am + + MAKE_LANGS="" + cd "${WORKDIR}/${P}/doc" + for X in ${LANGS_DOC} ; do + use linguas_${X} && MAKE_LANGS="${MAKE_LANGS} ${X}" + done + sed -i -e "s:SUBDIRS =.*:SUBDIRS = ${MAKE_LANGS}:" Makefile.am + rm -f "${S}/configure" +} + +# Support for the KDE libraries is optional, +# but the configure step that detects them +# cannot be avoided. So KDE support is forced on. + +src_compile() { + local myconf="--with-kde + $(use_with vorbis) + $(use_with flac) + $(use_with taglib) + --without-musicbrainz" + + kde_src_compile +} diff --git a/media-sound/kid3/kid3-0.9.ebuild b/media-sound/kid3/kid3-0.9.ebuild index 9a9f2d537e93..9abc5d5c5b8a 100644 --- a/media-sound/kid3/kid3-0.9.ebuild +++ b/media-sound/kid3/kid3-0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/kid3/kid3-0.9.ebuild,v 1.2 2007/11/18 21:52:08 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/kid3/kid3-0.9.ebuild,v 1.3 2007/12/08 10:50:44 mattepiu Exp $ inherit kde @@ -53,7 +53,7 @@ src_unpack() { use linguas_${X} && MAKE_LANGS="${MAKE_LANGS} ${X}" done sed -i -e "s:SUBDIRS =.*:SUBDIRS = ${MAKE_LANGS}:" Makefile.am - rm -f ${S}/configure + rm -f "${S}/configure" } # Support for the KDE libraries is optional, |