From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmp4v2/
Date: Sat, 15 Apr 2023 08:09:08 +0000 (UTC) [thread overview]
Message-ID: <1681546145.c4f301107b1b81ebeae8e1399bc725927c833bd5.fordfrog@gentoo> (raw)
commit: c4f301107b1b81ebeae8e1399bc725927c833bd5
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Fri Apr 14 12:59:34 2023 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Apr 15 08:09:05 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4f30110
media-libs/libmp4v2: add 2.1.2
New upstream, package migrated to cmake.eclass and EAPI=8.
Closes: https://bugs.gentoo.org/686174
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/30592
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/libmp4v2/Manifest | 1 +
media-libs/libmp4v2/libmp4v2-2.1.2.ebuild | 32 +++++++++++++++++++++++++++++++
media-libs/libmp4v2/metadata.xml | 2 +-
3 files changed, 34 insertions(+), 1 deletion(-)
diff --git a/media-libs/libmp4v2/Manifest b/media-libs/libmp4v2/Manifest
index 1d76d432b5a9..4883c5ffed9c 100644
--- a/media-libs/libmp4v2/Manifest
+++ b/media-libs/libmp4v2/Manifest
@@ -1 +1,2 @@
DIST mp4v2-2.0.0.tar.bz2 495672 BLAKE2B 966c90b443bd6f7a81c96fd12f95b00c3ec89cd476aa0fff3e0450b315d54543578ef953c5e3f28d52ca800a0768c601dddc8e99a32ff512767cd65c12832bd5 SHA512 15eb882f33d72d4209053b54c883b67715f539c33096705a0e7bc79015b93f6f3ac80ae29c65a0ffe9eab1bf0dedf07198bdee23fa6eafcd6ccb34f984484be0
+DIST mp4v2-2.1.2.tar.bz2 594365 BLAKE2B ca7438ab34d826926bb39a9f1c09f24a65c2ea7aae45cb736ec4b285ef975f575c1c28ee88d47e623c8085e2800a52ac89d18bd7c42232c72d7d6ae89d78c850 SHA512 7996edbbaf4125cb406ea5dad82dd04e50bc04d6d3f7c32ba5f3be35872b5dc7048038a6e59c668578e8ee1898d56a3c77bcafc5cd42cff9cb6232ee20cdb406
diff --git a/media-libs/libmp4v2/libmp4v2-2.1.2.ebuild b/media-libs/libmp4v2/libmp4v2-2.1.2.ebuild
new file mode 100644
index 000000000000..2b7c38415a27
--- /dev/null
+++ b/media-libs/libmp4v2/libmp4v2-2.1.2.ebuild
@@ -0,0 +1,32 @@
+# 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 ~sparc-solaris ~x86-solaris"
+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
+}
diff --git a/media-libs/libmp4v2/metadata.xml b/media-libs/libmp4v2/metadata.xml
index 2a7b78b4b273..64bc58b332fa 100644
--- a/media-libs/libmp4v2/metadata.xml
+++ b/media-libs/libmp4v2/metadata.xml
@@ -9,6 +9,6 @@
<flag name="utils">Install command-line utilities</flag>
</use>
<upstream>
- <remote-id type="google-code">mp4v2</remote-id>
+ <remote-id type="github">enzo1982/mp4v2</remote-id>
</upstream>
</pkgmetadata>
next reply other threads:[~2023-04-15 8:09 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-15 8:09 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-08-04 6:09 [gentoo-commits] repo/gentoo:master commit in: media-libs/libmp4v2/ Miroslav Šulc
2023-07-05 20:52 Sam James
2023-07-05 20:52 Sam James
2023-07-05 20:52 Sam James
2023-07-05 12:54 Arthur Zamarin
2023-07-05 10:09 Arthur Zamarin
2023-05-16 18:03 Arthur Zamarin
2023-05-16 17:05 Arthur Zamarin
2023-05-16 6:28 Sam James
2023-05-16 6:28 Sam James
2023-05-16 6:10 Sam James
2023-05-16 6:10 Sam James
2023-05-12 7:27 Miroslav Šulc
2021-09-04 10:17 Yixun Lan
2020-09-07 22:22 Sam James
2020-09-06 7:49 Sergei Trofimovich
2020-09-03 0:20 Sam James
2020-08-29 12:56 Sam James
2020-08-16 14:48 Agostino Sarubbo
2020-08-15 4:42 Sam James
2020-08-15 4:07 Sam James
2020-08-15 3:37 Sam James
2020-08-03 0:49 Sam James
2018-12-13 10:08 Andreas Sturmlechner
2018-11-29 9:02 Andreas Sturmlechner
2018-11-28 12:15 Tobias Klausmann
2018-11-18 11:52 Mikle Kolyada
2018-11-18 10:38 Sergei Trofimovich
2018-11-07 23:44 Thomas Deutschmann
2018-11-07 10:14 Mikle Kolyada
2018-11-07 0:17 Sergei Trofimovich
2018-11-07 0:15 Sergei Trofimovich
2018-11-06 23:56 Sergei Trofimovich
2018-11-05 7:23 Sergei Trofimovich
2017-06-19 20:07 Alexis Ballier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1681546145.c4f301107b1b81ebeae8e1399bc725927c833bd5.fordfrog@gentoo \
--to=fordfrog@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox