summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO29
-rw-r--r--License.txtbin0 -> 43222 bytes
-rw-r--r--PKGBUILD22
3 files changed, 51 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..eb8417be29ff
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,29 @@
+pkgbase = jriver-media-center24
+ pkgdesc = The Most Comprehensive Media Software
+ pkgver = 24.0.15
+ pkgrel = 1
+ url = http://www.jriver.com/
+ arch = x86_64
+ license = custom
+ depends = alsa-lib
+ depends = gcc-libs
+ depends = libx11
+ depends = libxext
+ depends = libxcb
+ depends = libxau
+ depends = libxdmcp
+ depends = util-linux
+ depends = libxext
+ depends = gtk2
+ optdepends = mesa-libgl: nouveau video support
+ optdepends = nvidia-libgl: nvidia video support
+ optdepends = vorbis-tools
+ optdepends = musepack-tools
+ conflicts = jriver-media-center
+ source = http://files.jriver.com/mediacenter/channels/v24/latest/MediaCenter-24.0.15-amd64.deb
+ source = License.txt
+ sha256sums = SKIP
+ sha256sums = ee00f430918df6be37777a61e12812875b5583379c78daaa969bae7383a41fbd
+
+pkgname = jriver-media-center24
+
diff --git a/License.txt b/License.txt
new file mode 100644
index 000000000000..e6c7194e3070
--- /dev/null
+++ b/License.txt
Binary files differ
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..3ef1665e2671
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,22 @@
+# Maintainer: AudioLinux <audiolinux AT fastmail DOT fm>
+
+pkgname=jriver-media-center24
+_debpkgver=24.0.15
+pkgver=24.0.15
+pkgrel=1
+pkgdesc="The Most Comprehensive Media Software"
+arch=('x86_64')
+url="http://www.jriver.com/"
+license=('custom')
+depends=('alsa-lib' 'gcc-libs' 'libx11' 'libxext' 'libxcb' 'libxau' 'libxdmcp' 'util-linux' 'libxext' 'gtk2')
+optdepends=('mesa-libgl: nouveau video support' 'nvidia-libgl: nvidia video support' 'vorbis-tools' 'musepack-tools')
+conflicts=('jriver-media-center')
+source=("http://files.jriver.com/mediacenter/channels/v24/latest/MediaCenter-$_debpkgver-amd64.deb" 'License.txt')
+sha256sums=('SKIP' 'ee00f430918df6be37777a61e12812875b5583379c78daaa969bae7383a41fbd')
+
+package() {
+ cd "$srcdir"
+ bsdtar xf data.tar.xz -C "$pkgdir"
+ install -Dm644 "License.txt" \
+ "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}