diff options
author | Michael Palimaka <kensington@gentoo.org> | 2014-03-14 08:18:39 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2014-03-14 08:18:39 +0000 |
commit | af827fa487cc437f1d6c91a15c2e013470626f3c (patch) | |
tree | cb2c53ea6efc45cd62932661a46e35e2e375fa41 /media-sound/soundkonverter | |
parent | Initial import, dep of pyramid, ebuild by me (diff) | |
download | gentoo-2-af827fa487cc437f1d6c91a15c2e013470626f3c.tar.gz gentoo-2-af827fa487cc437f1d6c91a15c2e013470626f3c.tar.bz2 gentoo-2-af827fa487cc437f1d6c91a15c2e013470626f3c.zip |
Version bump.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'media-sound/soundkonverter')
-rw-r--r-- | media-sound/soundkonverter/ChangeLog | 10 | ||||
-rw-r--r-- | media-sound/soundkonverter/soundkonverter-2.1.0.ebuild | 31 |
2 files changed, 39 insertions, 2 deletions
diff --git a/media-sound/soundkonverter/ChangeLog b/media-sound/soundkonverter/ChangeLog index 327da7d7315c..09d75d8573b8 100644 --- a/media-sound/soundkonverter/ChangeLog +++ b/media-sound/soundkonverter/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-sound/soundkonverter -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/soundkonverter/ChangeLog,v 1.42 2013/11/03 11:31:51 johu Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/soundkonverter/ChangeLog,v 1.43 2014/03/14 08:18:39 kensington Exp $ + +*soundkonverter-2.1.0 (14 Mar 2014) + + 14 Mar 2014; Michael Palimaka <kensington@gentoo.org> + +soundkonverter-2.1.0.ebuild: + Version bump. *soundkonverter-2.0.4 (03 Nov 2013) diff --git a/media-sound/soundkonverter/soundkonverter-2.1.0.ebuild b/media-sound/soundkonverter/soundkonverter-2.1.0.ebuild new file mode 100644 index 000000000000..a23159d3bc60 --- /dev/null +++ b/media-sound/soundkonverter/soundkonverter-2.1.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/soundkonverter/soundkonverter-2.1.0.ebuild,v 1.1 2014/03/14 08:18:39 kensington Exp $ + +EAPI=5 + +KDE_LINGUAS="ca cs de es et fr hu it pt pt_BR ro ru sl sv zh_CN zh_TW" +inherit kde4-base + +DESCRIPTION="Frontend to various audio converters" +HOMEPAGE="http://www.kde-apps.org/content/show.php/soundKonverter?content=29024" +SRC_URI="http://kde-apps.org/CONTENT/content-files/29024-${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="4" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep libkcddb) + media-libs/taglib + media-sound/cdparanoia +" +RDEPEND="${DEPEND}" + +pkg_postinst() { + elog "soundKonverter optionally supports many different audio formats." + elog "You will need to install the appropriate encoding packages for the" + elog "formats you require. For a full listing, consult the README file" + elog "in /usr/share/doc/${PF}" +} |