[arch-commits] Commit in alsa-plugins/repos/testing-x86_64 (PKGBUILD PKGBUILD)

2020-01-24 Thread David Runge via arch-commits
Date: Friday, January 24, 2020 @ 23:06:03
  Author: dvzrv
Revision: 373894

archrelease: copy trunk to testing-x86_64

Added:
  alsa-plugins/repos/testing-x86_64/PKGBUILD
(from rev 373893, alsa-plugins/trunk/PKGBUILD)
Deleted:
  alsa-plugins/repos/testing-x86_64/PKGBUILD

--+
 PKGBUILD |  101 -
 1 file changed, 48 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-24 23:05:54 UTC (rev 373893)
+++ PKGBUILD2020-01-24 23:06:03 UTC (rev 373894)
@@ -1,53 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Sergej Pupykin 
-# Contributor: Daniel Ehlers 
-
-pkgname=alsa-plugins
-pkgver=1.2.1
-pkgrel=3
-pkgdesc="Additional ALSA plugins"
-arch=(x86_64)
-url="https://www.alsa-project.org;
-license=(LGPL2.1)
-depends=(glibc alsa-lib)
-makedepends=(dbus ffmpeg jack libpulse libsamplerate speexdsp)
-optdepends=('dbus: for maemo plugin'
-'ffmpeg: for pcm_a52 and rate_lavrate plugins'
-'jack: for pcm_jack plugin'
-'libsamplerate: for rate_samplerate plugin'
-'libpulse: for conf_pulse, ctl_pulse and pcm_pulse plugins'
-'speexdsp: for pcm_speex and rate_speexrate plugins')
-source=("https://www.alsa-project.org/files/pub/plugins/$pkgname-$pkgver.tar.bz2;
-
"alsa-plugins-1.2.1-ffmpeg4.patch::https://git.harting.dev/IdleGandalf/alsa-plugins/commit/9cdbbb9874757b6f8fda7fb4ac2e3fc59da65946.patch;)
-sha256sums=('4d94de7ad41734b8604a652521200bb6554fcf0c2c00fdbd302b1710d76548da'
-'f1fc4fe7d3b4c34b244b276d109af9bfb0b501554e882749b22d4e9a6f3d7596')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # a52, lavrate plugins not compatible with ffmpeg >= 4.0
-  # 
https://mailman.alsa-project.org/pipermail/alsa-devel/2019-December/159425.html
-  # https://bugs.archlinux.org/task/60586
-  patch -Np1 -i ../alsa-plugins-1.2.1-ffmpeg4.patch
-
-  autoreconf -fvi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-maemo-plugin
-  make
-}
-
-package() {
-  depends+=(libasound.so)
-
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dt "$pkgdir/usr/share/doc/$pkgname" -m644 doc/README* doc/*.txt
-}
-
-# vim:set sw=2 et:

Copied: alsa-plugins/repos/testing-x86_64/PKGBUILD (from rev 373893, 
alsa-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-24 23:06:03 UTC (rev 373894)
@@ -0,0 +1,48 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej Pupykin 
+# Contributor: Daniel Ehlers 
+
+pkgname=alsa-plugins
+pkgver=1.2.1
+pkgrel=4
+pkgdesc="Additional ALSA plugins"
+arch=(x86_64)
+url="https://www.alsa-project.org;
+license=(LGPL2.1)
+depends=(glibc alsa-lib)
+makedepends=(dbus jack libpulse libsamplerate speexdsp)
+optdepends=('dbus: for maemo plugin'
+'jack: for pcm_jack plugin'
+'libsamplerate: for rate_samplerate plugin'
+'libpulse: for conf_pulse, ctl_pulse and pcm_pulse plugins'
+'speexdsp: for pcm_speex and rate_speexrate plugins')
+source=("https://www.alsa-project.org/files/pub/plugins/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('4d94de7ad41734b8604a652521200bb6554fcf0c2c00fdbd302b1710d76548da')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # a52, lavrate plugins not compatible with ffmpeg >= 4.0
+  # 
https://mailman.alsa-project.org/pipermail/alsa-devel/2019-December/159425.html
+  # https://bugs.archlinux.org/task/60586
+  autoreconf -fvi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-maemo-plugin
+  make
+}
+
+package() {
+  depends+=(libasound.so)
+
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dt "$pkgdir/usr/share/doc/$pkgname" -m644 doc/README* doc/*.txt
+}
+
+# vim:set sw=2 et:


[arch-commits] Commit in alsa-plugins/repos/testing-x86_64 (PKGBUILD PKGBUILD)

2020-01-22 Thread Jan Steffens via arch-commits
Date: Wednesday, January 22, 2020 @ 23:40:49
  Author: heftig
Revision: 373815

archrelease: copy trunk to testing-x86_64

Added:
  alsa-plugins/repos/testing-x86_64/PKGBUILD
(from rev 373814, alsa-plugins/trunk/PKGBUILD)
Deleted:
  alsa-plugins/repos/testing-x86_64/PKGBUILD

--+
 PKGBUILD |  105 ++---
 1 file changed, 53 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-22 23:36:58 UTC (rev 373814)
+++ PKGBUILD2020-01-22 23:40:49 UTC (rev 373815)
@@ -1,52 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: David Runge 
-# Contributor: Sergej Pupykin 
-# Contributor: Daniel Ehlers 
-
-pkgname=alsa-plugins
-pkgver=1.2.1
-pkgrel=2
-pkgdesc="Additional library plugins"
-arch=('x86_64')
-url="http://www.alsa-project.org;
-license=('LGPL2.1')
-depends=('glibc' 'libasound.so')
-# a52, lavrate plugins not compatible with ffmpeg >= 4.0
-# 
https://mailman.alsa-project.org/pipermail/alsa-devel/2019-December/159425.html
-# https://bugs.archlinux.org/task/60586
-makedepends=('dbus' 'libavcodec.so' 'libavutil.so' 'libjack.so' 'libpulse.so'
-'libsamplerate.so' 'libswresample.so' 'speexdsp')
-optdepends=('dbus: for maemo plugin'
-'libavcodec.so: for pcm_a52 and rate_lavrate plugins'
-'libavutil.so: for pcm_a52 and rate_lavrate plugins'
-'libjack.so: for pcm_jack plugin'
-'libsamplerate.so: for rate_samplerate plugin'
-'libpulse.so: for conf_pulse, ctl_pulse and pcm_pulse plugins'
-'libswresample.so: for pcm_a52 and rate_lavrate plugins'
-'speexdsp: for pcm_speex and rate_speexrate plugins')
-source=("https://www.alsa-project.org/files/pub/plugins/$pkgname-$pkgver.tar.bz2;
-
"${pkgname}-1.2.1-ffmpeg4.patch::https://git.harting.dev/IdleGandalf/alsa-plugins/commit/9cdbbb9874757b6f8fda7fb4ac2e3fc59da65946.patch;
-)
-sha512sums=('a49ef9290b66855112e301a5fd5a0932f13a50254e164f3340f2b342a36469532ee783beabfe5e95870dbf4cd81ca1e8d0415d94c8c7ee963133fb3c343721de'
-
'06ff2aa30a55e0d04ac9d1f5a6fa11a6a3c04c3f6722c07ecd7cac57584e142ad6949fd6c856c66435ac5ff5cf910c362e9c72605ca190074764cf3d40a9d64f')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i "../${pkgname}-1.2.1-ffmpeg4.patch"
-  autoreconf -vfi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
-  --enable-maemo-plugin \
-  --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -vDm 644 doc/README* doc/*.txt \
--t "$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: alsa-plugins/repos/testing-x86_64/PKGBUILD (from rev 373814, 
alsa-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-22 23:40:49 UTC (rev 373815)
@@ -0,0 +1,53 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej Pupykin 
+# Contributor: Daniel Ehlers 
+
+pkgname=alsa-plugins
+pkgver=1.2.1
+pkgrel=3
+pkgdesc="Additional ALSA plugins"
+arch=(x86_64)
+url="https://www.alsa-project.org;
+license=(LGPL2.1)
+depends=(glibc alsa-lib)
+makedepends=(dbus ffmpeg jack libpulse libsamplerate speexdsp)
+optdepends=('dbus: for maemo plugin'
+'ffmpeg: for pcm_a52 and rate_lavrate plugins'
+'jack: for pcm_jack plugin'
+'libsamplerate: for rate_samplerate plugin'
+'libpulse: for conf_pulse, ctl_pulse and pcm_pulse plugins'
+'speexdsp: for pcm_speex and rate_speexrate plugins')
+source=("https://www.alsa-project.org/files/pub/plugins/$pkgname-$pkgver.tar.bz2;
+
"alsa-plugins-1.2.1-ffmpeg4.patch::https://git.harting.dev/IdleGandalf/alsa-plugins/commit/9cdbbb9874757b6f8fda7fb4ac2e3fc59da65946.patch;)
+sha256sums=('4d94de7ad41734b8604a652521200bb6554fcf0c2c00fdbd302b1710d76548da'
+'f1fc4fe7d3b4c34b244b276d109af9bfb0b501554e882749b22d4e9a6f3d7596')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # a52, lavrate plugins not compatible with ffmpeg >= 4.0
+  # 
https://mailman.alsa-project.org/pipermail/alsa-devel/2019-December/159425.html
+  # https://bugs.archlinux.org/task/60586
+  patch -Np1 -i ../alsa-plugins-1.2.1-ffmpeg4.patch
+
+  autoreconf -fvi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-maemo-plugin
+  make
+}
+
+package() {
+  depends+=(libasound.so)
+
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dt "$pkgdir/usr/share/doc/$pkgname" -m644 doc/README* doc/*.txt
+}
+
+# vim:set sw=2 et:


[arch-commits] Commit in alsa-plugins/repos/testing-x86_64 (PKGBUILD PKGBUILD)

2019-05-19 Thread Jan Steffens via arch-commits
Date: Monday, May 20, 2019 @ 01:21:24
  Author: heftig
Revision: 353634

archrelease: copy trunk to testing-x86_64

Added:
  alsa-plugins/repos/testing-x86_64/PKGBUILD
(from rev 353633, alsa-plugins/trunk/PKGBUILD)
Deleted:
  alsa-plugins/repos/testing-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-20 01:20:19 UTC (rev 353633)
+++ PKGBUILD2019-05-20 01:21:24 UTC (rev 353634)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Sergej Pupykin 
-# Contributor: Daniel Ehlers 
-
-pkgname=alsa-plugins
-pkgver=1.1.9
-pkgrel=1
-pkgdesc="Extra alsa plugins"
-arch=(x86_64)
-url="http://www.alsa-project.org;
-license=(GPL)
-depends=(alsa-lib)
-makedepends=(libpulse jack ffmpeg)
-optdepends=('libpulse: PulseAudio plugin'
-'jack: Jack plugin'
-#'ffmpeg: libavcodec resampling plugin, a52 plugin'
-'libsamplerate: libsamplerate resampling plugin'
-'speex: libspeexdsp resampling plugin')
-source=("ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('161772303da521abbbf1d91f63b470c4791392d5728f2192a42d71292078f907')
-
-prepare() {
-  cd $pkgname-$pkgver
-  autoreconf -fvi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  install -m644 doc/README* doc/*.txt "$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: alsa-plugins/repos/testing-x86_64/PKGBUILD (from rev 353633, 
alsa-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-20 01:21:24 UTC (rev 353634)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej Pupykin 
+# Contributor: Daniel Ehlers 
+
+pkgname=alsa-plugins
+pkgver=1.1.9
+pkgrel=2
+pkgdesc="Extra alsa plugins"
+arch=(x86_64)
+url="http://www.alsa-project.org;
+license=(GPL)
+depends=(alsa-lib)
+makedepends=(libpulse jack ffmpeg)
+optdepends=('libpulse: PulseAudio plugin'
+'jack: Jack plugin'
+#'ffmpeg: libavcodec resampling plugin, a52 plugin'
+'libsamplerate: libsamplerate resampling plugin'
+'speex: libspeexdsp resampling plugin')
+source=("ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('161772303da521abbbf1d91f63b470c4791392d5728f2192a42d71292078f907')
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -fvi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 doc/README* doc/*.txt "$pkgdir/usr/share/doc/$pkgname/"
+}