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

2020-10-21 Thread David Runge via arch-commits
Date: Wednesday, October 21, 2020 @ 15:08:28
  Author: dvzrv
Revision: 398704

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   93 +++--
 1 file changed, 48 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-21 15:08:16 UTC (rev 398703)
+++ PKGBUILD2020-10-21 15:08:28 UTC (rev 398704)
@@ -1,45 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Tobias Powalowski 
-# Contributor: judd 
-
-pkgname=alsa-utils
-pkgver=1.2.4
-pkgrel=1
-pkgdesc="Advanced Linux Sound Architecture - Utilities"
-arch=('x86_64')
-url="https://www.alsa-project.org";
-license=('GPL2')
-depends=('glibc' 'pciutils' 'psmisc')
-makedepends=('alsa-lib' 'docbook-xsl' 'fftw' 'libsamplerate' 'ncurses'
-'python-docutils' 'systemd' 'xmlto')
-optdepends=('fftw: for alsabat')
-# we require /var/lib/alsa for state file
-options=(emptydirs)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/alsa-project/${pkgname}/archive/v${pkgver}.tar.gz";)
-sha512sums=('af1135d84b5cf3446ec2a67859f969b12d20d89733eed4947b81b03a793f6288ec9ccf0341fdd63e5584aa0e68de8d35dc741059b43318f5356bfe86bcaa77fc')
-b2sums=('a1912128b21f2565283b7fd9450d9fa27036540a5235dbe8e2447df4a90d5e987e87aedab1a74f3222860097ec5bc55ae91c66a1a0dacbab891236db3b5313e6')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  autoreconf -vfi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --disable-alsaconf \
-  --sbindir=/usr/bin \
-  --with-udev-rules-dir=/usr/lib/udev/rules.d \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  depends+=('libasound.so' 'libatopology.so' 'libformw.so' 'libmenuw.so'
-  'libncursesw.so' 'libpanelw.so' 'libsamplerate.so')
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  # dir where to save ALSA state
-  install -d "${pkgdir}/var/lib/alsa"
-}

Copied: alsa-utils/repos/extra-x86_64/PKGBUILD (from rev 398703, 
alsa-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-21 15:08:28 UTC (rev 398704)
@@ -0,0 +1,48 @@
+# Maintainer: David Runge 
+# Contributor: Tobias Powalowski 
+# Contributor: judd 
+
+pkgname=alsa-utils
+pkgver=1.2.4
+pkgrel=2
+pkgdesc="Advanced Linux Sound Architecture - Utilities"
+arch=('x86_64')
+url="https://www.alsa-project.org";
+license=('GPL2')
+depends=('glibc' 'pciutils' 'psmisc')
+makedepends=('alsa-lib' 'docbook-xsl' 'fftw' 'libsamplerate' 'ncurses'
+'python-docutils' 'systemd' 'xmlto')
+optdepends=('fftw: for alsabat')
+# we require /var/lib/alsa for state file
+options=(emptydirs)
+source=("https://www.alsa-project.org/files/pub/utils/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha512sums=('13080abda55269513b3751044dac292d695e273073a62d74ed4a32c68f448a2b015fe16604650821a6398b6ef6a7b6008cb9f0b7fb7f4ee1fa2b4eb2dcf29770'
+'SKIP')
+b2sums=('41eb0b8186c1956c19d8f8b28863ab54c66ff531b9ec5c48cc6c5ed8ca249d135614112ce412d6adb6f21982235e06a4148591777cce00d17ea537aacbd664ad'
+'SKIP')
+validpgpkeys=('F04DF50737AC1A884C4B3D718380596DA6E59C91') # ALSA Release Team 
(Package Signing Key v1) 
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --disable-alsaconf \
+  --sbindir=/usr/bin \
+  --with-udev-rules-dir=/usr/lib/udev/rules.d \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  depends+=('libasound.so' 'libatopology.so' 'libformw.so' 'libmenuw.so'
+  'libncursesw.so' 'libpanelw.so' 'libsamplerate.so')
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  # dir where to save ALSA state
+  install -d "${pkgdir}/var/lib/alsa"
+}


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

