[arch-commits] Commit in snd/repos/community-staging-x86_64 (PKGBUILD PKGBUILD)
David Runge
dvzrv at archlinux.org
Wed Jan 1 22:04:17 UTC 2020
Date: Wednesday, January 1, 2020 @ 22:04:17
Author: dvzrv
Revision: 545956
archrelease: copy trunk to community-staging-x86_64
Added:
snd/repos/community-staging-x86_64/PKGBUILD
(from rev 545955, snd/trunk/PKGBUILD)
Deleted:
snd/repos/community-staging-x86_64/PKGBUILD
----------+
PKGBUILD | 127 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 63 insertions(+), 64 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-01-01 22:04:05 UTC (rev 545955)
+++ PKGBUILD 2020-01-01 22:04:17 UTC (rev 545956)
@@ -1,64 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: Ray Rashif <schiv at archlinux.org>
-# Contributor: Juergen Hoetzel <juergen at archlinux.org>
-# Contributor: see .contrib
-
-pkgname=snd
-pkgver=19.9
-pkgrel=2
-pkgdesc="An advanced sound editor"
-arch=('x86_64')
-url="https://ccrma.stanford.edu/software/snd/"
-license=('custom:free')
-groups=('pro-audio')
-depends=('alsa-lib' 'cairo' 'fftw' 'glibc' 'glib2' 'gmp' 'gsl' 'gtk3'
-'libjack.so' 'libmpc' 'libsamplerate' 'pango' 'ruby')
-makedepends=('flac' 'gendesk' 'glu' 'ladspa' 'libpulse' 'libxpm' 'mpg123'
-'openmotif' 'speex' 'timidity++' 'vorbis-tools' 'wavpack')
-optdepends=('wavpack: For wav support'
- 'flac: For flac support'
- 'speex: For speex support'
- 'mpg123: For MPEG support'
- 'pulseaudio: For pulseaudio support'
- 'timidity++: For MIDI to WAVE support'
- 'vorbis-tools: For OGG support')
-source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('fa78c80f52b78d5b78662fe74579c63f7933383ccf114be20286405578cb929bc9845bb4b779a95ecbd09a76bb23a1d9ad4ec0bc638d73f44e6d20392b54dd74')
-
-prepare() {
- cd "${pkgname}-${pkgver}"
- # create XDG desktop file, as the default is broken
- gendesk -f -n \
- --pkgname "${pkgname}" \
- --name "${pkgname}" \
- --exec "${pkgname}" \
- --genericname "Sound Editor" \
- --categories "AudioVideo;Audio"
-}
-
-build() {
- cd "${pkgname}-${pkgver}"
- ./configure --prefix=/usr \
- --with-alsa \
- --with-gmp \
- --with-gtk \
- --with-jack \
- --with-ladspa \
- --with-pulseaudio \
- --with-ruby
- make
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
- make prefix="${pkgdir}/usr" install
- install -vDm 644 *.desktop -t "${pkgdir}/usr/share/applications/"
- install -vDm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
- # docs
- install -vDm 644 {{HISTORY,README}.Snd,NEWS} \
- -t "${pkgdir}/usr/share/doc/${pkgname}/"
- install -vDm 644 *.html -t "${pkgdir}/usr/share/doc/${pkgname}/html"
- install -vDm 644 pix/*.png -t "${pkgdir}/usr/share/doc/${pkgname}/html/pix"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: snd/repos/community-staging-x86_64/PKGBUILD (from rev 545955, snd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-01-01 22:04:17 UTC (rev 545956)
@@ -0,0 +1,63 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: Ray Rashif <schiv at archlinux.org>
+# Contributor: Juergen Hoetzel <juergen at archlinux.org>
+
+pkgname=snd
+pkgver=20.0
+pkgrel=1
+pkgdesc="An advanced sound editor"
+arch=('x86_64')
+url="https://ccrma.stanford.edu/software/snd/"
+license=('custom:free')
+groups=('pro-audio')
+depends=('alsa-lib' 'cairo' 'fftw' 'glibc' 'glib2' 'gmp' 'gsl' 'gtk3'
+'libjack.so' 'libmpc' 'libsamplerate' 'pango' 'ruby')
+makedepends=('flac' 'gendesk' 'glu' 'ladspa' 'libpulse' 'libxpm' 'mpg123'
+'openmotif' 'speex' 'timidity++' 'vorbis-tools' 'wavpack')
+optdepends=('wavpack: For wav support'
+ 'flac: For flac support'
+ 'speex: For speex support'
+ 'mpg123: For MPEG support'
+ 'pulseaudio: For pulseaudio support'
+ 'timidity++: For MIDI to WAVE support'
+ 'vorbis-tools: For OGG support')
+source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('4585df8639488a41fb64ff696fa666dd677623bc59459a178682602b49ed339a86ce9f3f215cba7af0104205edf7f5368c90fd719e28db5af1161d1b159ed25b')
+
+prepare() {
+ cd "${pkgname}-${pkgver}"
+ # create XDG desktop file, as the default is broken
+ gendesk -f -n \
+ --pkgname "${pkgname}" \
+ --name "${pkgname}" \
+ --exec "${pkgname}" \
+ --genericname "Sound Editor" \
+ --categories "AudioVideo;Audio"
+}
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ ./configure --prefix=/usr \
+ --with-alsa \
+ --with-gmp \
+ --with-gtk \
+ --with-jack \
+ --with-ladspa \
+ --with-pulseaudio \
+ --with-ruby
+ make
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ make prefix="${pkgdir}/usr" install
+ install -vDm 644 *.desktop -t "${pkgdir}/usr/share/applications/"
+ install -vDm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+ # docs
+ install -vDm 644 {{HISTORY,README}.Snd,NEWS} \
+ -t "${pkgdir}/usr/share/doc/${pkgname}/"
+ install -vDm 644 *.html -t "${pkgdir}/usr/share/doc/${pkgname}/html"
+ install -vDm 644 pix/*.png -t "${pkgdir}/usr/share/doc/${pkgname}/html/pix"
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list