diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2024-12-07 14:54:36 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2024-12-07 14:54:36 +0100 |
commit | e3122045b2386baeafa0f5fd65f6640b4efad149 (patch) | |
tree | 9c5cbfb32c07346d0d0e4b4c8febfff62d6839fd /media-sound | |
parent | media-gfx/libbgcode: dropped obsolete 0.0.20240903 (diff) | |
download | gentoo-e3122045b2386baeafa0f5fd65f6640b4efad149.tar.gz gentoo-e3122045b2386baeafa0f5fd65f6640b4efad149.tar.bz2 gentoo-e3122045b2386baeafa0f5fd65f6640b4efad149.zip |
media-sound/audacious: dropped obsolete 4.4.1
Bug: https://bugs.gentoo.org/945954
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/audacious/Manifest | 1 | ||||
-rw-r--r-- | media-sound/audacious/audacious-4.4.1.ebuild | 67 |
2 files changed, 0 insertions, 68 deletions
diff --git a/media-sound/audacious/Manifest b/media-sound/audacious/Manifest index 623e3b91226e..fce17d529237 100644 --- a/media-sound/audacious/Manifest +++ b/media-sound/audacious/Manifest @@ -1,3 +1,2 @@ -DIST audacious-4.4.1.tar.bz2 636301 BLAKE2B 875b214e3372ce000684d4e9a2868062bc0addea19ecaa652b605e1ae79d13f58f42eeb761451da682301124c54cacdb61b326a3b1855d0cc7b47c4d8983e459 SHA512 68ba1f468b540dfeec82825b19352dab785243aa3dc456d2a5acfda97601d64a11dadd2de668a1b0adab3a42e232509d60b5658f0a0047e153791ab9318f2b76 DIST audacious-4.4.2.tar.bz2 636838 BLAKE2B 6e0b4e099660249d3631091e6c38e2b2ad40e2fafeb9e85bb365134fe1c28f128f294bdeadf50643329569c21475fc6d0da8e41fb9839cff0131ddce61597c72 SHA512 a1a561ac969863555aa349c068d85398bc6e58c3f11b74842799c7ed1287a826bd6ce9624421b9da47354a632d2e0ccb8326de27c0730028d98dd85fa0c061c1 DIST gentoo_ice-xmms-0.2.tar.bz2 51839 BLAKE2B d3bf8dbfee675dd588bc0258f1015c76877b6b0a3835813d8e9621d149b924aaa33544d07f7ad44a01c058d41d7480b3908b0773c124af33b6e020c376b13d54 SHA512 e863a8f86073007c47ce8c20739aae4bff22e22a7ddc11556b12ae6ebb68654cec7310fdc9d05f2c47f81cf2591fe601b2eb12a2fd911c0a6118c9f3cc524f05 diff --git a/media-sound/audacious/audacious-4.4.1.ebuild b/media-sound/audacious/audacious-4.4.1.ebuild deleted file mode 100644 index bd3ede1e88ee..000000000000 --- a/media-sound/audacious/audacious-4.4.1.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson xdg - -DESCRIPTION="Lightweight and versatile audio player" -HOMEPAGE="https://audacious-media-player.org/" -SRC_URI=" - https://distfiles.audacious-media-player.org/${P}.tar.bz2 - mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2 -" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="amd64 ~riscv x86" -IUSE="gtk qt6" - -BDEPEND=" - virtual/pkgconfig -" -DEPEND=" - dev-libs/glib:2 - virtual/freedesktop-icon-theme - gtk? ( - x11-libs/cairo - x11-libs/gdk-pixbuf:2 - >=x11-libs/gtk+-3.18:3 - x11-libs/pango - ) - qt6? ( - dev-qt/qtbase:6[gui,widgets] - dev-qt/qtsvg:6 - ) -" -RDEPEND="${DEPEND}" -PDEPEND="~media-plugins/audacious-plugins-${PV}[gtk=,qt6=]" - -src_configure() { - # D-Bus is a mandatory dependency. Remote control, - # session management and some plugins depend on this. - # Building without D-Bus is *unsupported* and a USE-flag - # will not be added due to the bug reports that will result. - # Bugs #197894, #199069, #207330, #208606 - local emesonargs=( - -Ddbus=true - $(meson_use qt6 qt) - -Dqt5=false - $(meson_use gtk) - -Dgtk2=false - -Dlibarchive=false - -Dbuildstamp="Gentoo ${P}" - -Dvalgrind=false - ) - meson_src_configure -} - -src_install() { - meson_src_install - - # Gentoo_ice skin installation; bug #109772 - insinto /usr/share/audacious/Skins/gentoo_ice - doins -r "${WORKDIR}"/gentoo_ice/. - docinto gentoo_ice - dodoc "${WORKDIR}"/README -} |