2020-10-17 Thread David Runge via arch-commits
Date: Saturday, October 17, 2020 @ 18:17:16
  Author: dvzrv
Revision: 398534

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   85 -
 1 file changed, 45 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-17 18:17:09 UTC (rev 398533)
+++ PKGBUILD2020-10-17 18:17:16 UTC (rev 398534)
@@ -1,40 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Tobias Powalowski 
-# Contributor: judd 
-
-pkgname=alsa-utils
-pkgver=1.2.3
-pkgrel=2
-pkgdesc="Advanced Linux Sound Architecture - Utilities"
-arch=('x86_64')
-url="https://www.alsa-project.org";
-license=('GPL2')
-depends=('glibc' 'pciutils' 'psmisc')
-makedepends=('alsa-lib' 'docbook-xsl' 'fftw' 'libsamplerate' 'ncurses'
-'python-docutils' 'systemd' 'xmlto')
-optdepends=('fftw: for alsabat')
-# we require /var/lib/alsa for state file
-options=(emptydirs)
-source=("https://www.alsa-project.org/files/pub/utils/$pkgname-$pkgver.tar.bz2";)
-sha512sums=('5aeba2e5b7279c62d4df85b61a26b3f41e5465bac5a0b94c7bbe1299f7aa38e8cf2a1f749f618289a63b61f76609fe54169fcbe70792b45adc8957811b672012')
-b2sums=('70037123de16d4d267fbe862acba31144e1f060cb01c294cf0691d9378e1f04b108c9f3a5e071979abe9b5c1c15a49facc9e0be73122caaf812047a514e4de4d')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --disable-alsaconf \
-  --sbindir=/usr/bin \
-  --with-udev-rules-dir=/usr/lib/udev/rules.d \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  depends+=('libasound.so' 'libformw.so' 'libmenuw.so' 'libncursesw.so'
-  'libpanelw.so' 'libsamplerate.so')
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  # dir where to save ALSA state
-  install -d "${pkgdir}/var/lib/alsa"
-}

Copied: alsa-utils/repos/extra-x86_64/PKGBUILD (from rev 398533, 
alsa-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-17 18:17:16 UTC (rev 398534)
@@ -0,0 +1,45 @@
+# Maintainer: David Runge 
+# Contributor: Tobias Powalowski 
+# Contributor: judd 
+
+pkgname=alsa-utils
+pkgver=1.2.4
+pkgrel=1
+pkgdesc="Advanced Linux Sound Architecture - Utilities"
+arch=('x86_64')
+url="https://www.alsa-project.org";
+license=('GPL2')
+depends=('glibc' 'pciutils' 'psmisc')
+makedepends=('alsa-lib' 'docbook-xsl' 'fftw' 'libsamplerate' 'ncurses'
+'python-docutils' 'systemd' 'xmlto')
+optdepends=('fftw: for alsabat')
+# we require /var/lib/alsa for state file
+options=(emptydirs)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/alsa-project/${pkgname}/archive/v${pkgver}.tar.gz";)
+sha512sums=('af1135d84b5cf3446ec2a67859f969b12d20d89733eed4947b81b03a793f6288ec9ccf0341fdd63e5584aa0e68de8d35dc741059b43318f5356bfe86bcaa77fc')
+b2sums=('a1912128b21f2565283b7fd9450d9fa27036540a5235dbe8e2447df4a90d5e987e87aedab1a74f3222860097ec5bc55ae91c66a1a0dacbab891236db3b5313e6')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --disable-alsaconf \
+  --sbindir=/usr/bin \
+  --with-udev-rules-dir=/usr/lib/udev/rules.d \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  depends+=('libasound.so' 'libatopology.so' 'libformw.so' 'libmenuw.so'
+  'libncursesw.so' 'libpanelw.so' 'libsamplerate.so')
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  # dir where to save ALSA state
+  install -d "${pkgdir}/var/lib/alsa"
+}


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

2020-06-22 Thread David Runge via arch-commits
Date: Monday, June 22, 2020 @ 09:44:22
  Author: dvzrv
Revision: 390115

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-22 09:39:27 UTC (rev 390114)
+++ PKGBUILD2020-06-22 09:44:22 UTC (rev 390115)
@@ -1,40 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Tobias Powalowski 
-# Contributor: judd 
-
-pkgname=alsa-utils
-pkgver=1.2.3
-pkgrel=1
-pkgdesc="Advanced Linux Sound Architecture - Utilities"
-arch=('x86_64')
-url="https://www.alsa-project.org";
-license=('GPL2')
-depends=('glibc' 'pciutils' 'psmisc')
-makedepends=('alsa-lib' 'docbook-xsl' 'fftw' 'libsamplerate' 'ncurses'
-'systemd' 'xmlto')
-optdepends=('fftw: for alsabat')
-# we require /var/lib/alsa for state file
-options=(emptydirs)
-source=("https://www.alsa-project.org/files/pub/utils/$pkgname-$pkgver.tar.bz2";)
-sha512sums=('5aeba2e5b7279c62d4df85b61a26b3f41e5465bac5a0b94c7bbe1299f7aa38e8cf2a1f749f618289a63b61f76609fe54169fcbe70792b45adc8957811b672012')
-b2sums=('70037123de16d4d267fbe862acba31144e1f060cb01c294cf0691d9378e1f04b108c9f3a5e071979abe9b5c1c15a49facc9e0be73122caaf812047a514e4de4d')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --disable-alsaconf \
-  --sbindir=/usr/bin \
-  --with-udev-rules-dir=/usr/lib/udev/rules.d \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  depends+=('libasound.so' 'libformw.so' 'libmenuw.so' 'libncursesw.so'
-  'libpanelw.so' 'libsamplerate.so')
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  # dir where to save ALSA state
-  install -d "${pkgdir}/var/lib/alsa"
-}

Copied: alsa-utils/repos/extra-x86_64/PKGBUILD (from rev 390114, 
alsa-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-22 09:44:22 UTC (rev 390115)
@@ -0,0 +1,40 @@
+# Maintainer: David Runge 
+# Contributor: Tobias Powalowski 
+# Contributor: judd 
+
+pkgname=alsa-utils
+pkgver=1.2.3
+pkgrel=2
+pkgdesc="Advanced Linux Sound Architecture - Utilities"
+arch=('x86_64')
+url="https://www.alsa-project.org";
+license=('GPL2')
+depends=('glibc' 'pciutils' 'psmisc')
+makedepends=('alsa-lib' 'docbook-xsl' 'fftw' 'libsamplerate' 'ncurses'
+'python-docutils' 'systemd' 'xmlto')
+optdepends=('fftw: for alsabat')
+# we require /var/lib/alsa for state file
+options=(emptydirs)
+source=("https://www.alsa-project.org/files/pub/utils/$pkgname-$pkgver.tar.bz2";)
+sha512sums=('5aeba2e5b7279c62d4df85b61a26b3f41e5465bac5a0b94c7bbe1299f7aa38e8cf2a1f749f618289a63b61f76609fe54169fcbe70792b45adc8957811b672012')
+b2sums=('70037123de16d4d267fbe862acba31144e1f060cb01c294cf0691d9378e1f04b108c9f3a5e071979abe9b5c1c15a49facc9e0be73122caaf812047a514e4de4d')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --disable-alsaconf \
+  --sbindir=/usr/bin \
+  --with-udev-rules-dir=/usr/lib/udev/rules.d \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  depends+=('libasound.so' 'libformw.so' 'libmenuw.so' 'libncursesw.so'
+  'libpanelw.so' 'libsamplerate.so')
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  # dir where to save ALSA state
+  install -d "${pkgdir}/var/lib/alsa"
+}


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

2020-06-11 Thread David Runge via arch-commits
Date: Thursday, June 11, 2020 @ 16:36:37
  Author: dvzrv
Revision: 388816

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   77 +++--
 1 file changed, 40 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-11 16:36:28 UTC (rev 388815)
