summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2015-10-22 13:30:32 +0200
committerChristoph Mende <angelos@gentoo.org>2015-10-22 13:30:32 +0200
commit7e302274e7ba066c2853dfa1937ac9399a77d1d3 (patch)
treef1e07cb8ed787540b6ee8f74bd7f75e4c05f093b
parentdev-libs/sqlheavy: update REPO_URI/HOMEPAGE and migrate to vala.eclass (diff)
downloadangelos-7e302274e7ba066c2853dfa1937ac9399a77d1d3.tar.gz
angelos-7e302274e7ba066c2853dfa1937ac9399a77d1d3.tar.bz2
angelos-7e302274e7ba066c2853dfa1937ac9399a77d1d3.zip
media-tv/qotrdecoder: migrate to EAPI5, multilib
-rw-r--r--media-tv/qotrdecoder/Manifest2
-rw-r--r--media-tv/qotrdecoder/qotrdecoder-0.0.247.ebuild11
2 files changed, 6 insertions, 7 deletions
diff --git a/media-tv/qotrdecoder/Manifest b/media-tv/qotrdecoder/Manifest
index abf68dc..5730655 100644
--- a/media-tv/qotrdecoder/Manifest
+++ b/media-tv/qotrdecoder/Manifest
@@ -1 +1 @@
-DIST qotrdecoder-linux-Ubuntu_8.04-i686-0.0.247-r1132.tar.bz2 1354967 SHA256 c2e6d0f73da8a36ad9e58a4305da22cec890ad9c9bde1838ace2e51740d92882
+DIST qotrdecoder-linux-Ubuntu_8.04-i686-0.0.247-r1132.tar.bz2 1354967 SHA256 c2e6d0f73da8a36ad9e58a4305da22cec890ad9c9bde1838ace2e51740d92882 SHA512 e03322b6b906aac4eab47bb5c8c2c5661a76104c548c53f1ea34e072d21ad6dee763300499f90234ff8e0c81eb33e72a66222714e48fc4e4e17b33a05bc59699 WHIRLPOOL 1b893d669fd3bdef31c0150a897b4793610196a513aada4a967e3a86d74291d2525ff8e6f9194b751b199f751e652c38ab87309037fab56774e297a03422e1fc
diff --git a/media-tv/qotrdecoder/qotrdecoder-0.0.247.ebuild b/media-tv/qotrdecoder/qotrdecoder-0.0.247.ebuild
index 03bb0f7..1245d51 100644
--- a/media-tv/qotrdecoder/qotrdecoder-0.0.247.ebuild
+++ b/media-tv/qotrdecoder/qotrdecoder-0.0.247.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=3
+EAPI=5
DESCRIPTION="OnlineTVRecorder decoder (QT)"
HOMEPAGE="http://www.onlinetvrecorder.com"
@@ -13,10 +13,9 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE=""
-RDEPEND="x86? ( media-video/ffmpeg
- x11-libs/qt-gui
- x11-libs/qt-core )
- amd64? ( app-emulation/emul-linux-x86-qtlibs )"
+RDEPEND="virtual/ffmpeg
+ dev-qt/qtgui:4[abi_x86_32(-)]
+ dev-qt/qtcore:4[abi_x86_32(-)]"
DEPEND=""
S=${WORKDIR}/${PN}-linux-Ubuntu_8.04-i686-${PV}-r1132
@@ -26,5 +25,5 @@ QA_DT_HASH="usr/bin/qotr"
src_install() {
# TODO locales
- dobin qotr || die "dobin failed"
+ dobin qotr
}