media-video/tsmuxer: drop 2.6.16_p20220706

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-12-05 15:29:08 +01:00
parent 01bf1d1dac
commit 271bd4cd60
2 changed files with 0 additions and 41 deletions

View File

@@ -1,2 +1 @@
DIST tsmuxer-2.6.16_p20220706.tar.gz 699612 BLAKE2B 101f97b0846a1051c7920878c304e62d6e4d42a3c85c0d1e0fe8cd7cf2ebfd49ad0c75966c0b5e171a6e878d19ff6a03481b29bac4d0b1994285c24893597349 SHA512 96ffaf04a02a0f7cc643a49b54d299648bff551aa03263547d17abeb7871cdb867d98d13becea6e69d1d5691afffc9011ce502a3e7e9bd78f5025bff79d3ad76
DIST tsmuxer-2.7.0.tar.gz 713531 BLAKE2B f13d625e9ed75e607bdac8df0dc177b97dd4d6e8da8c97406edb36f52ca45a0e0d99ec6c182588d80c12dead9345d507c6153c41133b56db1beab6642c92739f SHA512 a6555635bdb7529d78534d1b00e5e5e9fdc73ea6aa1d4cd3fe173e32dc53c11f4cb3278c257e11eb5a80146ac742db78b22f09867cf79f6ea9cf673dbd46498a

View File

@@ -1,40 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
COMMIT="fafc3cd747457906290df773063ad8022684a33a"
MY_PN="tsMuxer"
DESCRIPTION="Utility to create and demux TS and M2TS files"
HOMEPAGE="https://github.com/justdan96/tsMuxer"
SRC_URI="https://github.com/justdan96/${MY_PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="qt5"
BDEPEND="virtual/pkgconfig
qt5? ( dev-qt/linguist-tools:5 )"
DEPEND="qt5? (
dev-qt/qtmultimedia:5
dev-qt/qtwidgets:5
)
media-libs/freetype
virtual/zlib:="
RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_PN}-${COMMIT}"
DOCS=( README.md )
src_configure() {
local mycmakeargs=(
-DTSMUXER_STATIC_BUILD=OFF
-DTSMUXER_GUI=$(usex qt5)
)
cmake_src_configure
}