+++ PKGBUILD2020-06-11 16:36:37 UTC (rev 388816)
@@ -1,37 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Tobias Powalowski 
-# Contributor: judd 
-
-pkgname=alsa-utils
-pkgver=1.2.2
-pkgrel=1
-pkgdesc="Advanced Linux Sound Architecture - Utilities"
-arch=('x86_64')
-url="https://www.alsa-project.org";
-license=('GPL2')
-depends=('glibc' 'pciutils' 'psmisc')
-makedepends=('alsa-lib' 'docbook-xsl' 'fftw' 'libsamplerate' 'ncurses'
-'systemd' 'xmlto')
-optdepends=('fftw: for alsabat')
-source=("https://www.alsa-project.org/files/pub/utils/$pkgname-$pkgver.tar.bz2";)
-sha512sums=('30598c658f3f2ad71a5ce7911b09ae13add54b293bcf3bebb053371d84a91528bd64fd376f167456b2e27e2546a2279019678e099247513e5142b283af756fd9')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --disable-alsaconf \
-  --sbindir=/usr/bin \
-  --with-udev-rules-dir=/usr/lib/udev/rules.d \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  depends+=('libasound.so' 'libformw.so' 'libmenuw.so' 'libncursesw.so'
-  'libpanelw.so' 'libsamplerate.so')
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  # dir where to save ALSA state
-  install -d "${pkgdir}/var/lib/alsa"
-}

Copied: alsa-utils/repos/extra-x86_64/PKGBUILD (from rev 388815, 
alsa-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-11 16:36:37 UTC (rev 388816)
@@ -0,0 +1,40 @@
+# Maintainer: David Runge 
+# Contributor: Tobias Powalowski 
+# Contributor: judd 
+
+pkgname=alsa-utils
+pkgver=1.2.3
+pkgrel=1
+pkgdesc="Advanced Linux Sound Architecture - Utilities"
+arch=('x86_64')
+url="https://www.alsa-project.org";
+license=('GPL2')
+depends=('glibc' 'pciutils' 'psmisc')
+makedepends=('alsa-lib' 'docbook-xsl' 'fftw' 'libsamplerate' 'ncurses'
+'systemd' 'xmlto')
+optdepends=('fftw: for alsabat')
+# we require /var/lib/alsa for state file
+options=(emptydirs)
+source=("https://www.alsa-project.org/files/pub/utils/$pkgname-$pkgver.tar.bz2";)
+sha512sums=('5aeba2e5b7279c62d4df85b61a26b3f41e5465bac5a0b94c7bbe1299f7aa38e8cf2a1f749f618289a63b61f76609fe54169fcbe70792b45adc8957811b672012')
+b2sums=('70037123de16d4d267fbe862acba31144e1f060cb01c294cf0691d9378e1f04b108c9f3a5e071979abe9b5c1c15a49facc9e0be73122caaf812047a514e4de4d')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --disable-alsaconf \
+  --sbindir=/usr/bin \
+  --with-udev-rules-dir=/usr/lib/udev/rules.d \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  depends+=('libasound.so' 'libformw.so' 'libmenuw.so' 'libncursesw.so'
+  'libpanelw.so' 'libsamplerate.so')
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  # dir where to save ALSA state
+  install -d "${pkgdir}/var/lib/alsa"
+}


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

2020-02-20 Thread David Runge via arch-commits
Date: Thursday, February 20, 2020 @ 23:21:51
  Author: dvzrv
Revision: 375971

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   73 ++---
 1 file changed, 37 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-20 23:21:45 UTC (rev 375970)
+++ PKGBUILD2020-02-20 23:21:51 UTC (rev 375971)
@@ -1,36 +0,0 @@
-# Maintainer: Tobias Powalowski 
-# Contributor: David Runge 
-# Contributor: judd 
-
-pkgname=alsa-utils
-pkgver=1.2.1
-pkgrel=2
-pkgdesc="Advanced Linux Sound Architecture - Utilities"
-arch=('x86_64')
-url="https://www.alsa-project.org";
-license=('GPL2')
-depends=('glibc' 'pciutils' 'psmisc')
-makedepends=('alsa-lib' 'docbook-xsl' 'fftw' 'libsamplerate' 'ncurses'
-'systemd' 'xmlto')
-source=("https://www.alsa-project.org/files/pub/utils/$pkgname-$pkgver.tar.bz2";)
-sha512sums=('b7729659cd9809197dc30042f522f5103ff41ddc047f13f9c733c93f7e91a26f90cd864c70e654d12ef7a552b1d9ebe2727a24ec9fad03560cb7cdea906662ec')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --disable-alsaconf \
-  --sbindir=/usr/bin \
-  --with-udev-rules-dir=/usr/lib/udev/rules.d \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  depends+=('libasound.so' 'libfftw3f.so' 'libformw.so' 'libmenuw.so'
-  'libncursesw.so' 'libpanelw.so' 'libsamplerate.so')
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  # dir where to save ALSA state
-  install -d "${pkgdir}/var/lib/alsa"
-}

Copied: alsa-utils/repos/extra-x86_64/PKGBUILD (from rev 375970, 
alsa-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-20 23:21:51 UTC (rev 375971)
@@ -0,0 +1,37 @@
+# Maintainer: David Runge 
+# Contributor: Tobias Powalowski 
+# Contributor: judd 
+
+pkgname=alsa-utils
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="Advanced Linux Sound Architecture - Utilities"
+arch=('x86_64')
+url="https://www.alsa-project.org";
+license=('GPL2')
+depends=('glibc' 'pciutils' 'psmisc')
+makedepends=('alsa-lib' 'docbook-xsl' 'fftw' 'libsamplerate' 'ncurses'
+'systemd' 'xmlto')
+optdepends=('fftw: for alsabat')
+source=("https://www.alsa-project.org/files/pub/utils/$pkgname-$pkgver.tar.bz2";)
+sha512sums=('30598c658f3f2ad71a5ce7911b09ae13add54b293bcf3bebb053371d84a91528bd64fd376f167456b2e27e2546a2279019678e099247513e5142b283af756fd9')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --disable-alsaconf \
+  --sbindir=/usr/bin \
+  --with-udev-rules-dir=/usr/lib/udev/rules.d \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  depends+=('libasound.so' 'libformw.so' 'libmenuw.so' 'libncursesw.so'
+  'libpanelw.so' 'libsamplerate.so')
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  # dir where to save ALSA state
+  install -d "${pkgdir}/var/lib/alsa"
+}


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

2020-01-25 Thread David Runge via arch-commits
Date: Saturday, January 25, 2020 @ 18:07:11
  Author: dvzrv
Revision: 373928

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   67 -
 1 file changed, 36 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-25 18:07:01 UTC (rev 373927)
+++ PKGBUILD2020-01-25 18:07:11 UTC (rev 373928)
@@ -1,31 +0,0 @@
-# Maintainer: Tobias Powalowski 
-# Contributor: judd 
-
-pkgname=alsa-utils
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="An alternative implementation of Linux sound support"
-arch=('x86_64')
-url="http://www.alsa-project.org";
-#can not use >=$pkgver due to use of letters in alsa-lib update versioning
-depends=("alsa-lib>1.0.24" 'pciutils' 'ncurses' 'psmisc' 'libsamplerate' 
'fftw')
-makedepends=('xmlto' 'docbook-xsl' 'systemd')
-license=('GPL')
-source=(ftp://ftp.alsa-project.org/pub/utils/$pkgname-${pkgver}.tar.bz2)
-sha256sums=('0b110ba71ef41d3009db1bc4dcae0cf79efb99cb5426fa19d0312470560a2c0d')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-alsaconf --sbindir=/usr/bin \
---with-udev-rules-dir=/usr/lib/udev/rules.d \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  # dir where to save ALSA state
-  install -d "${pkgdir}/var/lib/alsa"
-}

