From: "James Le Cuirot" <chewi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libopenmpt/
Date: Sat, 18 Jun 2022 08:50:12 +0000 (UTC) [thread overview]
Message-ID: <1655542157.154749600b4445ada10d64b651b730db01e120bf.chewi@gentoo> (raw)
commit: 154749600b4445ada10d64b651b730db01e120bf
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 18 08:49:05 2022 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Jun 18 08:49:17 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15474960
media-libs/libopenmpt: Drop old 0.6.2
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
media-libs/libopenmpt/Manifest | 1 -
media-libs/libopenmpt/libopenmpt-0.6.2.ebuild | 61 ---------------------------
2 files changed, 62 deletions(-)
diff --git a/media-libs/libopenmpt/Manifest b/media-libs/libopenmpt/Manifest
index 0a844d568799..dd49a6510e70 100644
--- a/media-libs/libopenmpt/Manifest
+++ b/media-libs/libopenmpt/Manifest
@@ -1,4 +1,3 @@
DIST libopenmpt-0.5.14+release.autotools.tar.gz 1446898 BLAKE2B ab6ff8db2e19d859fecca882aea3e569b58d96d5055ec0dd42494a7eb38fefa9c8b88f4700d354de71346c71c6d9a96327db1c2b7b48e227928dcba0ce7347d6 SHA512 8897549c18afb57c5bf54f4dd8a1d80983829bca958052d76cda1315ef4a37f4201575817b7cedfe17a44ee79051a52aa35b26a51b554091e92c9d2dcf5924a3
-DIST libopenmpt-0.6.2+release.autotools.tar.gz 1514140 BLAKE2B 38e8d24352cce92b38ddf8e1f33af7fb72571b88b8f4cbddff626affe2f00bdb73635872d502417e37c68aa0f2254338088bb493b47c688a22d342b3ba54f725 SHA512 a4bbf804d4be72d11216173371ab81703877071cf15e2daaaf59b0eb892d5948072af00bd1ec8c097c23bb3f77bc2c0be6cf853dcf3c7c24aa6109a9f74d0948
DIST libopenmpt-0.6.3+release.autotools.tar.gz 1514410 BLAKE2B e61473b3dcb1c88450b72fdd29b7e22f794134ffdf23222a79bf715c6e1c1810e19a5fb48cd6e1536d1f892349cf90cfa34b90e0a67e1c208e993f2db51af082 SHA512 b9f9cce9ef7d87ad8f18d17603b613fd153d5effdf04de566daabe26afa08b84eb0aa089b94fcbf7cb724befd0a3d93ffdaf5b578f2a3afa31f7aa517f39c62f
DIST libopenmpt-0.6.4+release.autotools.tar.gz 1547663 BLAKE2B f1c7254146437ce3ca646049c05fe4ae0575012724584a7b2cfce7dfdacf7987eb5403b0634d1961e1b7b176adfbbcbb23a9966d874e489ebcf01524a020750d SHA512 7306ddbe030b8e82ad24fc85083d13d7ca680870f4dbe7215399719cd63ee9ed9e5c4c6229e9f17fb5a2005e86b21ceed0dab158d3f0b73c606579654434421f
diff --git a/media-libs/libopenmpt/libopenmpt-0.6.2.ebuild b/media-libs/libopenmpt/libopenmpt-0.6.2.ebuild
deleted file mode 100644
index 857e12042a27..000000000000
--- a/media-libs/libopenmpt/libopenmpt-0.6.2.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit multilib-minimal
-
-MY_P="libopenmpt-${PV}+release.autotools"
-DESCRIPTION="Library to decode tracked music files (modules)"
-HOMEPAGE="https://lib.openmpt.org/libopenmpt/"
-SRC_URI="https://lib.openmpt.org/files/libopenmpt/src/${MY_P}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~riscv ~x86"
-IUSE="examples mp3 ogg static-libs test vorbis zlib"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- mp3? ( media-sound/mpg123[${MULTILIB_USEDEP}] )
- ogg? ( media-libs/libogg[${MULTILIB_USEDEP}] )
- vorbis? ( media-libs/libvorbis[${MULTILIB_USEDEP}] )
- zlib? ( sys-libs/zlib[${MULTILIB_USEDEP}] )
-"
-
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"
-ECONF_SOURCE="${S}"
-
-multilib_src_configure() {
- # A lot of these optional dependencies relate to openmpt123, which
- # we package separately, so we disable them here.
- econf \
- $(use_enable static-libs static) \
- --disable-openmpt123 \
- --disable-examples \
- $(use_enable test tests) \
- --disable-doxygen-doc \
- $(use_with zlib) \
- $(use_with mp3 mpg123) \
- $(use_with ogg) \
- $(use_with vorbis) \
- $(use_with vorbis vorbisfile) \
- --without-pulseaudio \
- --without-portaudio \
- --without-portaudiocpp \
- --without-sdl2 \
- --without-sndfile \
- --without-flac
-}
-
-multilib_src_install_all() {
- rm -f \
- "${ED}"/usr/*/*.la \
- "${ED}"/usr/share/doc/${P}/LICENSE || die
-
- if ! use examples; then
- rm -r "${ED}"/usr/share/doc/${P}/examples || die
- fi
-}
next reply other threads:[~2022-06-18 8:50 UTC|newest]
Thread overview: 66+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-18 8:50 James Le Cuirot [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-05 18:50 [gentoo-commits] repo/gentoo:master commit in: media-libs/libopenmpt/ James Le Cuirot
2025-02-05 11:27 Sam James
2025-02-01 6:07 Arthur Zamarin
2025-02-01 6:07 Arthur Zamarin
2025-02-01 6:07 Arthur Zamarin
2025-02-01 6:07 Arthur Zamarin
2025-01-09 23:36 James Le Cuirot
2025-01-09 23:36 James Le Cuirot
2024-10-20 22:21 James Le Cuirot
2024-10-20 22:21 James Le Cuirot
2024-08-15 22:22 James Le Cuirot
2024-08-15 22:22 James Le Cuirot
2024-05-22 21:15 James Le Cuirot
2024-05-22 21:15 James Le Cuirot
2024-03-24 21:23 James Le Cuirot
2024-03-24 16:20 James Le Cuirot
2023-10-12 21:11 James Le Cuirot
2023-10-12 21:11 James Le Cuirot
2023-07-12 21:54 James Le Cuirot
2023-07-12 21:07 James Le Cuirot
2023-07-12 21:07 James Le Cuirot
2023-06-02 21:14 James Le Cuirot
2023-04-16 15:58 James Le Cuirot
2023-03-06 23:41 James Le Cuirot
2023-02-04 17:56 James Le Cuirot
2023-01-13 23:33 James Le Cuirot
2022-12-10 10:02 James Le Cuirot
2022-09-29 22:34 James Le Cuirot
2022-09-27 10:16 Agostino Sarubbo
2022-09-27 10:15 Agostino Sarubbo
2022-09-27 6:02 Jakov Smolić
2022-09-27 6:02 Jakov Smolić
2022-09-27 6:02 Jakov Smolić
2022-09-26 21:01 James Le Cuirot
2022-09-26 21:01 James Le Cuirot
2022-08-25 20:39 James Le Cuirot
2022-08-25 20:39 James Le Cuirot
2022-06-18 8:50 James Le Cuirot
2022-06-02 12:04 Jakov Smolić
2022-04-27 21:50 James Le Cuirot
2022-04-27 21:50 James Le Cuirot
2022-03-15 23:19 James Le Cuirot
2022-02-06 11:15 James Le Cuirot
2021-12-27 13:14 James Le Cuirot
2021-12-22 12:59 Agostino Sarubbo
2021-12-22 11:25 Jakov Smolić
2021-12-17 23:54 James Le Cuirot
2021-11-22 5:54 Yixun Lan
2021-11-18 22:21 James Le Cuirot
2021-10-16 7:59 James Le Cuirot
2021-09-04 7:14 James Le Cuirot
2021-07-06 21:18 James Le Cuirot
2021-05-21 20:04 James Le Cuirot
2021-04-16 22:06 James Le Cuirot
2021-04-03 20:08 James Le Cuirot
2021-04-01 0:43 Sam James
2021-02-03 17:14 James Le Cuirot
2020-12-04 22:39 James Le Cuirot
2020-10-26 21:49 James Le Cuirot
2020-09-01 9:32 James Le Cuirot
2020-08-18 22:21 James Le Cuirot
2020-06-03 20:07 James Le Cuirot
2020-04-16 20:44 James Le Cuirot
2019-12-27 15:32 James Le Cuirot
2019-12-08 15:38 James Le Cuirot
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=1655542157.154749600b4445ada10d64b651b730db01e120bf.chewi@gentoo \
--to=chewi@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