# HG changeset patch # User Aleksej Bobylev # Date 1530095743 -10800 # Node ID d1ec7aca101384a367b654dc403561fcf238626d # Parent f3b01def76fb8627c3d933f7025aa851451a6eea Update ALSA stack (1.1.6) diff -r f3b01def76fb -r d1ec7aca1013 alsa-lib/.icon.png Binary file alsa-lib/.icon.png has changed diff -r f3b01def76fb -r d1ec7aca1013 alsa-lib/receipt --- a/alsa-lib/receipt Wed Jun 27 11:17:45 2018 +0300 +++ b/alsa-lib/receipt Wed Jun 27 13:35:43 2018 +0300 @@ -1,7 +1,7 @@ # SliTaz package receipt v2. PACKAGE="alsa-lib" -VERSION="1.1.5" +VERSION="1.1.6" CATEGORY="multimedia" SHORT_DESC="ALSA sound libraries" MAINTAINER="pankso@slitaz.org" diff -r f3b01def76fb -r d1ec7aca1013 alsa-oss/.icon.png Binary file alsa-oss/.icon.png has changed diff -r f3b01def76fb -r d1ec7aca1013 alsa-oss/receipt --- a/alsa-oss/receipt Wed Jun 27 11:17:45 2018 +0300 +++ b/alsa-oss/receipt Wed Jun 27 13:35:43 2018 +0300 @@ -1,7 +1,7 @@ # SliTaz package receipt v2. PACKAGE="alsa-oss" -VERSION="1.0.28" +VERSION="1.1.6" CATEGORY="multimedia" SHORT_DESC="ALSA OSS compatibility library" MAINTAINER="al.bobylev@gmail.com" diff -r f3b01def76fb -r d1ec7aca1013 alsa-plugins/.icon.png Binary file alsa-plugins/.icon.png has changed diff -r f3b01def76fb -r d1ec7aca1013 alsa-plugins/receipt --- a/alsa-plugins/receipt Wed Jun 27 11:17:45 2018 +0300 +++ b/alsa-plugins/receipt Wed Jun 27 13:35:43 2018 +0300 @@ -1,7 +1,7 @@ # SliTaz package receipt v2. PACKAGE="alsa-plugins" -VERSION="1.1.5" +VERSION="1.1.6" CATEGORY="multimedia" SHORT_DESC="ALSA sound system additionnal plugins" MAINTAINER="pankso@slitaz.org" diff -r f3b01def76fb -r d1ec7aca1013 alsa-tools/.icon.png Binary file alsa-tools/.icon.png has changed diff -r f3b01def76fb -r d1ec7aca1013 alsa-tools/receipt --- a/alsa-tools/receipt Wed Jun 27 11:17:45 2018 +0300 +++ b/alsa-tools/receipt Wed Jun 27 13:35:43 2018 +0300 @@ -1,7 +1,7 @@ # SliTaz package receipt v2. PACKAGE="alsa-tools" -VERSION="1.1.5" +VERSION="1.1.6" CATEGORY="meta" SHORT_DESC="ALSA sound system advanced tools" MAINTAINER="pankso@slitaz.org" @@ -51,12 +51,12 @@ DEPENDS=" " ;; *-echomixer) - copy echomixer echomixer.desktop + copy echomixer echomixer.desktop echomixer.png CAT="multimedia|control all the features of any Echoaudio soundcard" DEPENDS="alsa-lib glib gtk+" ;; *-envy24control) - copy envy24control envy24control.desktop + copy envy24control envy24control.desktop envy24control.png CAT="multimedia|control tool for Envy24 (ice1712) based soundcards" DEPENDS="alsa-lib glib gtk+" ;; @@ -66,7 +66,7 @@ DEPENDS=" " ;; *-hdajack) - copy hdajackretask hdajacksensetest + copy hdajackretask hdajacksensetest hdajackretask.desktop hdajackretask.png CAT="multimedia|HDA Intel tools" DEPENDS="glib gtk+3" ;; @@ -78,7 +78,7 @@ DEPENDS="alsa-lib fltk" ;; *-hwmixvolume) - copy hwmixvolume + copy hwmixvolume hwmixvolume.desktop hwmixvolume.png CAT="multimedia|control the volume of sound cards using hardware mixing" DEPENDS="alsa-lib python pygtk" #? ;; diff -r f3b01def76fb -r d1ec7aca1013 alsa-utils/.icon.png Binary file alsa-utils/.icon.png has changed diff -r f3b01def76fb -r d1ec7aca1013 alsa-utils/receipt --- a/alsa-utils/receipt Wed Jun 27 11:17:45 2018 +0300 +++ b/alsa-utils/receipt Wed Jun 27 13:35:43 2018 +0300 @@ -1,7 +1,7 @@ # SliTaz package receipt v2. PACKAGE="alsa-utils" -VERSION="1.1.5" +VERSION="1.1.6" CATEGORY="multimedia" SHORT_DESC="Command line utilities for the ALSA project" MAINTAINER="pankso@slitaz.org" @@ -22,7 +22,8 @@ --disable-xmlto \ --with-curses=ncursesw \ $CONFIGURE_ARGS && - make && make install || return 1 + make && + make install || return 1 # Remove empty dir rmdir $install/usr/share/man/man7 diff -r f3b01def76fb -r d1ec7aca1013 pyalsa/.icon.png Binary file pyalsa/.icon.png has changed diff -r f3b01def76fb -r d1ec7aca1013 pyalsa/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pyalsa/receipt Wed Jun 27 13:35:43 2018 +0300 @@ -0,0 +1,24 @@ +# SliTaz package receipt v2. + +PACKAGE="pyalsa" +VERSION="1.1.6" +CATEGORY="multimedia" +SHORT_DESC="Python bindings for the ALSA library" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="LGPL2" +WEB_SITE="http://www.alsa-project.org/" + +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WGET_URL="ftp://ftp.alsa-project.org/pub/pyalsa/$TARBALL" + +BUILD_DEPENDS="python-dev alsa-lib-dev" + +compile_rules() { + python setup.py build && + python setup.py install --root=$install +} + +genpkg_rules() { + copy @std + DEPENDS="alsa-lib python" +} diff -r f3b01def76fb -r d1ec7aca1013 tinycompress/.icon.png Binary file tinycompress/.icon.png has changed diff -r f3b01def76fb -r d1ec7aca1013 tinycompress/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tinycompress/receipt Wed Jun 27 13:35:43 2018 +0300 @@ -0,0 +1,27 @@ +# SliTaz package receipt v2. + +PACKAGE="tinycompress" +VERSION="1.1.6" +CATEGORY="multimedia" +SHORT_DESC="Library for compress audio offload is ALSA" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="BSD LGPL2.1" +WEB_SITE="http://www.alsa-project.org/" + +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WGET_URL="ftp://ftp.alsa-project.org/pub/tinycompress/$TARBALL" + +SPLIT="tinycompress-dev" + +compile_rules() { + ./configure $CONFIGURE_ARGS && + make && + make install +} + +genpkg_rules() { + case $PACKAGE in + tinycompress) copy @std;; + *-dev) copy @dev;; + esac +}