Copied: alsa-utils/repos/extra-x86_64/PKGBUILD (from rev 373927, 
alsa-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-25 18:07:11 UTC (rev 373928)
@@ -0,0 +1,36 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: David Runge 
+# Contributor: judd 
+
+pkgname=alsa-utils
+pkgver=1.2.1
+pkgrel=2
+pkgdesc="Advanced Linux Sound Architecture - Utilities"
+arch=('x86_64')
+url="https://www.alsa-project.org";
+license=('GPL2')
+depends=('glibc' 'pciutils' 'psmisc')
+makedepends=('alsa-lib' 'docbook-xsl' 'fftw' 'libsamplerate' 'ncurses'
+'systemd' 'xmlto')
+source=("https://www.alsa-project.org/files/pub/utils/$pkgname-$pkgver.tar.bz2";)
+sha512sums=('b7729659cd9809197dc30042f522f5103ff41ddc047f13f9c733c93f7e91a26f90cd864c70e654d12ef7a552b1d9ebe2727a24ec9fad03560cb7cdea906662ec')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --disable-alsaconf \
+  --sbindir=/usr/bin \
+  --with-udev-rules-dir=/usr/lib/udev/rules.d \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  depends+=('libasound.so' 'libfftw3f.so' 'libformw.so' 'libmenuw.so'
+  'libncursesw.so' 'libpanelw.so' 'libsamplerate.so')
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  # dir where to save ALSA state
+  install -d "${pkgdir}/var/lib/alsa"
+}


[arch-commits] Commit in alsa-utils/repos/extra-x86_64 (10 files)

2011-08-17 Thread Tobias Powalowski
Date: Wednesday, August 17, 2011 @ 03:46:33
  Author: tpowa
Revision: 135667

archrelease: copy trunk to extra-x86_64

Added:
  alsa-utils/repos/extra-x86_64/90alsa
(from rev 135666, alsa-utils/trunk/90alsa)
  alsa-utils/repos/extra-x86_64/PKGBUILD
(from rev 135666, alsa-utils/trunk/PKGBUILD)
  alsa-utils/repos/extra-x86_64/alsa
(from rev 135666, alsa-utils/trunk/alsa)
  alsa-utils/repos/extra-x86_64/alsa.conf.d
(from rev 135666, alsa-utils/trunk/alsa.conf.d)
  alsa-utils/repos/extra-x86_64/alsaconf.patch
(from rev 135666, alsa-utils/trunk/alsaconf.patch)
Deleted:
  alsa-utils/repos/extra-x86_64/90alsa
  alsa-utils/repos/extra-x86_64/PKGBUILD
  alsa-utils/repos/extra-x86_64/alsa
  alsa-utils/repos/extra-x86_64/alsa.conf.d
  alsa-utils/repos/extra-x86_64/alsaconf.patch

+
 90alsa |   26 +--
 PKGBUILD   |   84 ++---
 alsa   |  124 +++
 alsa.conf.d|   30 ++---
 alsaconf.patch |   64 ++--
 5 files changed, 164 insertions(+), 164 deletions(-)

Deleted: 90alsa
===
--- 90alsa  2011-08-17 07:45:33 UTC (rev 135666)
+++ 90alsa  2011-08-17 07:46:33 UTC (rev 135667)
@@ -1,13 +0,0 @@
-#!/bin/sh
-#
-# 90alsa: suspend/wakeup ALSA devices
-
-case "$1" in
-hibernate|suspend)
-;;
-thaw|resume)
-aplay -d 1 /dev/zero
-;;
-*) exit $NA
-;;
-esac

Copied: alsa-utils/repos/extra-x86_64/90alsa (from rev 135666, 
alsa-utils/trunk/90alsa)
===
--- 90alsa  (rev 0)
+++ 90alsa  2011-08-17 07:46:33 UTC (rev 135667)
@@ -0,0 +1,13 @@
+#!/bin/sh
+#
+# 90alsa: suspend/wakeup ALSA devices
+
+case "$1" in
+hibernate|suspend)
+;;
+thaw|resume)
+aplay -d 1 /dev/zero
+;;
+*) exit $NA
+;;
+esac

