summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Bell2015-08-28 10:37:59 -0400
committerChris Bell2015-08-28 10:41:33 -0400
commitc84d897103e4f1320d1bdc17c98aff7c2a950ad8 (patch)
tree5b88c6a07ac1e7a32ccfa36f22680e79b2be0694
parentad071a8bdc4a249c02d2d9a445aecc1b3f9a636e (diff)
downloadaur-c84d897103e4f1320d1bdc17c98aff7c2a950ad8.tar.gz
added ffmpeg optdepends
added changelog file
-rw-r--r--.SRCINFO4
-rw-r--r--CHANGELOG25
-rw-r--r--PKGBUILD4
3 files changed, 31 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d173fe29393..043ab80ac488 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
pkgbase = madsonic-beta
pkgdesc = Madsonic Mashup Mod is a fork of the Subsonic 4.8 Server Build 3436 with some Subsonic Data schema modifications! This is the latest Beta 5.1 Build.
pkgver = 5.1.5250
- pkgrel = 1
+ pkgrel = 2
url = http://madsonic.org/
install = madsonic.install
+ changelog = CHANGELOG
arch = i686
arch = x86_64
license = GPL
depends = jre7-openjdk-headless
depends = fontconfig
depends = libcups
+ optdepends = ffmpeg: audio transcoding
provides = madsonic
conflicts = subsonic-beta
conflicts = subsonic
diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
index 000000000000..0edf366bc395
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,25 @@
+Madsonic 5.1 Changelog
+
+Server 5.1.5250 - 2015-08-13
+--------------------------------------------
++ New: Fixed taglib build error
++ New: Update Madsonic project libs
++ New: Upgrade to Spring Framework 3.2.14
++ New: Upgrade to Spring Security 3.2.8
+
+Server 5.1.5240 - 2015-05-06
+--------------------------------------------
+- Fix: Update servlet version
+- Fix: Exclude protocols SSLv2Hello, SSLv3 from SSL
+
+Server 5.1.5200 - 2014-10-17
+--------------------------------------------
++ New: Instant search (show results while typing).
++ New: Control GenreMap parsing (on/off) from General-Settings
++ New: Add new transcode-profile for ffmpeg compatibility
+- Fix: Transcoder profile resets HLS and Downsampling command too
+- Fix: Upgrade mencoder version
+- Fix: Discover: Artist-Query show duplicated records
+- Fix: Turn off warnings from Random-Search results
+- Fix: Reset Download Statistics doesn't work
+- Fix: Theme updates
diff --git a/PKGBUILD b/PKGBUILD
index 6dbb2e6b60e7..8d6b13c0e967 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,20 @@ pkgname=madsonic-beta
pkgver=5.1.5250
pkgvera=5.1
pkgdate=20150813
-pkgrel=1
+pkgrel=2
pkgdesc="Madsonic Mashup Mod is a fork of the Subsonic 4.8 Server Build 3436 with some Subsonic Data schema modifications! This is the latest Beta 5.1 Build."
arch=('i686' 'x86_64')
url="http://madsonic.org/"
license=('GPL')
depends=('jre7-openjdk-headless' 'fontconfig' 'libcups')
+optdepends=('ffmpeg: audio transcoding')
conflicts=('subsonic-beta' 'subsonic' 'subsonic-git' 'madsonic')
provides=('madsonic')
source=(http://madsonic.org/download/${pkgvera}/${pkgdate}_madsonic-${pkgver}-standalone.tar.gz
'madsonic.service'
'enable_config.patch'
'madsonic.conf')
+changelog=CHANGELOG
backup=('var/madsonic/db' 'var/madsonic/madsonic.sh')
install=madsonic.install