summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a7dcd0a7ff8ba50aa765dd3e990334d150da448f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
 ## Maintainer: AudioLinux  <audiolinux AT fastmail DOT fm>

pkgname=audiolinux
pkgver=1.9.4
pkgrel=2
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-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'
            'roonserver: The music player for music lovers'
            'roonbridge: The music player for music lovers'
            '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-r2-git: Lightweight headless squeezebox emulator'
            'logitechmediaserver-git: Streaming audio server'
            'sox-dsd-git: SoX Resampler library dsd branch')
source=('http://www.tophifi.it/ftp/packages/audiolinux.tar.gz')
sha256sums=('40023160ea973c4901b3d8ea161011ce9aeec9269c9d6fc047f303e569befc84')

package() {
  install -d "$pkgdir/opt/$pkgname"
  bsdtar xf audiolinux.tar.gz -C "$pkgdir/opt/"
  chown -R root:root $pkgdir
}