xnoise: update to 0.2.20.
This commit is contained in:
parent
54cfb32af6
commit
b4267f879e
1 changed files with 3 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'xnoise'.
|
||||
pkgname=xnoise
|
||||
version=0.2.19
|
||||
version=0.2.20
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config intltool"
|
||||
|
@ -12,13 +12,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="GPL-2"
|
||||
homepage="http://www.xnoise-media-player.com/"
|
||||
distfiles="https://bitbucket.org/shuerhaaken/xnoise/downloads/xnoise-${version}.tar.gz"
|
||||
checksum=32148ff01b3e99d4f34b1706924ef61a60a98d1d4729a846d4b1e9879aee6bf0
|
||||
long_desc="
|
||||
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
|
||||
without being removed (right side of window). This gives you the possibility
|
||||
to queue any track in any order, regardless if they are on the same album.
|
||||
Tracks or groups of tracks can be reordered at any time via drag and drop."
|
||||
checksum=59f30d27ed3a7b62c4cc6257c3bddee628c9e430d3b8d26aa592f7dd6b334a8d
|
||||
|
||||
libxnoise_package() {
|
||||
short_desc+=" - shared library"
|
||||
|
@ -28,7 +22,7 @@ libxnoise_package() {
|
|||
}
|
||||
|
||||
xnoise-devel_package() {
|
||||
depends="libxnoise>=$version"
|
||||
depends="libxnoise>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in a new issue