Deleted: PKGBUILD
===
--- PKGBUILD2011-08-17 07:45:33 UTC (rev 135666)
+++ PKGBUILD2011-08-17 07:46:33 UTC (rev 135667)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: judd 
-
-pkgname=alsa-utils
-pkgver=1.0.24.2
-pkgrel=2
-pkgdesc="An alternative implementation of Linux sound support"
-arch=('i686' 'x86_64')
-url="http://www.alsa-project.org";
-#can not use >=$pkgver due to use of letters in alsa-lib update versioning
-depends=("alsa-lib>1.0.24" 'dialog' 'pciutils' 'ncurses' 'psmisc')
-makedepends=('xmlto' 'docbook-xsl')
-license=('GPL')
-source=(ftp://ftp.alsa-project.org/pub/utils/$pkgname-${pkgver}.tar.bz2
-alsa
-alsaconf.patch
-alsa.conf.d
-90alsa)
-backup=(etc/conf.d/alsa)
-md5sums=('8238cd57cb301d1c36bcf0ecb59ce6b2'
- '2ba1a1cbf653bf1a69f8a720fd6549da'
- '62ebef77d5617d0036012cc541dcf23c'
- '4c8ae9f976c7df5e271a4cb91ccc7767'
- '529216f6a46e61a546640e08ea7a0879')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ../alsaconf.patch
-  ./configure --prefix=/usr --with-systemdsystemunitdir=/lib/systemd/system
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m755 ../alsa ${pkgdir}/etc/rc.d/alsa
-  install -D -m644 ../alsa.conf.d ${pkgdir}/etc/conf.d/alsa
-  install -D -m755 ../90alsa ${pkgdir}/etc/pm/sleep.d/90alsa
-  # dir where to save ALSA state
-  install -d ${pkgdir}/var/lib/alsa
-}

Copied: alsa-utils/repos/extra-x86_64/PKGBUILD (from rev 135666, 
alsa-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-08-17 07:46:33 UTC (rev 135667)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: judd 
+
+pkgname=alsa-utils
+pkgver=1.0.24.2
+pkgrel=3
+pkgdesc="An alternative implementation of Linux sound support"
+arch=('i686' 'x86_64')
+url="http://www.alsa-project.org";
+#can not use >=$pkgver due to use of letters in alsa-lib update versioning
+depends=("alsa-lib>1.0.24" 'dialog' 'pciutils' 'ncurses' 'psmisc')
+makedepends=('xmlto' 'docbook-xsl')
+license=('GPL')
+source=(ftp://ftp.alsa-project.org/pub/utils/$pkgname-${pkgver}.tar.bz2
+alsa
+alsaconf.patch
+alsa.conf.d
+90alsa)
+backup=(etc/conf.d/alsa)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ../alsaconf.patch
+  ./configure --prefix=/usr --with-systemdsystemunitdir=/lib/systemd/system
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m755 ../alsa ${pkgdir}/etc/rc.d/alsa
+  install -D -m644 ../alsa.conf.d ${pkgdir}/etc/conf.d/alsa
+  install -D -m755 ../90alsa ${pkgdir}/etc/pm/sleep.d/90alsa
+  # dir where to save ALSA state
+  install -d ${pkgdir}/var/lib/alsa
+}
+md5sums=('8238cd57cb301d1c36bcf0ecb59ce6b2'
+ '2ba1a1cbf653bf1a69f8a720fd6549da'
+ '7521bf20f5

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

2011-08-07 Thread Dave Reisner
Date: Sunday, August 7, 2011 @ 12:20:59
  Author: dreisner
Revision: 134702

archrelease: copy trunk to extra-x86_64

Added:
  alsa-utils/repos/extra-x86_64/



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

2011-08-07 Thread Dave Reisner
Date: Sunday, August 7, 2011 @ 12:20:54
  Author: dreisner
Revision: 134701

archrelease: remove extra-x86_64

Deleted:
  alsa-utils/repos/extra-x86_64/



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

2011-02-21 Thread Tobias Powalowski
Date: Monday, February 21, 2011 @ 13:05:54
  Author: tpowa
Revision: 110708

archrelease: copy trunk to extra-x86_64

Added:
  alsa-utils/repos/extra-x86_64/



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

2011-02-21 Thread Tobias Powalowski
Date: Monday, February 21, 2011 @ 13:05:37
  Author: tpowa
Revision: 110707

archrelease: remove extra-x86_64

Deleted:
  alsa-utils/repos/extra-x86_64/



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

2010-11-15 Thread Andrea Scarpino
Date: Monday, November 15, 2010 @ 14:10:30
  Author: andrea
Revision: 99603

archrelease: copy trunk to extra-x86_64

Added:
  alsa-utils/repos/extra-x86_64/



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

2010-11-15 Thread Andrea Scarpino
Date: Monday, November 15, 2010 @ 14:10:13
  Author: andrea
Revision: 99602

archrelease: remove extra-x86_64

Deleted:
  alsa-utils/repos/extra-x86_64/



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

2010-05-02 Thread Tobias Powalowski
Date: Sunday, May 2, 2010 @ 10:42:59
  Author: tpowa
Revision: 79273

archrelease: copy trunk to extra-x86_64

Added:
  alsa-utils/repos/extra-x86_64/



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

2010-05-02 Thread Tobias Powalowski
Date: Sunday, May 2, 2010 @ 10:42:32
  Author: tpowa
Revision: 79272

archrelease: remove extra-x86_64

Deleted:
  alsa-utils/repos/extra-x86_64/



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

2010-04-29 Thread Tobias Powalowski
Date: Friday, April 30, 2010 @ 01:32:50
  Author: tpowa
Revision: 79045

archrelease: copy trunk to extra-x86_64

Added:
  alsa-utils/repos/extra-x86_64/



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

2010-04-29 Thread Tobias Powalowski
Date: Friday, April 30, 2010 @ 01:32:12
  Author: tpowa
Revision: 79044

archrelease: remove extra-x86_64

Deleted:
  alsa-utils/repos/extra-x86_64/



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

2009-12-31 Thread Tobias Powalowski
Date: Thursday, December 31, 2009 @ 05:32:48
  Author: tpowa
Revision: 62050

Merged revisions 62049 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/alsa-utils/trunk


  r62049 | tpowa | 2009-12-31 11:31:39 +0100 (Do, 31 Dez 2009) | 2 lines
  
  upgpkg: alsa-utils 1.0.22-1
  bump to latest version


Modified:
  alsa-utils/repos/extra-x86_64/(properties)
  alsa-utils/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


Property changes on: alsa-utils/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /alsa-utils/trunk:1-51309
   + /alsa-utils/trunk:1-62049

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2009-12-31 10:31:39 UTC (rev 62049)
+++ extra-x86_64/PKGBUILD   2009-12-31 10:32:48 UTC (rev 62050)
@@ -1,13 +1,13 @@
 # $Id$
 # Maintainer: judd 
 pkgname=alsa-utils
-pkgver=1.0.21
+pkgver=1.0.22
 pkgrel=1
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('i686' 'x86_64')
 url="http://www.alsa-project.org";
 #can not use >=$pkgver due to use of letters in alsa-lib update versioning
-depends=("alsa-lib>1.0.20.99" 'dialog' 'pciutils' 'ncurses')
+depends=("alsa-lib>1.0.21.99" 'dialog' 'pciutils' 'ncurses')
 makedepends=('xmlto' 'docbook-xsl')
 license=('GPL')
 source=(ftp://ftp.alsa-project.org/pub/utils/$pkgname-${pkgver}.tar.bz2
@@ -25,7 +25,7 @@
   install -D -m755 ../alsa $startdir/pkg/etc/rc.d/alsa
   install -D -m644 ../alsa.conf.d $startdir/pkg/etc/conf.d/alsa
 }
-md5sums=('3672287c2608040d111ce45495ba7602'
+md5sums=('f7180316188552ee1e6759a03f1fe98d'
  '9dff78913b13b10e67c4195e90395ed2'
  '434102eb210cc452e3dfd2a4a9841881'
  '93089f0d8872078939f76dd2acaebc2b')