From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmp4v2/
Date: Fri, 12 May 2023 07:27:44 +0000 (UTC) [thread overview]
Message-ID: <1683876453.e2665d7cdcb08c96a1a31bea6b3d9eaf5e1bd333.fordfrog@gentoo> (raw)
commit: e2665d7cdcb08c96a1a31bea6b3d9eaf5e1bd333
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Fri May 12 07:27:33 2023 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri May 12 07:27:33 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2665d7c
media-libs/libmp4v2: bump to 2.1.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/libmp4v2/Manifest | 1 +
media-libs/libmp4v2/libmp4v2-2.1.3.ebuild | 32 +++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/media-libs/libmp4v2/Manifest b/media-libs/libmp4v2/Manifest
index 4883c5ffed9c..c67a681a3951 100644
--- a/media-libs/libmp4v2/Manifest
+++ b/media-libs/libmp4v2/Manifest
@@ -1,2 +1,3 @@
DIST mp4v2-2.0.0.tar.bz2 495672 BLAKE2B 966c90b443bd6f7a81c96fd12f95b00c3ec89cd476aa0fff3e0450b315d54543578ef953c5e3f28d52ca800a0768c601dddc8e99a32ff512767cd65c12832bd5 SHA512 15eb882f33d72d4209053b54c883b67715f539c33096705a0e7bc79015b93f6f3ac80ae29c65a0ffe9eab1bf0dedf07198bdee23fa6eafcd6ccb34f984484be0
DIST mp4v2-2.1.2.tar.bz2 594365 BLAKE2B ca7438ab34d826926bb39a9f1c09f24a65c2ea7aae45cb736ec4b285ef975f575c1c28ee88d47e623c8085e2800a52ac89d18bd7c42232c72d7d6ae89d78c850 SHA512 7996edbbaf4125cb406ea5dad82dd04e50bc04d6d3f7c32ba5f3be35872b5dc7048038a6e59c668578e8ee1898d56a3c77bcafc5cd42cff9cb6232ee20cdb406
+DIST mp4v2-2.1.3.tar.bz2 594549 BLAKE2B ee8e5792b5b92098e2990bd76a8be7aa6cffc60cb28059702a07eb5cc73dcc9def59dec290f40cbf246069b491d1911714fb00f8d48b77e421e8993fac37f76c SHA512 89bca9c76cf468a932a09d66bc5409266acde51184bf1262c5bc9a524ee5c9a3e073fd0d37450580284e12d9d46d1fd5db0c4ce647c365cc5106fb39ee3d59f6
diff --git a/media-libs/libmp4v2/libmp4v2-2.1.3.ebuild b/media-libs/libmp4v2/libmp4v2-2.1.3.ebuild
new file mode 100644
index 000000000000..2b7c38415a27
--- /dev/null
+++ b/media-libs/libmp4v2/libmp4v2-2.1.3.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
+}
next reply other threads:[~2023-05-12 7:27 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-12 7:27 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-04-15 8:09 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=1683876453.e2665d7cdcb08c96a1a31bea6b3d9eaf5e1bd333.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