sndio: update to 1.0.0.
This commit is contained in:
parent
731e60d8d8
commit
637d74df87
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'sndio'
|
# Template file for 'sndio'
|
||||||
pkgname=sndio
|
pkgname=sndio
|
||||||
version=0.0.10
|
version=1.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix=/usr"
|
configure_args="--prefix=/usr"
|
||||||
makedepends="alsa-lib-devel libX11-devel"
|
makedepends="alsa-lib-devel"
|
||||||
short_desc="Small audio and MIDI framework part of the OpenBSD project"
|
short_desc="Small audio and MIDI framework part of the OpenBSD project"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
|
@ -13,7 +13,7 @@ sndiod_descr="sndio daemon"
|
||||||
build_pie=yes
|
build_pie=yes
|
||||||
homepage="http://www.sndio.org/"
|
homepage="http://www.sndio.org/"
|
||||||
distfiles="http://www.sndio.org/${pkgname}-${version}.tar.gz"
|
distfiles="http://www.sndio.org/${pkgname}-${version}.tar.gz"
|
||||||
checksum=100554667533f7854e703a88c167215926a58b5c898e6d3e02b60be26c5415ae
|
checksum=525d5ac9054cb2b0e33a8c51e60fc6e3c4c2a29c13c0b63d7f020e8001273cb9
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv sndiod
|
vsv sndiod
|
||||||
|
@ -30,11 +30,3 @@ sndio-devel_package() {
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
xvolkeys_package() {
|
|
||||||
short_desc="Hot-keys in X11 to control sndiod master volume"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/bin/xvolkeys
|
|
||||||
vmove usr/share/man/man1/xvolkeys.1
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue