* [gentoo-commits] proj/kde:master commit in: media-video/recorditnow/files/, media-video/recorditnow/
@ 2012-12-11 15:44 Michael Palimaka
0 siblings, 0 replies; 2+ messages in thread
From: Michael Palimaka @ 2012-12-11 15:44 UTC (permalink / raw
To: gentoo-commits
commit: 3cf537194ea3ed22504c860f32cc852d2c460fb8
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 11 15:35:42 2012 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Dec 11 15:36:20 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3cf53719
[media-video/recorditnow] Version bump wrt bug #445726. Remove old.
Package-Manager: portage-2.1.11.36
---
.../files/recorditnow-0.8.1-underlinking.patch | 14 +++++++++++++
media-video/recorditnow/metadata.xml | 7 +++--
...rditnow-0.4.ebuild => recorditnow-0.8.1.ebuild} | 21 +++++++++----------
3 files changed, 28 insertions(+), 14 deletions(-)
diff --git a/media-video/recorditnow/files/recorditnow-0.8.1-underlinking.patch b/media-video/recorditnow/files/recorditnow-0.8.1-underlinking.patch
new file mode 100644
index 0000000..5ab83c5
--- /dev/null
+++ b/media-video/recorditnow/files/recorditnow-0.8.1-underlinking.patch
@@ -0,0 +1,14 @@
+--- src/CMakeLists.txt
++++ src/CMakeLists.txt
+@@ -121,6 +121,10 @@
+ recorditnow_recorder
+ recorditnow_encoder
+ recorditnow_keymon
++ recorditnow_plugin
++ ${X11_X11_LIB}
+- ${X11_Xcursor_LIB})
++ ${X11_Xcursor_LIB}
++ ${X11_Xext_LIB}
++ ${X11_Xfixes_LIB})
+
+ if (BUILD_WITH_JOSCHY)
diff --git a/media-video/recorditnow/metadata.xml b/media-video/recorditnow/metadata.xml
index 0c74b24..301f6aa 100644
--- a/media-video/recorditnow/metadata.xml
+++ b/media-video/recorditnow/metadata.xml
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer>
- <email>maintainer-wanted@gentoo.org</email>
-</maintainer>
+ <herd>kde</herd>
+ <upstream>
+ <remote-id type="sourceforge">recorditnow</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/media-video/recorditnow/recorditnow-0.4.ebuild b/media-video/recorditnow/recorditnow-0.8.1.ebuild
similarity index 70%
rename from media-video/recorditnow/recorditnow-0.4.ebuild
rename to media-video/recorditnow/recorditnow-0.8.1.ebuild
index af626aa..668ba2c 100644
--- a/media-video/recorditnow/recorditnow-0.4.ebuild
+++ b/media-video/recorditnow/recorditnow-0.8.1.ebuild
@@ -2,37 +2,36 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
-
-#KDE_LINGUAS="en cs de hu pt_BR"
+EAPI=5
# need patch to work select linguas
+#KDE_LINGUAS="cs de fr hu pt_BR tr"
inherit kde4-base
DESCRIPTION="RecordItNow is a plugin based desktop recorder for KDE"
HOMEPAGE="http://kde-apps.org/content/show.php/RecordItNow?content=114610"
-SRC_URI="http://kde-apps.org/CONTENT/content-files/114610-${P}.tar.bz2"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
SLOT="4"
IUSE="debug ffmpeg mplayer"
-# Silly upstream has no clue about runtime and buildtime deps...
-CDEPEND="
+DEPEND="
+ x11-libs/libX11
+ x11-libs/libXcursor
x11-libs/libXfixes
ffmpeg? ( virtual/ffmpeg )
mplayer? ( media-video/mplayer )
"
-DEPEND="${CDEPEND}
- x11-proto/fixesproto
-"
-RDEPEND="${CDEPEND}
+RDEPEND="${DEPEND}
media-video/recordmydesktop
"
+PATCHES=( "${FILESDIR}/${P}-underlinking.patch" )
+
src_configure() {
- mycmakeargs=(
+ local mycmakeargs=(
$(cmake-utils_use_with mplayer Mencoder)
$(cmake-utils_use_with ffmpeg)
)
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/kde:master commit in: media-video/recorditnow/files/, media-video/recorditnow/
@ 2012-12-11 15:44 Michael Palimaka
0 siblings, 0 replies; 2+ messages in thread
From: Michael Palimaka @ 2012-12-11 15:44 UTC (permalink / raw
To: gentoo-commits
commit: 0213bca5eb2a2761fcbf37eeb4380d67cee63fca
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 11 15:42:05 2012 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Dec 11 15:42:05 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0213bca5
[media-video/recorditnow] Remove broken package with dead upstream.
---
.../files/recorditnow-0.8.1-underlinking.patch | 14 -------
media-video/recorditnow/metadata.xml | 8 ----
media-video/recorditnow/recorditnow-0.8.1.ebuild | 39 -------------------
media-video/recorditnow/recorditnow-9999.ebuild | 41 --------------------
4 files changed, 0 insertions(+), 102 deletions(-)
diff --git a/media-video/recorditnow/files/recorditnow-0.8.1-underlinking.patch b/media-video/recorditnow/files/recorditnow-0.8.1-underlinking.patch
deleted file mode 100644
index 5ab83c5..0000000
--- a/media-video/recorditnow/files/recorditnow-0.8.1-underlinking.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/CMakeLists.txt
-+++ src/CMakeLists.txt
-@@ -121,6 +121,10 @@
- recorditnow_recorder
- recorditnow_encoder
- recorditnow_keymon
-+ recorditnow_plugin
-+ ${X11_X11_LIB}
-- ${X11_Xcursor_LIB})
-+ ${X11_Xcursor_LIB}
-+ ${X11_Xext_LIB}
-+ ${X11_Xfixes_LIB})
-
- if (BUILD_WITH_JOSCHY)
diff --git a/media-video/recorditnow/metadata.xml b/media-video/recorditnow/metadata.xml
deleted file mode 100644
index 301f6aa..0000000
--- a/media-video/recorditnow/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>kde</herd>
- <upstream>
- <remote-id type="sourceforge">recorditnow</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/media-video/recorditnow/recorditnow-0.8.1.ebuild b/media-video/recorditnow/recorditnow-0.8.1.ebuild
deleted file mode 100644
index 668ba2c..0000000
--- a/media-video/recorditnow/recorditnow-0.8.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-# need patch to work select linguas
-#KDE_LINGUAS="cs de fr hu pt_BR tr"
-
-inherit kde4-base
-
-DESCRIPTION="RecordItNow is a plugin based desktop recorder for KDE"
-HOMEPAGE="http://kde-apps.org/content/show.php/RecordItNow?content=114610"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-SLOT="4"
-IUSE="debug ffmpeg mplayer"
-
-DEPEND="
- x11-libs/libX11
- x11-libs/libXcursor
- x11-libs/libXfixes
- ffmpeg? ( virtual/ffmpeg )
- mplayer? ( media-video/mplayer )
-"
-RDEPEND="${DEPEND}
- media-video/recordmydesktop
-"
-
-PATCHES=( "${FILESDIR}/${P}-underlinking.patch" )
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_with mplayer Mencoder)
- $(cmake-utils_use_with ffmpeg)
- )
- kde4-base_src_configure
-}
diff --git a/media-video/recorditnow/recorditnow-9999.ebuild b/media-video/recorditnow/recorditnow-9999.ebuild
deleted file mode 100644
index 6e928ed..0000000
--- a/media-video/recorditnow/recorditnow-9999.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-#KDE_LINGUAS="en cs de hu pt_BR fr"
-# need patch to work select linguas
-
-inherit kde4-base
-
-DESCRIPTION="RecordItNow is a plugin based desktop recorder for KDE"
-HOMEPAGE="http://kde-apps.org/content/show.php/RecordItNow?content=114610"
-SRC_URI=""
-EGIT_REPO_URI="git://gitorious.org/recorditnow/recorditnow.git"
-
-LICENSE="GPL-2"
-KEYWORDS=""
-SLOT="4"
-IUSE="debug ffmpeg mplayer"
-
-# Silly upstream has no clue about runtime and buildtime deps...
-CDEPEND="
- x11-libs/libXfixes
- ffmpeg? ( virtual/ffmpeg )
- mplayer? ( media-video/mplayer )
-"
-DEPEND="${CDEPEND}
- x11-proto/fixesproto
-"
-RDEPEND="${CDEPEND}
- media-video/recordmydesktop
-"
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_with mplayer Mencoder)
- $(cmake-utils_use_with ffmpeg)
- )
- kde4-base_src_configure
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-12-11 15:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-11 15:44 [gentoo-commits] proj/kde:master commit in: media-video/recorditnow/files/, media-video/recorditnow/ Michael Palimaka
-- strict thread matches above, loose matches on Subject: below --
2012-12-11 15:44 Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox