public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/recordmydesktop/
Date: Tue, 20 Mar 2018 13:50:31 +0000 (UTC)	[thread overview]
Message-ID: <1521553822.70bcae93bcfab3d841d6a9b05a146a2fd1e3ffb6.fordfrog@gentoo> (raw)

commit:     70bcae93bcfab3d841d6a9b05a146a2fd1e3ffb6
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 20 13:49:41 2018 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Mar 20 13:50:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70bcae93

media-video/recordmydesktop: switched dependency to virtual/jack and updated to eapi 6

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../recordmydesktop-0.3.8.1-r5.ebuild              | 59 ++++++++++++++++++++++
 1 file changed, 59 insertions(+)

diff --git a/media-video/recordmydesktop/recordmydesktop-0.3.8.1-r5.ebuild b/media-video/recordmydesktop/recordmydesktop-0.3.8.1-r5.ebuild
new file mode 100644
index 00000000000..8fd17ae7e35
--- /dev/null
+++ b/media-video/recordmydesktop/recordmydesktop-0.3.8.1-r5.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils autotools
+
+DESCRIPTION="A desktop session recorder producing Ogg video/audio files"
+HOMEPAGE="http://recordmydesktop.sourceforge.net/"
+SRC_URI="mirror://sourceforge/recordmydesktop/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="alsa jack"
+
+RDEPEND="sys-libs/zlib
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXdamage
+	media-libs/libvorbis
+	media-libs/libogg
+	media-libs/libtheora[encode]
+	x11-libs/libICE
+	x11-libs/libSM
+	alsa? ( media-libs/alsa-lib )
+	jack? ( virtual/jack )"
+DEPEND="${RDEPEND}
+	x11-proto/xextproto"
+
+src_prepare() {
+	if has_version ">=x11-proto/xextproto-7.1.1"; then
+		sed -i \
+			-e 's:shmstr.h:shmproto.h:g' \
+			src/rmd_{getzpixmap.c,update_image.c} || die
+	fi
+
+	# fix weird Framerates with new libtheora
+	epatch "${FILESDIR}/${PV}-fix_new_theora.patch"
+
+	# fix check for jack support
+	epatch "${FILESDIR}/${PV}-fix-libjack-check.patch"
+
+	eapply_user
+
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		--enable-dependency-tracking \
+		$(use_enable !alsa oss) \
+		$(use_enable jack)
+}
+
+src_install() {
+	emake DESTDIR="${D}" install || die
+	dodoc AUTHORS ChangeLog README || die
+}


             reply	other threads:[~2018-03-20 13:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-20 13:50 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-06-06 23:23 [gentoo-commits] repo/gentoo:master commit in: media-video/recordmydesktop/ Thomas Deutschmann
2018-07-29 10:35 Sergei Trofimovich
2018-10-08 10:52 Mikle Kolyada
2018-10-08 10:52 Mikle Kolyada
2023-12-24 23:07 Conrad Kostecki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1521553822.70bcae93bcfab3d841d6a9b05a146a2fd1e3ffb6.fordfrog@gentoo \
    --to=fordfrog@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox