Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/tsmuxer/
Date: Tue, 27 Feb 2018 16:14:20
Message-Id: 1519748011.18a0653a6e96fefcb68a09f40c216650645575c1.asturm@gentoo
1 commit: 18a0653a6e96fefcb68a09f40c216650645575c1
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 27 15:55:58 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 27 16:13:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18a0653a
7
8 media-video/tsmuxer: Drop old
9
10 Closes: https://bugs.gentoo.org/641956
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12
13 media-video/tsmuxer/Manifest | 1 -
14 media-video/tsmuxer/metadata.xml | 3 --
15 media-video/tsmuxer/tsmuxer-2.6.11.ebuild | 60 -------------------------------
16 3 files changed, 64 deletions(-)
17
18 diff --git a/media-video/tsmuxer/Manifest b/media-video/tsmuxer/Manifest
19 index e4ddad8d783..602c43239fe 100644
20 --- a/media-video/tsmuxer/Manifest
21 +++ b/media-video/tsmuxer/Manifest
22 @@ -1,2 +1 @@
23 DIST tsmuxer-2.6.11.tar.gz 538798 BLAKE2B 18f5f9002e356664ae84343afbadcddd447743404bcdcca709ba039ebb2ab05e5fba7eda0f30c86c29e18040d646004d1aec7dec34ed008ddbdb15228c63f09d SHA512 25b552153b76231ac1b88858d2178564d22edd18c6b08dc872765ac214ca6fd1ff6df5c5fff0f24647ea35f3f990e364bfb8adff5dd79c69cc12875fafb4f137
24 -DIST tsmuxer-icon.png 1634 BLAKE2B 400a1101ae382264d66a07e389157f055a7346c80065be159ffda6ce8c28450c1ff954b50fd1ce6df05384fdb892eeab7319bc42f154878c2fccfb5638b90a3d SHA512 4af3b1bd0e1a2c8379773e16121aa1c0ae749a3a9b9fdef0622991ea4ea632f51fbd91af0f6b5a415c28b375bd71adde2e9aacfb8b495242168cc97e1c8bf4ff
25
26 diff --git a/media-video/tsmuxer/metadata.xml b/media-video/tsmuxer/metadata.xml
27 index fde90f47550..e55b2b58110 100644
28 --- a/media-video/tsmuxer/metadata.xml
29 +++ b/media-video/tsmuxer/metadata.xml
30 @@ -11,7 +11,4 @@
31 Dune HD Ultra, Sony Playstation3 and others). tsMuxeR is a part of
32 SmartCONTENT, content preparation solution.
33 </longdescription>
34 - <use>
35 - <flag name="qt4">Installs tsMuxerGUI (needs Qt4)</flag>
36 - </use>
37 </pkgmetadata>
38
39 diff --git a/media-video/tsmuxer/tsmuxer-2.6.11.ebuild b/media-video/tsmuxer/tsmuxer-2.6.11.ebuild
40 deleted file mode 100644
41 index 65f1d359bc6..00000000000
42 --- a/media-video/tsmuxer/tsmuxer-2.6.11.ebuild
43 +++ /dev/null
44 @@ -1,60 +0,0 @@
45 -# Copyright 1999-2016 Gentoo Foundation
46 -# Distributed under the terms of the GNU General Public License v2
47 -
48 -EAPI=5
49 -
50 -inherit eutils qt4-r2
51 -
52 -DESCRIPTION="Utility to create and demux TS and M2TS files"
53 -HOMEPAGE="http://forum.doom9.org/showthread.php?t=168539"
54 -SRC_URI="https://drive.google.com/uc?export=download&id=0B0VmPcEZTp8NekJxLUVJRWMwejQ -> ${P}.tar.gz
55 - http://gentoo.sbriesen.de/distfiles/tsmuxer-icon.png"
56 -LICENSE="SmartLabs"
57 -SLOT="0"
58 -
59 -KEYWORDS="~amd64 ~x86"
60 -IUSE="qt4"
61 -
62 -QA_FLAGS_IGNORED="opt/${PN}/bin/tsMuxeR opt/${PN}/bin/tsMuxerGUI"
63 -
64 -DEPEND="|| (
65 - >=app-arch/upx-ucl-3.01[lzma]
66 - >=app-arch/upx-bin-3.01
67 -)"
68 -RDEPEND="
69 - >=media-libs/freetype-2.5.0.1:2[abi_x86_32(-)]
70 - qt4? (
71 - >=dev-libs/glib-2.34.3:2[abi_x86_32(-)]
72 - >=dev-qt/qtcore-4.8.5-r1:4[abi_x86_32(-)]
73 - >=dev-qt/qtgui-4.8.5-r2:4[abi_x86_32(-)]
74 - >=media-libs/fontconfig-2.10.92[abi_x86_32(-)]
75 - >=media-libs/libpng-1.2.51:1.2[abi_x86_32(-)]
76 - >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)]
77 - >=x11-libs/libICE-1.0.8-r1[abi_x86_32(-)]
78 - >=x11-libs/libSM-1.2.1-r1[abi_x86_32(-)]
79 - >=x11-libs/libX11-1.6.2[abi_x86_32(-)]
80 - >=x11-libs/libXext-1.3.2[abi_x86_32(-)]
81 - >=x11-libs/libXrender-0.9.8[abi_x86_32(-)]
82 - )
83 -"
84 -
85 -S="${WORKDIR}"
86 -
87 -src_prepare() {
88 - upx -d tsMuxeR tsMuxerGUI || die
89 -}
90 -
91 -src_install() {
92 - dodir /opt/bin
93 - exeinto /opt/${PN}/bin
94 -
95 - doexe tsMuxeR
96 - dosym ../${PN}/bin/tsMuxeR /opt/bin/tsMuxeR
97 -
98 - if use qt4; then
99 - doexe tsMuxerGUI
100 - dosym ../${PN}/bin/tsMuxerGUI /opt/bin/tsMuxerGUI
101 - newicon "${DISTDIR}/${PN}-icon.png" "${PN}.png"
102 - make_desktop_entry tsMuxerGUI "tsMuxeR GUI" "${PN}" "Qt;AudioVideo;Video"
103 - fi
104 -}