New package: audacious-3.3.1.
This commit is contained in:
parent
2ba67a6a55
commit
c9b40d06f3
|
@ -1003,3 +1003,7 @@ libflowcanvas.so.5 flowcanvas-0.7.1_1
|
|||
liblash.so.1 ladish-1_1
|
||||
libmowgli-2.so.0 libmowgli-2.0.0_1
|
||||
libguess.so.1 libguess-1.1_1
|
||||
libaudclient.so.2 audacious-3.3.1_1
|
||||
libaudcore.so.1 audacious-3.3.1_1
|
||||
libaudgui.so.1 audacious-3.3.1_1
|
||||
libaudtag.so.1 audacious-3.3.1_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
audacious
|
|
@ -0,0 +1,13 @@
|
|||
# Template file for 'audacious-devel'.
|
||||
#
|
||||
noarch=yes
|
||||
depends="audacious>=${version}"
|
||||
short_desc="${sourcepkg} development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
libglib-2.0.so.0
|
||||
libdbus-glib-1.so.2
|
||||
libgobject-2.0.so.0
|
||||
libpthread.so.0
|
||||
libc.so.6
|
||||
libm.so.6
|
||||
libgtk-3.so.0
|
||||
libgdk-3.so.0
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
libpango-1.0.so.0
|
||||
libgmodule-2.0.so.0
|
||||
libgthread-2.0.so.0
|
||||
libdbus-1.so.3
|
||||
libguess.so.1
|
|
@ -0,0 +1,26 @@
|
|||
# Template file for 'audacious'.
|
||||
pkgname=audacious
|
||||
version=3.3.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
fulldepends="desktop-file-utils hicolor-icon-theme"
|
||||
depends="audacious-plugins"
|
||||
makedepends="gtk+3-devel dbus-glib-devel libguess-devel libSM-devel"
|
||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||
subpackages="audacious-devel"
|
||||
short_desc="Lightweight, advanced audio player focused on audio quality"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
license="GPL-3"
|
||||
homepage="http://audacious-media-player.org/"
|
||||
distfiles="http://distfiles.${pkgname}-media-player.org/${pkgname}-${version}.tar.bz2"
|
||||
checksum=df9dcd178877f9f4eeeeb7895107b419b2496bca66d3f65656d2cf56b05f9acd
|
||||
long_desc="
|
||||
Audacious is an open source audio player. A descendant of XMMS, Audacious plays
|
||||
your music how you want it, without stealing away your computers resources
|
||||
from other tasks. Drag and drop folders and individual song files, search for
|
||||
artists and albums in your entire music library, or create and edit your own
|
||||
custom playlists. Listen to CDs or stream music from the Internet. Tweak the
|
||||
sound with the graphical equalizer or experiment with LADSPA effects. Enjoy the
|
||||
modern GTK-themed interface or change things up with Winamp classic skins. Use
|
||||
the plugins included with Audacious to fetch lyrics for your music, to set an
|
||||
alarm in the morning, and more."
|
Loading…
Reference in New Issue