summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraudiolinux2017-01-24 16:54:09 +0100
committeraudiolinux2017-01-24 16:54:09 +0100
commit795c5649b1c967b7829255468591629c728ec4ff (patch)
treea2b2064f3f4d7a82643bee1ada1c1374ee62be45
parent3d820b46c974a0e004285e18572fceb87e223bfa (diff)
downloadaur-795c5649b1c967b7829255468591629c728ec4ff.tar.gz
Update to 1.8
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
-rw-r--r--audiolinux.install4
3 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb0fc9b726a4..0c309acdc575 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
# Generated by mksrcinfo v8
-# Wed Aug 17 08:49:44 UTC 2016
+# Tue Jan 24 15:53:47 UTC 2017
pkgbase = audiolinux
pkgdesc = AudioLinux audiophile linux configuration files, scripts and shortcuts
- pkgver = 1.7.1
+ pkgver = 1.8
pkgrel = 1
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
@@ -17,6 +16,8 @@ pkgbase = audiolinux
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 = roonserver: The music player for music lovers
+ optdepends = roonbridge: The music player for music lovers
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
@@ -25,7 +26,7 @@ pkgbase = audiolinux
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 = squeezelite-r2-git: Lightweight headless squeezebox emulator
optdepends = logitechmediaserver-git: Streaming audio server
optdepends = sox-dsd-git: SoX Resampler library dsd branch
source = http://www.tophifi.it/ftp/packages/audiolinux.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index a607677e6b04..e7ecdebfc752 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-## Maintainer: AudioLinux <audiolinux AT fastmail DOT fm>
+ ## Maintainer: AudioLinux <audiolinux AT fastmail DOT fm>
pkgname=audiolinux
-pkgver=1.7.1
+pkgver=1.8
pkgrel=1
pkgdesc="AudioLinux audiophile linux configuration files, scripts and shortcuts"
arch=('x86_64')
@@ -10,7 +10,6 @@ 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'
@@ -18,6 +17,8 @@ optdepends=('linux-rt: The Linux-rt kernel and modules'
'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'
@@ -26,7 +27,7 @@ optdepends=('linux-rt: The Linux-rt kernel and modules'
'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'
+ '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')
diff --git a/audiolinux.install b/audiolinux.install
index 2f95942ddf0e..56b260d74da4 100644
--- a/audiolinux.install
+++ b/audiolinux.install
@@ -1,3 +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
+printf "This is an update 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!"
+}