summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2013-02-06 08:41:23 +0000
committerDavide Pesavento <pesa@gentoo.org>2013-02-06 08:41:23 +0000
commit74da9b2c6b7a857f6361563af1581f357a45c7fb (patch)
tree83d2d75959034234becc40c0163f4f3c1222645e /media-sound
parentMask >=media-sound/karlyriceditor-1.4 (diff)
downloadgentoo-2-74da9b2c6b7a857f6361563af1581f357a45c7fb.tar.gz
gentoo-2-74da9b2c6b7a857f6361563af1581f357a45c7fb.tar.bz2
gentoo-2-74da9b2c6b7a857f6361563af1581f357a45c7fb.zip
Version bump, remove old.
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 17A85C72)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/karlyriceditor/ChangeLog11
-rw-r--r--media-sound/karlyriceditor/karlyriceditor-1.1.ebuild26
-rw-r--r--media-sound/karlyriceditor/karlyriceditor-1.4.ebuild36
3 files changed, 44 insertions, 29 deletions
diff --git a/media-sound/karlyriceditor/ChangeLog b/media-sound/karlyriceditor/ChangeLog
index bf5c81d682ff..95b772ff8244 100644
--- a/media-sound/karlyriceditor/ChangeLog
+++ b/media-sound/karlyriceditor/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-sound/karlyriceditor
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/karlyriceditor/ChangeLog,v 1.6 2012/11/15 05:20:39 ssuominen Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/karlyriceditor/ChangeLog,v 1.7 2013/02/06 08:41:23 pesa Exp $
+
+*karlyriceditor-1.4 (06 Feb 2013)
+
+ 06 Feb 2013; Davide Pesavento <pesa@gentoo.org> +karlyriceditor-1.4.ebuild,
+ -karlyriceditor-1.1.ebuild:
+ Version bump, remove old.
15 Nov 2012; Samuli Suominen <ssuominen@gentoo.org>
karlyriceditor-1.3.ebuild:
@@ -32,4 +38,3 @@
15 Dec 2009; Samuli Suominen <ssuominen@gentoo.org>
+karlyriceditor-0.7.ebuild:
Initial commit.
-
diff --git a/media-sound/karlyriceditor/karlyriceditor-1.1.ebuild b/media-sound/karlyriceditor/karlyriceditor-1.1.ebuild
deleted file mode 100644
index b0644af4c29b..000000000000
--- a/media-sound/karlyriceditor/karlyriceditor-1.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/karlyriceditor/karlyriceditor-1.1.ebuild,v 1.1 2012/01/22 21:35:15 ssuominen Exp $
-
-EAPI=4
-inherit eutils qt4-r2
-
-DESCRIPTION="A program which lets you edit and synchronize lyrics with karaoke songs in varions formats"
-HOMEPAGE="http://www.karlyriceditor.com/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="media-libs/phonon
- x11-libs/qt-core:4
- x11-libs/qt-gui:4"
-DEPEND="${RDEPEND}"
-
-src_install() {
- dobin bin/${PN}
- doicon packages/${PN}.png
- make_desktop_entry ${PN} 'Karaoke Lyrics Editor'
-}
diff --git a/media-sound/karlyriceditor/karlyriceditor-1.4.ebuild b/media-sound/karlyriceditor/karlyriceditor-1.4.ebuild
new file mode 100644
index 000000000000..cf4b1f338aa5
--- /dev/null
+++ b/media-sound/karlyriceditor/karlyriceditor-1.4.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/karlyriceditor/karlyriceditor-1.4.ebuild,v 1.1 2013/02/06 08:41:23 pesa Exp $
+
+EAPI=5
+
+inherit eutils qt4-r2
+
+DESCRIPTION="Application to edit and synchronize lyrics with karaoke songs in various formats"
+HOMEPAGE="http://www.ulduzsoft.com/linux/karaoke-lyrics-editor/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ dev-libs/openssl:0
+ media-libs/libsdl
+ >=virtual/ffmpeg-0.11
+ x11-libs/qt-core:4
+ x11-libs/qt-gui:4
+"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+"
+
+PATCHES=( "${FILESDIR}/${PN}-1.3-libav.patch" )
+
+src_install() {
+ dodoc Changelog
+ dobin bin/${PN}
+ doicon packages/${PN}.png
+ make_desktop_entry ${PN} 'Karaoke Lyrics Editor'
+}