summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorblackhole2015-06-08 22:53:33 +0200
committerblackhole2015-06-08 22:53:33 +0200
commit9a3cff470328524fc030701d037d46e6430b2282 (patch)
treeb092121e735e123159e666a40e0b730d027801b9
downloadaur-9a3cff470328524fc030701d037d46e6430b2282.tar.gz
Initial import
-rw-r--r--.SRCINFO32
-rw-r--r--PKGBUILD38
-rw-r--r--audiolinux.install3
3 files changed, 73 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..1efc554e6b60
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,32 @@
+pkgbase = audiolinux
+ pkgdesc = AudioLinux audiophile linux configuration files, scripts and shortcuts
+ pkgver = 1.5
+ pkgrel = 6
+ url = http://www.audio-linux.com
+ install = audiolinux.install
+ arch = x86_64
+ license = custom
+ optdepends = linux-rt: The Linux-rt kernel and modules
+ optdepends = nvidia-last-rt: NVIDIA last drivers for linux-rt
+ optdepends = nvidia-340xx-rt: NVIDIA 340xx drivers for linux-rt
+ optdepends = rtirq: Realtime IRQ thread system tuning
+ optdepends = rtapp: Realtime application thread priority tuning
+ optdepends = rt-tests: A collection of latency testing tools for the linux(-rt) kernel
+ optdepends = tuna: Application tuning GUI & command line utility
+ optdepends = jack2-no-dbus-git: Classic jack2 without dbus enabled. For starting as daemon with systemd
+ optdepends = minimserver: UPnP Audio Server
+ optdepends = mpd: Flexible, powerful, server-side application for playing music
+ optdepends = mpd-dsd: Flexible, powerful, server-side application for playing music, with DSD seek support
+ optdepends = hqplayer: The high-end upsampling multichannel software HD-audio player
+ optdepends = hqplayer-embedded: Signalyst HQPlayer Embedded HQPlayer - the high-end upsampling multichannel software HD-audio player
+ optdepends = hqplayer-network-audio-daemon: The high-end upsampling multichannel software HD-audio player
+ optdepends = jriver-media-center: The Most Comprehensive Media Software
+ optdepends = dff2dsf: Signalyst DFF to DSF command line conversion utility
+ optdepends = deadbeef: A GTK+ audio player for GNU/Linux
+ optdepends = squeezelite-git: Lightweight headless squeezebox emulator
+ optdepends = logitechmediaserver-git: Streaming audio server
+ source = http://www.tophifi.it/ftp/packages/audiolinux.tar.gz
+ sha256sums = 89421e6ae73257969bc18f30dad438eb4246dee9d853bd97c1cacd2b779770a4
+
+pkgname = audiolinux
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..ec306f04f8e1
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,38 @@
+## Maintainer: AudioLinux <audiolinux AT fastmail DOT fm>
+
+pkgname=audiolinux
+pkgver=1.5
+pkgrel=6
+pkgdesc="AudioLinux audiophile linux configuration files, scripts and shortcuts"
+arch=('x86_64')
+url="http://www.audio-linux.com"
+license=('custom')
+install=$pkgname.install
+depends=()
+optdepends=('linux-rt: The Linux-rt kernel and modules'
+ 'nvidia-last-rt: NVIDIA last drivers for linux-rt'
+ 'nvidia-340xx-rt: NVIDIA 340xx drivers for linux-rt'
+ 'rtirq: Realtime IRQ thread system tuning'
+ 'rtapp: Realtime application thread priority tuning'
+ 'rt-tests: A collection of latency testing tools for the linux(-rt) kernel'
+ 'tuna: Application tuning GUI & command line utility'
+ 'jack2-no-dbus-git: Classic jack2 without dbus enabled. For starting as daemon with systemd'
+ 'minimserver: UPnP Audio Server'
+ 'mpd: Flexible, powerful, server-side application for playing music'
+ 'mpd-dsd: Flexible, powerful, server-side application for playing music, with DSD seek support'
+ 'hqplayer: The high-end upsampling multichannel software HD-audio player'
+ 'hqplayer-embedded: Signalyst HQPlayer Embedded HQPlayer - the high-end upsampling multichannel software HD-audio player'
+ 'hqplayer-network-audio-daemon: The high-end upsampling multichannel software HD-audio player'
+ 'jriver-media-center: The Most Comprehensive Media Software'
+ 'dff2dsf: Signalyst DFF to DSF command line conversion utility'
+ 'deadbeef: A GTK+ audio player for GNU/Linux'
+ 'squeezelite-git: Lightweight headless squeezebox emulator'
+ 'logitechmediaserver-git: Streaming audio server')
+source=('http://www.tophifi.it/ftp/packages/audiolinux.tar.gz')
+sha256sums=('89421e6ae73257969bc18f30dad438eb4246dee9d853bd97c1cacd2b779770a4')
+
+package() {
+ install -d "$pkgdir/opt/$pkgname"
+ bsdtar xf audiolinux.tar.gz -C "$pkgdir/opt/"
+ chown -R root:root $pkgdir
+} \ No newline at end of file
diff --git a/audiolinux.install b/audiolinux.install
new file mode 100644
index 000000000000..2f95942ddf0e
--- /dev/null
+++ b/audiolinux.install
@@ -0,0 +1,3 @@
+post_install() {
+printf "This is an updated Programmi folder for AudioLinux with the new versions of scripts, configuration files, etc. The content you are interested on should be copied in /home/audiolinux/Programmi ---> please pay attention if you have customized some configuration files!"
+} \ No newline at end of file