mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-*/audacious*: version bump
This commit is contained in:
@@ -3,3 +3,5 @@ DIST audacious-plugins-3.6.2-gtk3.tar.bz2 1788886 SHA256 943d94c1ea09817caba627b
|
||||
DIST audacious-plugins-3.6.2.tar.bz2 1786338 SHA256 e7798936249e1601177503d148a3dd59edd289579f3f1667351eb0ba463642e8 SHA512 d0715bdc819b115e55daafc6715a770a9e2d8d61d19b9a9485195774e8ace672144dc7852f71bd0b796d26bfcb82766252f65d58a2a061e7a0228a1dda3148c5 WHIRLPOOL 055be62da6c7f8ddacf2c3ef18194ba09bf63dc3699919f6e5068740c0fc6db2b370da999ffe8724e62c60363928ae87ca86d526458fa93b9a3cce37799b12af
|
||||
DIST audacious-plugins-3.7.1-gtk3.tar.bz2 1838067 SHA256 75469b52694fcfce237a937c6c64c0d355aefa6a7b6c2504ab447d901afc073f SHA512 77b0e3c167d430ed97dfb2bd344d856de9a384a4667f7759ad59f47706de12d7b5b849455c381c27a58f82d3b423d08e922ac81f5e1bb0dd763b9a09bc3e53c6 WHIRLPOOL fbbc8e4a512b681ff2a87ea7c971b3496ff007dab5fdb534457e5608724ba43fc71642384a417190ded19d900b6e1dc20c1369f59882d91791bbcc637402c4a3
|
||||
DIST audacious-plugins-3.7.1.tar.bz2 1838045 SHA256 228a384f26afb000099166776d3454539956aa00fde90dcb4612ce8910ed4116 SHA512 2d22131babba572af235ec5f27135061a1602be55a2f709e327b7cd4052f7c11bc31398d01574a6f07197daa6b79cb42d5fa7b26f75764680420a46aede5cd9a WHIRLPOOL 026c355c6323aa6b56b09c119d9320ec5a7306f11b90504631f8a25c05b4f9bd1641ff223e0122a7b5be48f341a3820b759d1829ca60274285cfe19897c9edae
|
||||
DIST audacious-plugins-3.8.2-gtk3.tar.bz2 1821924 SHA256 7849024beae61b8af3874b166cf3977905aec77859e53901158b531b31ef0cef SHA512 a5457cecc72ca4d57a3fad686b5ff42b2110d8ef65203fa49ad063c8944fc41af5d231b0870126e21c4cc8b3152de36c13726813075d26ba86450ef2132a6d33 WHIRLPOOL 0a75dd8a439dd30dce4764385fa60f317c521c3f45b5e4ae6c1d14f6a677774854d4c1650ba59facc7d204cbd53b7a8b3fca8dd94ee1b040fc2c8f444b179e4f
|
||||
DIST audacious-plugins-3.8.2.tar.bz2 1821558 SHA256 d7cefca7a0e32bf4e58bb6e84df157268b5e9a6771a0e8c2da98b03f92a5fdd4 SHA512 61be2ee962853ed05366d4089ae1bef96c282ff61a947dc32f06651a9b620035a33cf4d75f4c4d74821099f36f9124f2b2266940f4844d14ca43ef70a81cde08 WHIRLPOOL 9d87947da3a7d90f0e5262d27dcbbbff2cfc833d340e87448a11d7c5fdfd5a64d8e1f49823a50e7f6ff33214a93594051e561e75eab422aa6321402067076e75
|
||||
|
||||
175
media-plugins/audacious-plugins/audacious-plugins-3.8.2.ebuild
Normal file
175
media-plugins/audacious-plugins/audacious-plugins-3.8.2.ebuild
Normal file
@@ -0,0 +1,175 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
inherit eutils
|
||||
|
||||
MY_P="${P/_/-}"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
DESCRIPTION="Audacious Player - Your music, your way, no exceptions"
|
||||
HOMEPAGE="http://audacious-media-player.org/"
|
||||
SRC_URI="!gtk3? ( http://distfiles.audacious-media-player.org/${MY_P}.tar.bz2 )
|
||||
gtk3? ( http://distfiles.audacious-media-player.org/${MY_P}-gtk3.tar.bz2 )"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
|
||||
IUSE="aac +adplug alsa aosd bs2b cdda cue ffmpeg flac fluidsynth gnome http gtk gtk3 jack
|
||||
lame libnotify libsamplerate lirc mms mp3 nls pulseaudio qt5 scrobbler sdl sid sndfile vorbis wavpack"
|
||||
REQUIRED_USE="
|
||||
^^ ( gtk gtk3 qt5 )
|
||||
"
|
||||
# The following plugins REQUIRE a GUI build of audacious, because non-GUI
|
||||
# builds do NOT install the libaudgui library & headers.
|
||||
# Plugins without a configure option:
|
||||
# alarm
|
||||
# albumart
|
||||
# delete-files
|
||||
# ladspa
|
||||
# playlist-manager
|
||||
# search-tool
|
||||
# skins
|
||||
# vtx
|
||||
# Plugins with a configure option:
|
||||
# glspectrum
|
||||
# gtkui
|
||||
# hotkey
|
||||
# notify
|
||||
# statusicon
|
||||
|
||||
RDEPEND="app-arch/unzip
|
||||
>=dev-libs/dbus-glib-0.60
|
||||
dev-libs/libxml2:2
|
||||
media-libs/libmodplug
|
||||
~media-sound/audacious-${PV}
|
||||
>=media-sound/audacious-3.7.1-r1
|
||||
media-libs/adplug
|
||||
( || ( >=dev-libs/glib-2.32.2[utils] dev-util/gdbus-codegen ) )
|
||||
aac? ( >=media-libs/faad2-2.7 )
|
||||
alsa? ( >=media-libs/alsa-lib-1.0.16 )
|
||||
aosd? ( x11-libs/libXrender
|
||||
x11-libs/libXcomposite )
|
||||
bs2b? ( media-libs/libbs2b )
|
||||
cdda? ( >=media-libs/libcddb-1.2.1
|
||||
dev-libs/libcdio-paranoia )
|
||||
cue? ( media-libs/libcue )
|
||||
ffmpeg? ( >=virtual/ffmpeg-0.7.3 )
|
||||
flac? ( >=media-libs/libvorbis-1.0
|
||||
>=media-libs/flac-1.2.1-r1 )
|
||||
fluidsynth? ( media-sound/fluidsynth )
|
||||
http? ( >=net-libs/neon-0.26.4 )
|
||||
gtk? ( x11-libs/gtk+:2
|
||||
~media-sound/audacious-${PV}[gtk?] )
|
||||
gtk3? ( x11-libs/gtk+:3
|
||||
media-libs/adplug
|
||||
~media-sound/audacious-${PV}[gtk3?] )
|
||||
qt5? ( dev-qt/qtcore:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtmultimedia:5
|
||||
dev-qt/qtwidgets:5
|
||||
media-libs/adplug
|
||||
~media-sound/audacious-${PV}[qt5?] )
|
||||
jack? ( >=media-libs/bio2jack-0.4
|
||||
media-sound/jack-audio-connection-kit )
|
||||
lame? ( media-sound/lame )
|
||||
libnotify? ( x11-libs/libnotify )
|
||||
libsamplerate? ( media-libs/libsamplerate )
|
||||
lirc? ( app-misc/lirc )
|
||||
mms? ( >=media-libs/libmms-0.3 )
|
||||
mp3? ( >=media-sound/mpg123-1.12.1 )
|
||||
pulseaudio? ( >=media-sound/pulseaudio-0.9.3 )
|
||||
scrobbler? ( net-misc/curl )
|
||||
sdl? ( media-libs/libsdl[sound] )
|
||||
sid? ( >=media-libs/libsidplayfp-1.0.0 )
|
||||
sndfile? ( >=media-libs/libsndfile-1.0.17-r1 )
|
||||
vorbis? ( >=media-libs/libvorbis-1.2.0
|
||||
>=media-libs/libogg-1.1.3 )
|
||||
wavpack? ( >=media-sound/wavpack-4.50.1-r1 )"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
nls? ( dev-util/intltool )
|
||||
virtual/pkgconfig"
|
||||
|
||||
mp3_warning() {
|
||||
if ! use mp3 ; then
|
||||
ewarn "MP3 support is optional, you may want to enable the mp3 USE-flag"
|
||||
fi
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
default
|
||||
if use gtk3 ; then
|
||||
mv "${MY_P}-gtk3" "${MY_P}"
|
||||
fi
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
has_version "<dev-libs/glib-2.32" && \
|
||||
cd "${S}"/src/mpris2 && \
|
||||
gdbus-codegen --interface-prefix org.mpris. \
|
||||
--c-namespace Mpris --generate-c-code object-core mpris2.xml && \
|
||||
gdbus-codegen --interface-prefix org.mpris. \
|
||||
--c-namespace Mpris \
|
||||
--generate-c-code object-player mpris2-player.xml && \
|
||||
cd "${S}"
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
mp3_warning
|
||||
if use qt5 ;then
|
||||
notify="--disable-notify"
|
||||
elif use libnotify ;then
|
||||
notify="--enable-notify"
|
||||
fi
|
||||
|
||||
if use gtk ;then
|
||||
gtk="--enable-gtk"
|
||||
elif use gtk3 ;then
|
||||
gtk="--enable-gtk"
|
||||
else
|
||||
gtk="--disable-gtk"
|
||||
fi
|
||||
|
||||
if use ffmpeg && has_version media-video/ffmpeg ; then
|
||||
ffmpeg="--with-ffmpeg=ffmpeg"
|
||||
elif use ffmpeg && has_version media-video/libav ; then
|
||||
ffmpeg="--with-ffmpeg=libav"
|
||||
else
|
||||
ffmpeg="--with-ffmpeg=none"
|
||||
fi
|
||||
|
||||
econf \
|
||||
${ffmpeg} \
|
||||
${gtk} \
|
||||
${notify} \
|
||||
--enable-modplug \
|
||||
--enable-mpris2 \
|
||||
--disable-soxr \
|
||||
--disable-oss4 \
|
||||
$(use_enable aac) \
|
||||
$(use_enable alsa) \
|
||||
$(use_enable aosd) \
|
||||
$(use_enable bs2b) \
|
||||
$(use_enable cdda cdaudio) \
|
||||
$(use_enable cue) \
|
||||
$(use_enable flac) \
|
||||
$(use_enable fluidsynth amidiplug) \
|
||||
$(use_enable flac filewriter) \
|
||||
$(use_enable http neon) \
|
||||
$(use_enable jack) \
|
||||
$(use_enable gnome gnomeshortcuts) \
|
||||
$(use_enable lame filewriter_mp3) \
|
||||
$(use_enable libsamplerate resample) \
|
||||
$(use_enable lirc) \
|
||||
$(use_enable mms) \
|
||||
$(use_enable mp3 mpg123) \
|
||||
$(use_enable nls) \
|
||||
$(use_enable pulseaudio pulse) \
|
||||
$(use_enable qt5 qt) \
|
||||
$(use_enable scrobbler scrobbler2) \
|
||||
$(use_enable sdl sdlout) \
|
||||
$(use_enable sid) \
|
||||
$(use_enable sndfile) \
|
||||
$(use_enable vorbis) \
|
||||
$(use_enable wavpack)
|
||||
}
|
||||
@@ -12,6 +12,7 @@
|
||||
<use>
|
||||
<flag name="adplug">Build with AdPlug (Adlib sound card emulation)
|
||||
support</flag>
|
||||
<flag name="aosd">Enable support for Audacious OSD</flag>
|
||||
<flag name="bs2b">Enable Bauer Bauer stereophonic-to-binaural
|
||||
headphone filter</flag>
|
||||
<flag name="cue">Support CUE sheets using the libcue library</flag>
|
||||
|
||||
@@ -3,4 +3,6 @@ DIST audacious-3.6.2-gtk3.tar.bz2 539937 SHA256 ed951e588a9f3cb6766301cc387138a3
|
||||
DIST audacious-3.6.2.tar.bz2 539843 SHA256 b2fdb9f3cafd65b2afc50efea6f17a7a329547f1d394f525870e42cb0483cb04 SHA512 b2fbf0b0628031ae5c883108cb1963232b50381b44882bf01faa7e11cd645e10a1d686d9ed078305a2cda66d238feaf7bdffd45c512830d20cef6770df327dde WHIRLPOOL f7b069b7e1f9538032d1bc290c7d476f16b075cf44a5d5d2b6f582a9e95ca3aa3e0a87d21ca00d4fc57a19983a9e74f3ded5e883acbd990df2064ac75e3da69a
|
||||
DIST audacious-3.7.1-gtk3.tar.bz2 571720 SHA256 30d63066916d0de32891c74b6b39e3c9e81fc2449274eba3d0a9b8c9f70d02eb SHA512 0ead2827c74b31e10c555fd1254deb3d11e5aebf8c15d455cf5d6ab258012b293324700693b2b9da48b2b4c25418c7149a1901e1dfe3f210ddf730c25a43a358 WHIRLPOOL 2ceaa0194378b12ad8905c86fcf15e696f6deefa6da793d24e4e6282f0619f0fc9f7d7b8a7db0c231ba3a4e17052b4e8cdbad32c2b5a886f9aedec520c29cc25
|
||||
DIST audacious-3.7.1.tar.bz2 571450 SHA256 c8366870aea21d5f4a5a282dee45fba99390e4e3d5164cd119e343f79e9ecbbf SHA512 4c74fcfa6e575375501828905f01ed1e769d88fa346a99162c6800da5bc6aa33ec5598c5de1201c4e24cadb31b8c36768ea390aa4884de6bdbf42b0bea5a31a8 WHIRLPOOL 19fb9e0bd4b606e09ef21a66b8684fbc5ccac4e97c0f26abe96b42851fc3a2c629d89b39ec3f9a5ec82a779a2d6a5ae56ab36ab0993a2e0c1ff48861e6c28518
|
||||
DIST audacious-3.8.2-gtk3.tar.bz2 591423 SHA256 4ec6bd82d812c5cdcb1c32f4b0912b219edc8f1ce2603b07f714e0c4f2ed08bc SHA512 fc2c69748c8f044aa8eae1848771b45088d85fbb67baf5dcd3ab2ff52e0848ba626e138d1a37756df98249f32cb3d6c54de29355b218602c6a47ff15c8ba0b96 WHIRLPOOL 7d9e2c295e89ec40ef91613f4a4c1f808446f156bbbc6e6be89511fa94a4b9cce5bef209187d1396edd008dd4474c127ad97a493cf9bf3deffd6064f07cdec8e
|
||||
DIST audacious-3.8.2.tar.bz2 591209 SHA256 bdf1471cce9becf9599c742c03bdf67a2b26d9101f7d865f900a74d57addbe93 SHA512 13914d837ab5f283c45297424033486d9a5158f78f17f5538ecce780125fa76585e9e45852d15f6ecf3ed974e7a2f6289ceaaeffa97b2ea79b2bef449d8c786b WHIRLPOOL 9027baf4fe10e69fd41417d46db2d9105701a6a8c8b80f5bfa3f0aa9615b07a0103b159585b601c01b3483f93872ed890ed81f921b512d295648bffc820267f0
|
||||
DIST gentoo_ice-xmms-0.2.tar.bz2 51839 SHA256 d1be63368b76f4a8b1d5b0e955cd7a77177f56a7f0b828c6603d8fd2836422b1 SHA512 e863a8f86073007c47ce8c20739aae4bff22e22a7ddc11556b12ae6ebb68654cec7310fdc9d05f2c47f81cf2591fe601b2eb12a2fd911c0a6118c9f3cc524f05 WHIRLPOOL b7a4409629a860021477f34f8886c40c005ea2ec34373d80e6a696323866e54f361e38c76b1ac536775ae5912308f11416e613dec791f21473f01a2fad35bcfd
|
||||
|
||||
78
media-sound/audacious/audacious-3.8.2.ebuild
Normal file
78
media-sound/audacious/audacious-3.8.2.ebuild
Normal file
@@ -0,0 +1,78 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
inherit eutils
|
||||
|
||||
MY_P="${P/_/-}"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
DESCRIPTION="Audacious Player - Your music, your way, no exceptions"
|
||||
HOMEPAGE="http://audacious-media-player.org/"
|
||||
SRC_URI="!gtk3? ( http://distfiles.audacious-media-player.org/${MY_P}.tar.bz2 )
|
||||
gtk3? ( http://distfiles.audacious-media-player.org/${MY_P}-gtk3.tar.bz2 )
|
||||
mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
|
||||
|
||||
IUSE="nls gtk gtk3 qt5"
|
||||
REQUIRED_USE="
|
||||
^^ ( gtk gtk3 qt5 )
|
||||
"
|
||||
DOCS="AUTHORS"
|
||||
|
||||
RDEPEND=">=dev-libs/dbus-glib-0.60
|
||||
>=dev-libs/glib-2.28
|
||||
>=x11-libs/cairo-1.2.6
|
||||
>=x11-libs/pango-1.8.0
|
||||
virtual/freedesktop-icon-theme
|
||||
gtk? ( x11-libs/gtk+:2 )
|
||||
gtk3? ( x11-libs/gtk+:3 )
|
||||
qt5? ( dev-qt/qtcore:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtwidgets:5 )"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig
|
||||
nls? ( dev-util/intltool )"
|
||||
|
||||
PDEPEND="~media-plugins/audacious-plugins-${PV}"
|
||||
|
||||
src_unpack() {
|
||||
default
|
||||
if use gtk3 ; then
|
||||
mv "${MY_P}-gtk3" "${MY_P}"
|
||||
fi
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
if use gtk ;then
|
||||
gtk="--enable-gtk"
|
||||
elif use gtk3 ;then
|
||||
gtk="--enable-gtk"
|
||||
else
|
||||
gtk="--disable-gtk"
|
||||
fi
|
||||
# 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
|
||||
econf \
|
||||
--enable-dbus \
|
||||
${gtk} \
|
||||
$(use_enable nls) \
|
||||
$(use_enable qt5 qt)
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
# Gentoo_ice skin installation; bug #109772
|
||||
insinto /usr/share/audacious/Skins/gentoo_ice
|
||||
doins "${WORKDIR}"/gentoo_ice/*
|
||||
docinto gentoo_ice
|
||||
dodoc "${WORKDIR}"/README
|
||||
}
|
||||
@@ -2,15 +2,15 @@
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>chainsaw@gentoo.org</email>
|
||||
<name>Tony Vroon</name>
|
||||
<email>chainsaw@gentoo.org</email>
|
||||
<name>Tony Vroon</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>sound@gentoo.org</email>
|
||||
<name>Gentoo Sound project</name>
|
||||
<email>sound@gentoo.org</email>
|
||||
<name>Gentoo Sound project</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="chardet">Try to handle non-UTF8 chinese/japanese/korean ID3 tags</flag>
|
||||
<flag name="chardet">Try to handle non-UTF8 chinese/japanese/korean ID3 tags</flag>
|
||||
<flag name="gtk3">Link against version 3 of the GIMP Toolkit instead of version 2 (x11-libs/gtk+)</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user