summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor V. Kovalenko <igor.v.kovalenko@gmail.com>2023-12-09 14:52:39 +0300
committerSam James <sam@gentoo.org>2024-01-05 09:52:35 +0000
commitf5b85f21e57fd8aa0ef74fd97dd9c745c8a7e344 (patch)
tree877aa91b66821ae6830a717786b716fd3615548b /media-libs/libmpg123/files/mpg123-1.32.3-build-programs-component.patch
parentmedia-libs/mpg123: Convert into metapackage and drop libmpg123, 1.32.3-r100 (diff)
downloadgentoo-f5b85f21e57fd8aa0ef74fd97dd9c745c8a7e344.tar.gz
gentoo-f5b85f21e57fd8aa0ef74fd97dd9c745c8a7e344.tar.bz2
gentoo-f5b85f21e57fd8aa0ef74fd97dd9c745c8a7e344.zip
media-libs/libmpg123: Drop, replaced with media-sound/mpg123-base and mpg123 metapackage
Bug: https://bugs.gentoo.org/915858 Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34190 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/libmpg123/files/mpg123-1.32.3-build-programs-component.patch')
-rw-r--r--media-libs/libmpg123/files/mpg123-1.32.3-build-programs-component.patch55
1 files changed, 0 insertions, 55 deletions
diff --git a/media-libs/libmpg123/files/mpg123-1.32.3-build-programs-component.patch b/media-libs/libmpg123/files/mpg123-1.32.3-build-programs-component.patch
deleted file mode 100644
index ea20c8a445f6..000000000000
--- a/media-libs/libmpg123/files/mpg123-1.32.3-build-programs-component.patch
+++ /dev/null
@@ -1,55 +0,0 @@
-build: add programs component
-
-From: Igor V. Kovalenko <igor.v.kovalenko@gmail.com>
-
-Upstream PR: https://github.com/madebr/mpg123/pull/11
-Bug: https://bugs.gentoo.org/915858
----
- configure.ac | 20 ++++++++++++++++++--
- 1 file changed, 18 insertions(+), 2 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index e47c7d5b..db37ff9b 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -440,6 +440,21 @@ AC_ARG_ENABLE(libsyn123,
- ]
- )
-
-+AC_ARG_ENABLE(programs,
-+ [AS_HELP_STRING([--enable-programs], [build (only) programs (with --disable-components)])],
-+ [
-+ if test "x$enableval" = xyes
-+ then
-+ build_programs=yes
-+ else
-+ build_programs=no
-+ fi
-+ ],
-+ [
-+ build_programs=no
-+ ]
-+)
-+
- if test "x$build_all" = xyes; then
- build_programs=yes
- build_libmpg123=yes
-@@ -447,8 +462,6 @@ if test "x$build_all" = xyes; then
- build_libout123_modules=yes
- build_libsyn123=yes
- components="programs"
--else
-- build_programs=no
- fi
-
- AM_CONDITIONAL([BUILD_PROGRAMS], [ test "x$build_programs" = xyes ])
-@@ -474,6 +487,9 @@ fi
- if test "x$build_libsyn123" = xyes; then
- components="$components libsyn123"
- fi
-+if test "x$build_programs" = xyes; then
-+ components="$components programs"
-+fi
- components=$(echo $components)
-
- dnl ############## Configurable Options