xnoise: update to 0.2.17.
This commit is contained in:
parent
1d51bfe398
commit
25c211e5e5
3 changed files with 8 additions and 15 deletions
|
@ -1,11 +1,7 @@
|
||||||
# Template file for 'libxnoise'.
|
# Template file for 'libxnoise'.
|
||||||
#
|
#
|
||||||
short_desc="${short_desc} - shared library"
|
short_desc="${short_desc} - shared library"
|
||||||
long_desc="
|
|
||||||
${long_desc}
|
|
||||||
|
|
||||||
This package includes the shared library."
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove "usr/lib/xnoise/libxnoise.so*" usr/lib
|
vmove "usr/lib/libxnoise.so*" usr/lib
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'xnoise'.
|
# Template file for 'xnoise'.
|
||||||
pkgname=xnoise
|
pkgname=xnoise
|
||||||
version=0.2.9
|
version=0.2.17
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
depends="desktop-file-utils hicolor-icon-theme"
|
|
||||||
makedepends="pkg-config intltool gtk+3-devel taglib-devel sqlite-devel libnotify-devel libsoup-devel gst-plugins-base-devel"
|
|
||||||
|
|
||||||
subpackages="libxnoise xnoise-devel"
|
subpackages="libxnoise xnoise-devel"
|
||||||
|
depends="desktop-file-utils hicolor-icon-theme"
|
||||||
|
makedepends="pkg-config intltool gtk+3-devel libtaginfo-devel sqlite-devel
|
||||||
|
libnotify-devel libsoup-devel gst-plugins-base1-devel"
|
||||||
short_desc="Media player for GTK+ with a slick GUI"
|
short_desc="Media player for GTK+ with a slick GUI"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://www.xnoise-media-player.com/"
|
homepage="http://www.xnoise-media-player.com/"
|
||||||
distfiles="https://github.com/downloads/shuerhaaken/xnoise/xnoise-$version.tar.gz"
|
distfiles="https://bitbucket.org/shuerhaaken/xnoise/downloads/xnoise-${version}.tar.gz"
|
||||||
checksum=66732d24a9335c4ef2dbd056071e362318e6d773ab4405cda8bf6dc3e0016bd5
|
checksum=0d3503ddce618a4716626c4b8b7c5abdeb4730227281fe93d4eba2584b43e180
|
||||||
long_desc="
|
long_desc="
|
||||||
Unlike Rhythmbox, Banshee or itunes, Xnoise uses a tracklist centric design.
|
Unlike Rhythmbox, Banshee or itunes, Xnoise uses a tracklist centric design.
|
||||||
The tracklist is a list of video or music tracks that are played one by one
|
The tracklist is a list of video or music tracks that are played one by one
|
||||||
|
|
|
@ -2,10 +2,7 @@
|
||||||
#
|
#
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="libxnoise>=$version"
|
depends="libxnoise>=$version"
|
||||||
short_desc="${sourcepkg} development files"
|
short_desc="${short_desc} - development files"
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
|
|
Loading…
Reference in a new issue