[arch-commits] Commit in fluidsynth/repos (14 files)
Ray Rashif
schiv at nymeria.archlinux.org
Thu Jul 10 17:16:24 UTC 2014
Date: Thursday, July 10, 2014 @ 19:16:24
Author: schiv
Revision: 216766
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
fluidsynth/repos/extra-i686/PKGBUILD
(from rev 216765, fluidsynth/trunk/PKGBUILD)
fluidsynth/repos/extra-i686/fluidsynth.conf
(from rev 216765, fluidsynth/trunk/fluidsynth.conf)
fluidsynth/repos/extra-i686/fluidsynth.install
(from rev 216765, fluidsynth/trunk/fluidsynth.install)
fluidsynth/repos/extra-i686/fluidsynth.systemd
(from rev 216765, fluidsynth/trunk/fluidsynth.systemd)
fluidsynth/repos/extra-x86_64/PKGBUILD
(from rev 216765, fluidsynth/trunk/PKGBUILD)
fluidsynth/repos/extra-x86_64/fluidsynth.conf
(from rev 216765, fluidsynth/trunk/fluidsynth.conf)
fluidsynth/repos/extra-x86_64/fluidsynth.install
(from rev 216765, fluidsynth/trunk/fluidsynth.install)
fluidsynth/repos/extra-x86_64/fluidsynth.systemd
(from rev 216765, fluidsynth/trunk/fluidsynth.systemd)
Deleted:
fluidsynth/repos/extra-i686/PKGBUILD
fluidsynth/repos/extra-i686/fluidsynth.install
fluidsynth/repos/extra-i686/fluidsynth.systemd
fluidsynth/repos/extra-x86_64/PKGBUILD
fluidsynth/repos/extra-x86_64/fluidsynth.install
fluidsynth/repos/extra-x86_64/fluidsynth.systemd
---------------------------------+
/PKGBUILD | 90 ++++++++++++++++++++++++++++++++++++++
/fluidsynth.install | 32 +++++++++++++
/fluidsynth.systemd | 20 ++++++++
extra-i686/PKGBUILD | 40 ----------------
extra-i686/fluidsynth.conf | 2
extra-i686/fluidsynth.install | 13 -----
extra-i686/fluidsynth.systemd | 9 ---
extra-x86_64/PKGBUILD | 40 ----------------
extra-x86_64/fluidsynth.conf | 2
extra-x86_64/fluidsynth.install | 13 -----
extra-x86_64/fluidsynth.systemd | 9 ---
11 files changed, 146 insertions(+), 124 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2014-07-10 17:15:49 UTC (rev 216765)
+++ extra-i686/PKGBUILD 2014-07-10 17:16:24 UTC (rev 216766)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: damir <damir at archlinux.org>
-
-pkgname=fluidsynth
-pkgver=1.1.6
-pkgrel=2
-pkgdesc="A real-time software synthesizer based on the SoundFont 2 specifications"
-arch=('i686' 'x86_64')
-url="http://www.fluidsynth.org/"
-depends=('glib2' 'jack' 'libpulse')
-makedepends=('cmake' 'ladspa' 'doxygen')
-optdepends=('pulseaudio: PulseAudio sound support')
-license=('LGPL')
-install=$pkgname.install
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
- 'fluidsynth.systemd')
-md5sums=('ae5aca6de824b4173667cbd3a310b263'
- 'e0406748a154409907df62292be32e8a')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- cmake . -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release \
- -Denable-ladspa=ON \
- -DLIB_SUFFIX=""
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make DESTDIR="$pkgdir" install
-
- install -Dm644 "$srcdir/$pkgname.systemd" \
- "$pkgdir/usr/lib/systemd/system/$pkgname.service"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: fluidsynth/repos/extra-i686/PKGBUILD (from rev 216765, fluidsynth/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-10 17:16:24 UTC (rev 216766)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=fluidsynth
+pkgver=1.1.6
+pkgrel=3
+pkgdesc="A real-time software synthesizer based on the SoundFont 2 specifications"
+arch=('i686' 'x86_64')
+url="http://www.fluidsynth.org/"
+depends=('jack' 'libpulse')
+makedepends=('cmake' 'ladspa' 'doxygen')
+optdepends=('pulseaudio: PulseAudio sound support')
+license=('LGPL')
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
+ 'fluidsynth.systemd'
+ 'fluidsynth.conf')
+md5sums=('ae5aca6de824b4173667cbd3a310b263'
+ '524c616c95541dced4e9236747d4819a'
+ '28341523089ed9e15d2e7686cef2e8e8')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ cmake . -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -Denable-ladspa=ON \
+ -DLIB_SUFFIX=""
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ make DESTDIR="$pkgdir" install
+
+ install -Dm644 "$srcdir/$pkgname.systemd" \
+ "$pkgdir/usr/lib/systemd/system/$pkgname.service"
+
+ install -Dm644 "$srcdir/$pkgname.conf" \
+ "$pkgdir/etc/conf.d/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:
Copied: fluidsynth/repos/extra-i686/fluidsynth.conf (from rev 216765, fluidsynth/trunk/fluidsynth.conf)
===================================================================
--- extra-i686/fluidsynth.conf (rev 0)
+++ extra-i686/fluidsynth.conf 2014-07-10 17:16:24 UTC (rev 216766)
@@ -0,0 +1,2 @@
+SYNTHOPTS="-is -a alsa -m alsa_seq -r 48000"
+#SOUNDFONT=/path/to/a/soundfont
Deleted: extra-i686/fluidsynth.install
===================================================================
--- extra-i686/fluidsynth.install 2014-07-10 17:15:49 UTC (rev 216765)
+++ extra-i686/fluidsynth.install 2014-07-10 17:16:24 UTC (rev 216766)
@@ -1,13 +0,0 @@
-post_install() {
- echo
- echo " > To use FluidSynth as a daemon copy the service file from:"
- echo " /usr/lib/systemd/system/fluidsynth.service"
- echo " > to:"
- echo " /etc/systemd/system/multi-user.target.wants/"
- echo " > and then edit accordingly."
- echo
- echo " > PulseAudio output when running as a daemon is known to be"
- echo " > problematic. See the following bulletin board post:"
- echo " https://bbs.archlinux.org/viewtopic.php?id=135092"
- echo
-}
Copied: fluidsynth/repos/extra-i686/fluidsynth.install (from rev 216765, fluidsynth/trunk/fluidsynth.install)
===================================================================
--- extra-i686/fluidsynth.install (rev 0)
+++ extra-i686/fluidsynth.install 2014-07-10 17:16:24 UTC (rev 216766)
@@ -0,0 +1,16 @@
+post_install() {
+ echo
+ echo " > FluidSynth comes with a daemon. Start/enable it with systemd."
+ echo " > Before that, you need a soundfont and some preconfiguration:"
+ echo " /etc/conf.d/fluidsynth"
+ echo
+ echo " > PulseAudio output when running as a daemon is known to be"
+ echo " > problematic. See the following bulletin board post:"
+ echo " https://bbs.archlinux.org/viewtopic.php?id=135092"
+ echo
+}
+
+post_upgrade() {
+ echo " > Configuration is once again done via /etc/conf.d/fluidsynth"
+ echo " > Remove any and all other configuration files."
+}
Deleted: extra-i686/fluidsynth.systemd
===================================================================
--- extra-i686/fluidsynth.systemd 2014-07-10 17:15:49 UTC (rev 216765)
+++ extra-i686/fluidsynth.systemd 2014-07-10 17:16:24 UTC (rev 216766)
@@ -1,9 +0,0 @@
-[Unit]
-Description=FluidSynth Daemon
-After=sound.target
-
-[Service]
-ExecStart=/usr/bin/fluidsynth -is -a alsa -m alsa_seq -r 48000 # append soundfont path here
-
-[Install]
-WantedBy=multi-user.target
Copied: fluidsynth/repos/extra-i686/fluidsynth.systemd (from rev 216765, fluidsynth/trunk/fluidsynth.systemd)
===================================================================
--- extra-i686/fluidsynth.systemd (rev 0)
+++ extra-i686/fluidsynth.systemd 2014-07-10 17:16:24 UTC (rev 216766)
@@ -0,0 +1,10 @@
+[Unit]
+Description=FluidSynth Daemon
+After=sound.target
+
+[Service]
+ExecStart=/usr/bin/fluidsynth $SYNTHOPTS $SOUNDFONT
+EnvironmentFile=/etc/conf.d/fluidsynth
+
+[Install]
+WantedBy=multi-user.target
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2014-07-10 17:15:49 UTC (rev 216765)
+++ extra-x86_64/PKGBUILD 2014-07-10 17:16:24 UTC (rev 216766)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: damir <damir at archlinux.org>
-
-pkgname=fluidsynth
-pkgver=1.1.6
-pkgrel=2
-pkgdesc="A real-time software synthesizer based on the SoundFont 2 specifications"
-arch=('i686' 'x86_64')
-url="http://www.fluidsynth.org/"
-depends=('glib2' 'jack' 'libpulse')
-makedepends=('cmake' 'ladspa' 'doxygen')
-optdepends=('pulseaudio: PulseAudio sound support')
-license=('LGPL')
-install=$pkgname.install
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
- 'fluidsynth.systemd')
-md5sums=('ae5aca6de824b4173667cbd3a310b263'
- 'e0406748a154409907df62292be32e8a')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- cmake . -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release \
- -Denable-ladspa=ON \
- -DLIB_SUFFIX=""
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make DESTDIR="$pkgdir" install
-
- install -Dm644 "$srcdir/$pkgname.systemd" \
- "$pkgdir/usr/lib/systemd/system/$pkgname.service"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: fluidsynth/repos/extra-x86_64/PKGBUILD (from rev 216765, fluidsynth/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2014-07-10 17:16:24 UTC (rev 216766)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=fluidsynth
+pkgver=1.1.6
+pkgrel=3
+pkgdesc="A real-time software synthesizer based on the SoundFont 2 specifications"
+arch=('i686' 'x86_64')
+url="http://www.fluidsynth.org/"
+depends=('jack' 'libpulse')
+makedepends=('cmake' 'ladspa' 'doxygen')
+optdepends=('pulseaudio: PulseAudio sound support')
+license=('LGPL')
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
+ 'fluidsynth.systemd'
+ 'fluidsynth.conf')
+md5sums=('ae5aca6de824b4173667cbd3a310b263'
+ '524c616c95541dced4e9236747d4819a'
+ '28341523089ed9e15d2e7686cef2e8e8')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ cmake . -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -Denable-ladspa=ON \
+ -DLIB_SUFFIX=""
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ make DESTDIR="$pkgdir" install
+
+ install -Dm644 "$srcdir/$pkgname.systemd" \
+ "$pkgdir/usr/lib/systemd/system/$pkgname.service"
+
+ install -Dm644 "$srcdir/$pkgname.conf" \
+ "$pkgdir/etc/conf.d/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:
Copied: fluidsynth/repos/extra-x86_64/fluidsynth.conf (from rev 216765, fluidsynth/trunk/fluidsynth.conf)
===================================================================
--- extra-x86_64/fluidsynth.conf (rev 0)
+++ extra-x86_64/fluidsynth.conf 2014-07-10 17:16:24 UTC (rev 216766)
@@ -0,0 +1,2 @@
+SYNTHOPTS="-is -a alsa -m alsa_seq -r 48000"
+#SOUNDFONT=/path/to/a/soundfont
Deleted: extra-x86_64/fluidsynth.install
===================================================================
--- extra-x86_64/fluidsynth.install 2014-07-10 17:15:49 UTC (rev 216765)
+++ extra-x86_64/fluidsynth.install 2014-07-10 17:16:24 UTC (rev 216766)
@@ -1,13 +0,0 @@
-post_install() {
- echo
- echo " > To use FluidSynth as a daemon copy the service file from:"
- echo " /usr/lib/systemd/system/fluidsynth.service"
- echo " > to:"
- echo " /etc/systemd/system/multi-user.target.wants/"
- echo " > and then edit accordingly."
- echo
- echo " > PulseAudio output when running as a daemon is known to be"
- echo " > problematic. See the following bulletin board post:"
- echo " https://bbs.archlinux.org/viewtopic.php?id=135092"
- echo
-}
Copied: fluidsynth/repos/extra-x86_64/fluidsynth.install (from rev 216765, fluidsynth/trunk/fluidsynth.install)
===================================================================
--- extra-x86_64/fluidsynth.install (rev 0)
+++ extra-x86_64/fluidsynth.install 2014-07-10 17:16:24 UTC (rev 216766)
@@ -0,0 +1,16 @@
+post_install() {
+ echo
+ echo " > FluidSynth comes with a daemon. Start/enable it with systemd."
+ echo " > Before that, you need a soundfont and some preconfiguration:"
+ echo " /etc/conf.d/fluidsynth"
+ echo
+ echo " > PulseAudio output when running as a daemon is known to be"
+ echo " > problematic. See the following bulletin board post:"
+ echo " https://bbs.archlinux.org/viewtopic.php?id=135092"
+ echo
+}
+
+post_upgrade() {
+ echo " > Configuration is once again done via /etc/conf.d/fluidsynth"
+ echo " > Remove any and all other configuration files."
+}
Deleted: extra-x86_64/fluidsynth.systemd
===================================================================
--- extra-x86_64/fluidsynth.systemd 2014-07-10 17:15:49 UTC (rev 216765)
+++ extra-x86_64/fluidsynth.systemd 2014-07-10 17:16:24 UTC (rev 216766)
@@ -1,9 +0,0 @@
-[Unit]
-Description=FluidSynth Daemon
-After=sound.target
-
-[Service]
-ExecStart=/usr/bin/fluidsynth -is -a alsa -m alsa_seq -r 48000 # append soundfont path here
-
-[Install]
-WantedBy=multi-user.target
Copied: fluidsynth/repos/extra-x86_64/fluidsynth.systemd (from rev 216765, fluidsynth/trunk/fluidsynth.systemd)
===================================================================
--- extra-x86_64/fluidsynth.systemd (rev 0)
+++ extra-x86_64/fluidsynth.systemd 2014-07-10 17:16:24 UTC (rev 216766)
@@ -0,0 +1,10 @@
+[Unit]
+Description=FluidSynth Daemon
+After=sound.target
+
+[Service]
+ExecStart=/usr/bin/fluidsynth $SYNTHOPTS $SOUNDFONT
+EnvironmentFile=/etc/conf.d/fluidsynth
+
+[Install]
+WantedBy=multi-user.target
More information about the arch-commits
mailing list