diff options
-rw-r--r-- | media-tv/qotrdecoder/Manifest | 2 | ||||
-rw-r--r-- | media-tv/qotrdecoder/qotrdecoder-0.0.247.ebuild | 11 |
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 } |