diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /media-sound/normalize | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'media-sound/normalize')
| -rw-r--r-- | media-sound/normalize/Manifest | 2 | ||||
| -rw-r--r-- | media-sound/normalize/files/normalize-0.7.7-audiofile-pkgconfig.patch | 55 | ||||
| -rw-r--r-- | media-sound/normalize/files/normalize-0.7.7-c23.patch | 27 | ||||
| -rw-r--r-- | media-sound/normalize/metadata.xml | 8 | ||||
| -rw-r--r-- | media-sound/normalize/normalize-0.7.7-r1.ebuild | 49 | ||||
| -rw-r--r-- | media-sound/normalize/normalize-0.7.7-r2.ebuild | 53 |
6 files changed, 0 insertions, 194 deletions
diff --git a/media-sound/normalize/Manifest b/media-sound/normalize/Manifest deleted file mode 100644 index 741404a91278..000000000000 --- a/media-sound/normalize/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST normalize-0.7.7-m4.patch.gz 5078 BLAKE2B 6bb0979c1a94b7bd52ea01cfcfbd715772fb5cd92c46124a43ff6982cc0e369c86a43c836354ea10e1f613274cb58afa4dad6c1d6656393edadc1b7e029f35a8 SHA512 a06d3a51557a0c54e1ff2d0eaec0a8ad51b0faf1457393f2c9207fd428d58e21ecbcbfbab59a15e9fcc59d6ec2dbf91fe78802a67d533a1f90cc6e46205d39f7 -DIST normalize-0.7.7.tar.bz2 388777 BLAKE2B 3ac7be8b86ada8899661d7012d7a60e4a41fcf2c510c302069d1b9ab54efd50e7e042fd5c1365bed1c28fe15b6bc804e605ea7b5f1fd7f96047a70c335275324 SHA512 5fb2265eac93b243682cedb955d2ddfe05f55cafdeb1d757aaef0afb36bc9907ea3321b8554e128f6228bdeeaeef96e3e9ba000d0ad84282cc76a50b3e460ce4 diff --git a/media-sound/normalize/files/normalize-0.7.7-audiofile-pkgconfig.patch b/media-sound/normalize/files/normalize-0.7.7-audiofile-pkgconfig.patch deleted file mode 100644 index 09f211cdfb66..000000000000 --- a/media-sound/normalize/files/normalize-0.7.7-audiofile-pkgconfig.patch +++ /dev/null @@ -1,55 +0,0 @@ -Use pkgconfig to check for audiofile since the audiofile-config script was -removed from >=audiofile-0.3.0. - ---- normalize-0.7.7/configure.ac.orig -+++ normalize-0.7.7/configure.ac -@@ -248,33 +248,16 @@ - - - dnl *** Stuff for audiofile library *** --dnl v0.2.1 and before have bugs with 24-bit LE files --AM_PATH_AUDIOFILE([ 0.2.2 ], [ have_audiofile=true ]) --dnl AC_CHECK_LIB(audiofile, afSetVirtualSampleFormat, have_audiofile=true) -+AC_ARG_WITH(audiofile, AC_HELP_STRING([--with-audiofile], -+ [use the audiofile library (default yes)])) - AH_TEMPLATE([USE_AUDIOFILE], - [Define if you want to use the audiofile library.]) --AC_ARG_WITH(audiofile, -- AC_HELP_STRING([--with-audiofile], -- [use the audiofile library (default yes)]), -- [ case "$withval" in -- no) with_audiofile=false ;; -- *) with_audiofile=true ;; -- esac ]) - --use_audiofile=false --if test x$with_audiofile != xfalse; then -- if test x$have_audiofile = xtrue; then -- AC_DEFINE(USE_AUDIOFILE) -- use_audiofile=true --dnl AUDIOFILELIBS="-laudiofile" -- elif test x$with_audiofile = xtrue; then -- AC_MSG_ERROR([--with-audiofile specified, but audiofile library not found]) -- fi --fi --dnl AC_SUBST(AUDIOFILELIBS) --test x$use_audiofile = xfalse && AUDIOFILE_LIBS= --test x$use_audiofile = xfalse && AUDIOFILE_CFLAGS= --AM_CONDITIONAL(AUDIOFILE, test x$use_audiofile = xtrue) -+AS_IF([test "x$with_audiofile" = "xyes"], [ -+ PKG_CHECK_MODULES([AUDIOFILE], [audiofile]) -+ AC_DEFINE(USE_AUDIOFILE) -+]) -+AM_CONDITIONAL(AUDIOFILE, test x$with_audiofile = xyes) - - - dnl *** Stuff for mad mpeg audio decoder library *** -@@ -330,7 +313,7 @@ - - echo - echo "Configuration:" --echo " audiofile library: $use_audiofile" -+echo " audiofile library: $with_audiofile" - echo " mpeg audio support: $use_mad" - echo " xmms volume adjust plugin: $use_xmms" - echo diff --git a/media-sound/normalize/files/normalize-0.7.7-c23.patch b/media-sound/normalize/files/normalize-0.7.7-c23.patch deleted file mode 100644 index f1c1386dc029..000000000000 --- a/media-sound/normalize/files/normalize-0.7.7-c23.patch +++ /dev/null @@ -1,27 +0,0 @@ -https://bugs.gentoo.org/944353 ---- a/nid3lib/write.c -+++ b/nid3lib/write.c -@@ -20,7 +20,7 @@ - * id3_write(), and many helper functions. - */ - --#define _POSIX_C_SOURCE 2 -+#define _GNU_SOURCE - - #include "config.h" - -@@ -59,14 +59,6 @@ - #if HAVE_INTTYPES_H - # include <inttypes.h> - #endif --#if HAVE_FTRUNCATE --/* -- * ftruncate() shouldn't be declared yet, since we turn on -- * _POSIX_C_SOURCE, but you never know, so we use an old style -- * declaration to lessen the chance of conflict. -- */ --int ftruncate(); --#endif - - #include "nid3P.h" - diff --git a/media-sound/normalize/metadata.xml b/media-sound/normalize/metadata.xml deleted file mode 100644 index b69a849fd57e..000000000000 --- a/media-sound/normalize/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>sound@gentoo.org</email> - <name>Gentoo Sound project</name> -</maintainer> -</pkgmetadata> diff --git a/media-sound/normalize/normalize-0.7.7-r1.ebuild b/media-sound/normalize/normalize-0.7.7-r1.ebuild deleted file mode 100644 index 9b8cd451dfc5..000000000000 --- a/media-sound/normalize/normalize-0.7.7-r1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="Audio file volume normalizer" -HOMEPAGE="http://normalize.nongnu.org/" -SRC_URI=" - https://savannah.nongnu.org/download/${PN}/${P}.tar.bz2 - https://dev.gentoo.org/~radhermit/distfiles/${P}-m4.patch.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm64 ppc ppc64 ~riscv ~sparc x86" -IUSE="audiofile mad nls" - -RDEPEND=" - audiofile? ( media-libs/audiofile:= ) - mad? ( media-libs/libmad:= )" -DEPEND="${RDEPEND}" -BDEPEND=" - virtual/pkgconfig - nls? ( dev-util/intltool )" - -PATCHES=( - "${FILESDIR}"/${P}-audiofile-pkgconfig.patch - "${WORKDIR}"/${P}-m4.patch -) - -src_prepare() { - default - AT_M4DIR="." eautoreconf -} - -src_configure() { - econf \ - $(use_with audiofile) \ - $(use_with mad) \ - $(use_enable nls) \ - --disable-xmms -} - -src_test() { - # .sh tests missing a dep on ../src/mktestwav but ancient autoconf/automake - # so too mmuch hassle to patch, bug #740488. - emake -j1 check -} diff --git a/media-sound/normalize/normalize-0.7.7-r2.ebuild b/media-sound/normalize/normalize-0.7.7-r2.ebuild deleted file mode 100644 index acf6415d44c5..000000000000 --- a/media-sound/normalize/normalize-0.7.7-r2.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="Audio file volume normalizer" -HOMEPAGE="http://normalize.nongnu.org/" -SRC_URI=" - https://savannah.nongnu.org/download/${PN}/${P}.tar.bz2 - https://dev.gentoo.org/~radhermit/distfiles/${P}-m4.patch.gz -" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm64 ppc ppc64 ~riscv ~sparc x86" -IUSE="audiofile mad nls" - -RDEPEND=" - audiofile? ( media-libs/audiofile:= ) - mad? ( media-libs/libmad:= ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - virtual/pkgconfig - nls? ( dev-util/intltool ) -" - -PATCHES=( - "${FILESDIR}"/${P}-audiofile-pkgconfig.patch - "${WORKDIR}"/${P}-m4.patch - "${FILESDIR}"/${P}-c23.patch -) - -src_prepare() { - default - AT_M4DIR="." eautoreconf -} - -src_configure() { - econf \ - $(use_with audiofile) \ - $(use_with mad) \ - $(use_enable nls) \ - --disable-xmms -} - -src_test() { - # .sh tests missing a dep on ../src/mktestwav but ancient autoconf/automake - # so too much hassle to patch, bug #740488. - emake -j1 check -} |
