summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2018-04-30 22:27:32 +0200
committerMatt Turner <mattst88@gentoo.org>2018-04-30 13:50:14 -0700
commit29d5a14368ab3434dbc1e0f61d951a5e3170a602 (patch)
tree5f83b477a4bdbb3956fbef8d82e32431d633aea1 /media-video/recordmydesktop
parentmedia-gfx/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto). (diff)
downloadgentoo-29d5a14368ab3434dbc1e0f61d951a5e3170a602.tar.gz
gentoo-29d5a14368ab3434dbc1e0f61d951a5e3170a602.tar.bz2
gentoo-29d5a14368ab3434dbc1e0f61d951a5e3170a602.zip
media-video/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).
Diffstat (limited to 'media-video/recordmydesktop')
-rw-r--r--media-video/recordmydesktop/recordmydesktop-0.3.8.1-r4.ebuild12
-rw-r--r--media-video/recordmydesktop/recordmydesktop-0.3.8.1-r5.ebuild10
2 files changed, 9 insertions, 13 deletions
diff --git a/media-video/recordmydesktop/recordmydesktop-0.3.8.1-r4.ebuild b/media-video/recordmydesktop/recordmydesktop-0.3.8.1-r4.ebuild
index 51d0a0b43c44..fba38e965e18 100644
--- a/media-video/recordmydesktop/recordmydesktop-0.3.8.1-r4.ebuild
+++ b/media-video/recordmydesktop/recordmydesktop-0.3.8.1-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=2
@@ -26,14 +26,12 @@ RDEPEND="sys-libs/zlib
alsa? ( media-libs/alsa-lib )
jack? ( media-sound/jack-audio-connection-kit )"
DEPEND="${RDEPEND}
- x11-proto/xextproto"
+ x11-base/xorg-proto"
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
+ sed -i \
+ -e 's:shmstr.h:shmproto.h:g' \
+ src/rmd_{getzpixmap.c,update_image.c} || die
# fix weird Framerates with new libtheora
epatch "${FILESDIR}/${PV}-fix_new_theora.patch"
diff --git a/media-video/recordmydesktop/recordmydesktop-0.3.8.1-r5.ebuild b/media-video/recordmydesktop/recordmydesktop-0.3.8.1-r5.ebuild
index 8fd17ae7e35f..5247e79de061 100644
--- a/media-video/recordmydesktop/recordmydesktop-0.3.8.1-r5.ebuild
+++ b/media-video/recordmydesktop/recordmydesktop-0.3.8.1-r5.ebuild
@@ -26,14 +26,12 @@ RDEPEND="sys-libs/zlib
alsa? ( media-libs/alsa-lib )
jack? ( virtual/jack )"
DEPEND="${RDEPEND}
- x11-proto/xextproto"
+ x11-base/xorg-proto"
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
+ sed -i \
+ -e 's:shmstr.h:shmproto.h:g' \
+ src/rmd_{getzpixmap.c,update_image.c} || die
# fix weird Framerates with new libtheora
epatch "${FILESDIR}/${PV}-fix_new_theora.patch"