From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/gpac/
Date: Thu, 13 Mar 2025 04:24:22 +0000 (UTC) [thread overview]
Message-ID: <1741839714.9974bd1e5638a2274ba98e1ea942ddb253b9e793.ionen@gentoo> (raw)
commit: 9974bd1e5638a2274ba98e1ea942ddb253b9e793
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 13 00:44:29 2025 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Mar 13 04:21:54 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9974bd1e
media-video/gpac: drop 2.2.0
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
media-video/gpac/Manifest | 1 -
media-video/gpac/gpac-2.2.0.ebuild | 152 -------------------------------------
2 files changed, 153 deletions(-)
diff --git a/media-video/gpac/Manifest b/media-video/gpac/Manifest
index 59e0c115eaf8..c3e8ca33dce5 100644
--- a/media-video/gpac/Manifest
+++ b/media-video/gpac/Manifest
@@ -1,3 +1,2 @@
DIST gpac-2.0.0.tar.gz 11362932 BLAKE2B a8489831efb77c374d13e2edb3951e60a94907c4cd8601919e1390aee0e9002249e97a9200fd006c2aa783c516f701f7695aa84b5f3596a3bc90290916ff4086 SHA512 e95e6d78167fc306917b3ac89e56ba511bbcb0c825da118f5ba374504499352104b5c1f3ee71e7ec018015b8e302f9b07162d22287ddb21c8564b097d900913f
-DIST gpac-2.2.0.tar.gz 11376708 BLAKE2B f50c131912787c274a5b2d37e242e37ddd07f2c6eab3a932ec243f0fc36aeb06d4f16fd861eb3534f93534c291c55fddc2bcd1f573d2ed186e17464512a1f089 SHA512 4ac63a79a5d1057aadb59429af84ca9e4e0c0b863b19beafb60bd1c30425357dec45b5d6d48d452eb94002b059c9eb0c7bb0cc14222194f641604f964b3207c2
DIST gpac-2.2.1.tar.gz 11377184 BLAKE2B 44b47459da0f203d0e4c0eed5836a59f44fb508db4e601b46e9ffdb53d89bb49e22ccdfe7951b17581130f186c47ae8efc0d9002685d5cf9a3547159356d2d9e SHA512 873df4c2fdc3594a0f3bce66d511cee14669643042ab1ca8d7f370ad3f50636c32c31f79818051d00bf844de30a5533ae30c81ed168baf2626a152771b6a6845
diff --git a/media-video/gpac/gpac-2.2.0.ebuild b/media-video/gpac/gpac-2.2.0.ebuild
deleted file mode 100644
index abd67bfaac3c..000000000000
--- a/media-video/gpac/gpac-2.2.0.ebuild
+++ /dev/null
@@ -1,152 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} == *9999 ]] ; then
- SCM="git-r3"
- EGIT_REPO_URI="https://github.com/gpac/gpac"
-else
- SRC_URI="https://github.com/gpac/gpac/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~alpha amd64 ~ppc ppc64 ~sparc x86"
-fi
-
-inherit toolchain-funcs ${SCM} xdg
-
-DESCRIPTION="Implementation of the MPEG-4 Systems standard developed from scratch in ANSI C"
-HOMEPAGE="https://gpac.wp.imt.fr/"
-
-LICENSE="GPL-2"
-# subslot == libgpac major
-SLOT="0/11"
-IUSE="a52 aac alsa cpu_flags_x86_sse2 debug dvb ffmpeg jack jpeg jpeg2k mad opengl oss png
- pulseaudio sdl ssl static-libs theora truetype vorbis xml xvid X"
-
-BDEPEND="virtual/pkgconfig"
-RDEPEND="
- media-libs/libogg
- sys-libs/zlib
- a52? ( media-libs/a52dec )
- aac? ( media-libs/faad2 )
- alsa? ( media-libs/alsa-lib )
- ffmpeg? ( media-video/ffmpeg:0= )
- jack? ( virtual/jack )
- jpeg? ( media-libs/libjpeg-turbo:0= )
- jpeg2k? ( media-libs/openjpeg:2 )
- mad? ( media-libs/libmad )
- opengl? (
- media-libs/freeglut
- virtual/glu
- virtual/opengl
- )
- png? ( media-libs/libpng:0= )
- pulseaudio? ( media-sound/pulseaudio )
- theora? ( media-libs/libtheora )
- truetype? ( media-libs/freetype:2 )
- sdl? ( media-libs/libsdl )
- ssl? (
- dev-libs/openssl:0=
- )
- vorbis? ( media-libs/libvorbis )
- X? (
- x11-libs/libXt
- x11-libs/libX11
- x11-libs/libXv
- x11-libs/libXext
- )
- xml? ( dev-libs/libxml2:2= )
- xvid? ( media-libs/xvid )
-"
-DEPEND="
- ${RDEPEND}
- dvb? ( sys-kernel/linux-headers )
-"
-
-PATCHES=(
- "${FILESDIR}/${PN}-2.2.0-configure.patch"
- "${FILESDIR}/${PN}-2.2.0-ffmpeg6.patch"
- "${FILESDIR}/${PN}-2.2.0-ffmpeg6-deux.patch"
-)
-
-DOCS=(
- share/doc/CODING_STYLE
- share/doc/GPAC\ UPnP.doc
- share/doc/ISO\ 639-2\ codes.txt
- share/doc/SceneGenerators
- share/doc/ipmpx_syntax.bt
- Changelog
- README.md
-)
-
-my_use() {
- local flag="$1" pflag="${2:-$1}"
- if use ${flag}; then
- echo "--use-${pflag}=system"
- else
- echo "--use-${pflag}=no"
- fi
-}
-
-src_prepare() {
- default
-
- # TODO: remove when old zlib is no longer in tree
- has_version "<sys-libs/zlib-1.3" && eapply "${FILESDIR}/${PN}-1.0.0-zlib-compile.patch"
-}
-
-src_configure() {
- tc-export CC CXX AR RANLIB
-
- local myeconfargs=(
- --cc="$(tc-getCC)"
- --libdir="$(get_libdir)"
- --verbose
- --enable-pic
- --enable-svg
- --use-ogg=system
- $(use_enable alsa)
- $(use_enable debug)
- $(use_enable dvb dvb4linux)
- $(use_enable jack jack yes)
- $(use_enable opengl 3d)
- $(use_enable oss oss-audio)
- $(use_enable pulseaudio pulseaudio yes)
- $(use_enable sdl)
- $(use_enable ssl)
- $(use_enable static-libs static-lib)
- $(use_enable X x11)
- $(use_enable X x11-shm)
- $(use_enable X x11-xv)
- $(my_use a52)
- $(my_use aac faad)
- $(use_enable dvb dvbx)
- $(my_use ffmpeg)
- $(my_use jpeg)
- $(my_use jpeg2k openjpeg)
- $(my_use mad)
- $(my_use png)
- $(my_use theora)
- $(my_use truetype freetype)
- $(my_use vorbis)
- $(my_use xvid)
- )
-
- if use amd64 || use x86 ; then
- # Don't pass -mno-sse2 on non amd64/x86
- myeconfargs+=(
- --extra-cflags="${CFLAGS} $(usex cpu_flags_x86_sse2 '-msse2' '-mno-sse2')"
- )
- else
- myeconfargs+=(
- --extra-cflags="${CFLAGS}"
- )
- fi
-
- econf "${myeconfargs[@]}"
-}
-
-src_install() {
- einstalldocs
- emake STRIP="true" DESTDIR="${ED}" install
- emake STRIP="true" DESTDIR="${ED}" install-lib
-}
next reply other threads:[~2025-03-13 4:24 UTC|newest]
Thread overview: 72+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-13 4:24 Ionen Wolkens [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-09 17:31 [gentoo-commits] repo/gentoo:master commit in: media-video/gpac/ Arthur Zamarin
2025-04-09 2:47 Sam James
2025-04-09 2:47 Sam James
2025-04-09 2:47 Sam James
2025-04-09 2:47 Sam James
2025-03-23 18:04 Arthur Zamarin
2025-03-13 4:24 Ionen Wolkens
2025-03-13 4:24 Ionen Wolkens
2024-10-18 12:09 Sam James
2024-10-18 12:09 Sam James
2024-10-18 12:09 Sam James
2023-09-29 10:33 Sam James
2023-06-10 18:15 Andreas Sturmlechner
2023-06-05 8:01 Alexis Ballier
2023-06-01 6:22 Sam James
2023-06-01 5:36 Sam James
2023-05-29 13:11 Andreas Sturmlechner
2022-11-12 17:48 Matt Turner
2022-11-12 17:48 Matt Turner
2022-11-12 17:48 Matt Turner
2022-11-12 17:48 Matt Turner
2022-04-10 17:38 Arthur Zamarin
2022-04-10 17:38 Arthur Zamarin
2022-04-09 19:49 Arthur Zamarin
2022-04-07 20:58 Jakov Smolić
2022-04-07 20:58 Jakov Smolić
2021-05-03 9:26 Mikle Kolyada
2021-01-20 0:39 Sam James
2021-01-19 15:09 Sam James
2021-01-18 16:51 Sam James
2021-01-18 15:02 Sam James
2020-12-29 1:05 Sam James
2020-10-09 8:41 Agostino Sarubbo
2020-10-09 8:31 Agostino Sarubbo
2020-09-12 21:42 Sam James
2020-09-12 21:42 Sam James
2020-09-12 21:42 Sam James
2020-09-08 22:42 Sam James
2020-08-30 4:06 Sam James
2020-08-30 3:57 Sam James
2020-08-25 15:22 Sam James
2020-08-25 12:18 Sam James
2020-08-25 10:15 Sam James
2020-04-26 9:06 Mikle Kolyada
2019-01-30 16:04 Tobias Klausmann
2018-12-15 12:50 Sergei Trofimovich
2018-12-13 15:39 Mikle Kolyada
2018-12-08 9:44 Sergei Trofimovich
2018-12-08 9:36 Sergei Trofimovich
2018-12-07 2:41 Thomas Deutschmann
2018-11-29 23:01 Andreas Sturmlechner
2018-11-29 23:01 Andreas Sturmlechner
2018-11-29 23:01 Andreas Sturmlechner
2018-11-29 23:01 Andreas Sturmlechner
2018-11-29 23:01 Andreas Sturmlechner
2018-11-29 23:01 Andreas Sturmlechner
2018-10-30 15:13 Andreas Sturmlechner
2018-10-30 15:13 Andreas Sturmlechner
2017-07-29 10:06 Alexis Ballier
2017-02-24 0:13 Michael Weber
2017-02-12 17:01 Agostino Sarubbo
2017-02-04 15:21 Agostino Sarubbo
2017-01-31 18:16 Tobias Klausmann
2016-10-09 16:19 Pacho Ramos
2016-10-09 16:19 Pacho Ramos
2016-10-09 16:19 Pacho Ramos
2016-09-15 16:32 Alexis Ballier
2016-05-26 11:42 Tobias Klausmann
2016-03-16 18:25 Alexis Ballier
2016-03-14 22:12 Agostino Sarubbo
2015-08-22 9:29 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=1741839714.9974bd1e5638a2274ba98e1ea942ddb253b9e793.ionen@gentoo \
--to=ionen@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