mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
filteraudio: update to 20150416.
This commit is contained in:
parent
847300ab4b
commit
0898aafbc6
2 changed files with 5 additions and 2 deletions
|
@ -1974,7 +1974,7 @@ libusbredirhost.so.1 usbredir-0.7_1
|
||||||
libprotobuf-c.so.1 protobuf-c-1.1.0_1
|
libprotobuf-c.so.1 protobuf-c-1.1.0_1
|
||||||
libutf8proc.so.1 libutf8proc-1.1.6_1
|
libutf8proc.so.1 libutf8proc-1.1.6_1
|
||||||
libnsutils.so.0 libnsutils-0.0.1_1
|
libnsutils.so.0 libnsutils-0.0.1_1
|
||||||
libfilteraudio.so.0 filteraudio-git-20150313_1
|
libfilteraudio.so filteraudio-git-20150416_1
|
||||||
libtoxcore.so.0 toxcore-git-20150313_2
|
libtoxcore.so.0 toxcore-git-20150313_2
|
||||||
libtoxencryptsave.so.0 toxcore-git-20150313_2
|
libtoxencryptsave.so.0 toxcore-git-20150313_2
|
||||||
libtoxdns.so.0 toxcore-git-20150313_2
|
libtoxdns.so.0 toxcore-git-20150313_2
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'filteraudio-git'
|
# Template file for 'filteraudio-git'
|
||||||
pkgname="filteraudio-git"
|
pkgname="filteraudio-git"
|
||||||
version="20150313"
|
version="20150416"
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="Lightweight audio filtering library for TOX"
|
short_desc="Lightweight audio filtering library for TOX"
|
||||||
maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
|
maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
|
||||||
|
@ -8,9 +8,12 @@ license="3-clause-BSD"
|
||||||
homepage="https://tox.im"
|
homepage="https://tox.im"
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
build_style="gnu-makefile"
|
build_style="gnu-makefile"
|
||||||
|
_commit=612c5a102550c614e4c8f859e753ea64c0b7250c
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
git clone https://github.com/irungentoo/filter_audio.git ${wrksrc}
|
git clone https://github.com/irungentoo/filter_audio.git ${wrksrc}
|
||||||
|
cd $wrksrc
|
||||||
|
git checkout $_commit
|
||||||
}
|
}
|
||||||
|
|
||||||
# Development package
|
# Development package
|
||||||
|
|
Loading…
Add table
Reference in a new issue