summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2023-08-04 08:09:18 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2023-08-04 08:09:18 +0200
commit1bb5b937d3fe4e486b75c35c374fad98c4a9abac (patch)
tree862a042957746afb4863980489cad6f2905caa8a /media-libs/libmp4v2
parentmedia-sound/mpg123: switched dep to libpulse (diff)
downloadgentoo-1bb5b937d3fe4e486b75c35c374fad98c4a9abac.tar.gz
gentoo-1bb5b937d3fe4e486b75c35c374fad98c4a9abac.tar.bz2
gentoo-1bb5b937d3fe4e486b75c35c374fad98c4a9abac.zip
media-libs/libmp4v2: dropped obsolete 2.1.3
Bug: https://bugs.gentoo.org/909727 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-libs/libmp4v2')
-rw-r--r--media-libs/libmp4v2/libmp4v2-2.1.3.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/media-libs/libmp4v2/libmp4v2-2.1.3.ebuild b/media-libs/libmp4v2/libmp4v2-2.1.3.ebuild
deleted file mode 100644
index 0bb89cf76f11..000000000000
--- a/media-libs/libmp4v2/libmp4v2-2.1.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_P=${P/lib}
-
-inherit cmake
-
-DESCRIPTION="Functions for accessing ISO-IEC:14496-1:2001 MPEG-4 standard"
-HOMEPAGE="https://mp4v2.org/"
-SRC_URI="https://github.com/enzo1982/mp4v2/releases/download/v${PV}/${MY_P}.tar.bz2"
-
-LICENSE="MPL-1.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-IUSE="utils"
-# Tests need DejaGnu but are non-existent (just an empty framework)
-RESTRICT="test"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=(
- "${FILESDIR}/${PN}-2.0.0-unsigned-int-cast.patch"
-)
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_UTILS=$(usex utils)
- )
- cmake_src_configure
-}