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

2020-02-20 Thread David Runge via arch-commits
Date: Thursday, February 20, 2020 @ 22:02:26
  Author: dvzrv
Revision: 375964

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |  108 +++--
 1 file changed, 55 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-20 22:02:16 UTC (rev 375963)
+++ PKGBUILD2020-02-20 22:02:26 UTC (rev 375964)
@@ -1,53 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Sergej Pupykin 
-# Contributor: Daniel Ehlers 
-
-pkgname=alsa-plugins
-pkgver=1.2.1
-pkgrel=5
-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 \
---enable-maemo-resource-manager
-  make
-}
-
-package() {
-  depends+=(libasound.so)
-
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dt "$pkgdir/usr/share/doc/$pkgname" -m644 doc/README* doc/*.txt
-  # remove maemo plugin configuration (it overrides defaults for pcm and ctl),
-  # until a better way is found to package default overrides:
-  # https://bugs.archlinux.org/task/65440
-  rm -v "${pkgdir}/etc/alsa/conf.d/98-maemo.conf"
-}
-
-# vim:set sw=2 et:

Copied: alsa-plugins/repos/extra-x86_64/PKGBUILD (from rev 375963, 
alsa-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-20 22:02:26 UTC (rev 375964)
@@ -0,0 +1,55 @@
+# Maintainer: David Runge 
+# Contributor: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej Pupykin 
+# Contributor: Daniel Ehlers 
+
+pkgname=alsa-plugins
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="Additional ALSA plugins"
+arch=(x86_64)
+url="https://www.alsa-project.org;
+license=(LGPL2.1)
+depends=(glibc)
+makedepends=(alsa-lib dbus jack libavtp libpulse libsamplerate speexdsp)
+optdepends=('dbus: for maemo plugin'
+'jack: for pcm_jack plugin'
+'libavtp: for pcm_aaf 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=('1c0f06450c928d711719686c9dbece2d480184f36fab11b8f0534cb7b41e337d')
+
+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 \
+--enable-maemo-resource-manager
+  make
+}
+
+package() {
+  depends+=(libasound.so)
+
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dt "$pkgdir/usr/share/doc/$pkgname" -m644 doc/README* doc/*.txt
+  # remove maemo plugin configuration (it overrides defaults for pcm and ctl),
+  # until a better way is found to package default overrides:
+  # https://bugs.archlinux.org/task/65440
+  rm -v "${pkgdir}/etc/alsa/conf.d/98-maemo.conf"
+}
+
+# vim:set sw=2 et:


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

2020-02-10 Thread David Runge via arch-commits
Date: Monday, February 10, 2020 @ 15:13:39
  Author: dvzrv
Revision: 375248

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-10 15:13:30 UTC (rev 375247)
+++ PKGBUILD2020-02-10 15:13:39 UTC (rev 375248)
@@ -1,48 +0,0 @@
-# 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:

Copied: alsa-plugins/repos/extra-x86_64/PKGBUILD (from rev 375247, 
alsa-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-10 15:13:39 UTC (rev 375248)
@@ -0,0 +1,53 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej Pupykin 
+# Contributor: Daniel Ehlers 
+
+pkgname=alsa-plugins
+pkgver=1.2.1
+pkgrel=5
+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 \
+--enable-maemo-resource-manager
+  make
+}
+
+package() {
+  depends+=(libasound.so)
+
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dt "$pkgdir/usr/share/doc/$pkgname" -m644 doc/README* doc/*.txt
+  # remove maemo plugin configuration (it overrides defaults for pcm and ctl),
+  # until a better way is found to package default overrides:
+  # https://bugs.archlinux.org/task/65440
+  rm -v "${pkgdir}/etc/alsa/conf.d/98-maemo.conf"
+}
+
+# vim:set sw=2 et:


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

2018-04-05 Thread Jan Steffens via arch-commits
Date: Thursday, April 5, 2018 @ 21:55:11
  Author: heftig
Revision: 320994

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-05 21:54:25 UTC (rev 320993)
+++ PKGBUILD2018-04-05 21:55:11 UTC (rev 320994)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Sergej Pupykin 
-# Contributor: Daniel Ehlers 
-
-pkgname=alsa-plugins
-pkgver=1.1.5
-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;)
-sha1sums=('e32e586e52f82dd56218277033780451a2d69271')
-
-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/extra-x86_64/PKGBUILD (from rev 320993, 
alsa-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-05 21:55:11 UTC (rev 320994)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej Pupykin 
+# Contributor: Daniel Ehlers 
+
+pkgname=alsa-plugins
+pkgver=1.1.6
+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;)
+sha1sums=('a3601513f1a54eaef606744c9c9f4e9d4d44bf40')
+
+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/"
+}