summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-01-15 01:44:03 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-01-16 22:06:07 +0100
commit1107cfa6d7ba24f9093b3c393c510899c953e1ec (patch)
treec176553924bd9db586d781691ca7b565663de63c
parentgames-util/higan-purify: Drop USE=qt4 (diff)
downloadgentoo-1107cfa6d7ba24f9093b3c393c510899c953e1ec.tar.gz
gentoo-1107cfa6d7ba24f9093b3c393c510899c953e1ec.tar.bz2
gentoo-1107cfa6d7ba24f9093b3c393c510899c953e1ec.zip
media-video/tsmuxer: Drop old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
-rw-r--r--media-video/tsmuxer/Manifest1
-rw-r--r--media-video/tsmuxer/tsmuxer-1.10.6-r1.ebuild77
2 files changed, 0 insertions, 78 deletions
diff --git a/media-video/tsmuxer/Manifest b/media-video/tsmuxer/Manifest
index 37df7fe39116..e4ddad8d7838 100644
--- a/media-video/tsmuxer/Manifest
+++ b/media-video/tsmuxer/Manifest
@@ -1,3 +1,2 @@
-DIST tsMuxeR_shared_1.10.6.tar.gz 640010 BLAKE2B aa60341e372d7537ea881ac481f7052af3cc0db5d2eb61687bc23ebdaefcaa8b04f9a4e02075489911c885563f172ec64fd3f54779d130f404ac96378d839ecc SHA512 64d5214a84ae1d2fdbaad214ff9586007ed1d88e7d0e18d866dfe4e75cf371de52e4c05eb1d67d0b9c7c2f9cd5ca87b4dbb2b113e81361ba658aa1fecca115d6
DIST tsmuxer-2.6.11.tar.gz 538798 BLAKE2B 18f5f9002e356664ae84343afbadcddd447743404bcdcca709ba039ebb2ab05e5fba7eda0f30c86c29e18040d646004d1aec7dec34ed008ddbdb15228c63f09d SHA512 25b552153b76231ac1b88858d2178564d22edd18c6b08dc872765ac214ca6fd1ff6df5c5fff0f24647ea35f3f990e364bfb8adff5dd79c69cc12875fafb4f137
DIST tsmuxer-icon.png 1634 BLAKE2B 400a1101ae382264d66a07e389157f055a7346c80065be159ffda6ce8c28450c1ff954b50fd1ce6df05384fdb892eeab7319bc42f154878c2fccfb5638b90a3d SHA512 4af3b1bd0e1a2c8379773e16121aa1c0ae749a3a9b9fdef0622991ea4ea632f51fbd91af0f6b5a415c28b375bd71adde2e9aacfb8b495242168cc97e1c8bf4ff
diff --git a/media-video/tsmuxer/tsmuxer-1.10.6-r1.ebuild b/media-video/tsmuxer/tsmuxer-1.10.6-r1.ebuild
deleted file mode 100644
index 5734f9720e38..000000000000
--- a/media-video/tsmuxer/tsmuxer-1.10.6-r1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils base qt4-r2
-
-DESCRIPTION="Utility to create and demux TS and M2TS files"
-HOMEPAGE="http://www.smlabs.net/en/products/tsmuxer/"
-SRC_URI="http://www.smlabs.net/tsMuxer/tsMuxeR_shared_${PV}.tar.gz
- http://gentoo.sbriesen.de/distfiles/tsmuxer-icon.png"
-LICENSE="SmartLabs"
-SLOT="0"
-
-KEYWORDS="~amd64 ~x86"
-IUSE="qt4 l10n_ru"
-
-QA_FLAGS_IGNORED="opt/${PN}/bin/tsMuxeR opt/${PN}/bin/tsMuxerGUI"
-
-DEPEND="|| (
- >=app-arch/upx-ucl-3.01
- >=app-arch/upx-bin-3.01
-)"
-RDEPEND="
- x86? (
- media-libs/freetype:2
- qt4? (
- dev-libs/glib:2
- dev-qt/qtcore:4
- dev-qt/qtgui:4
- media-libs/fontconfig
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXrender
- )
- )
- amd64? (
- >=media-libs/freetype-2.5.0.1:2[abi_x86_32(-)]
- qt4? (
- >=dev-libs/glib-2.34.3:2[abi_x86_32(-)]
- >=dev-qt/qtcore-4.8.5-r1:4[abi_x86_32(-)]
- >=dev-qt/qtgui-4.8.5-r2:4[abi_x86_32(-)]
- >=media-libs/fontconfig-2.10.92[abi_x86_32(-)]
- >=media-libs/libpng-1.2.51:1.2[abi_x86_32(-)]
- >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)]
- >=x11-libs/libICE-1.0.8-r1[abi_x86_32(-)]
- >=x11-libs/libSM-1.2.1-r1[abi_x86_32(-)]
- >=x11-libs/libX11-1.6.2[abi_x86_32(-)]
- >=x11-libs/libXext-1.3.2[abi_x86_32(-)]
- >=x11-libs/libXrender-0.9.8[abi_x86_32(-)]
- )
- )"
-
-S="${WORKDIR}"
-
-src_prepare() {
- upx -d tsMuxeR tsMuxerGUI || die
-}
-
-src_install() {
- dodir /opt/bin
- exeinto /opt/${PN}/bin
-
- doexe tsMuxeR
- dosym ../${PN}/bin/tsMuxeR /opt/bin/tsMuxeR
-
- if use qt4; then
- doexe tsMuxerGUI
- dosym ../${PN}/bin/tsMuxerGUI /opt/bin/tsMuxerGUI
- newicon "${DISTDIR}/${PN}-icon.png" "${PN}.png"
- make_desktop_entry tsMuxerGUI "tsMuxeR GUI" "${PN}" "Qt;AudioVideo;Video"
- fi
-
- use l10n_ru && dodoc readme.rus.txt
-}