Package Details: jriver-media-center 35.0.39-1

Git Clone URL: https://aur.archlinux.org/jriver-media-center.git (read-only, click to copy)
Package Base: jriver-media-center
Description: The Most Comprehensive Media Software
Upstream URL: http://www.jriver.com/
Keywords: audio mediacenter video
Licenses: custom
Submitter: blackhole
Maintainer: blackhole
Last Packager: blackhole
Votes: 16
Popularity: 0.021316
First Submitted: 2014-05-19 19:44 (UTC)
Last Updated: 2026-01-28 07:48 (UTC)

Latest Comments

1 2 3 4 5 6 .. 13 Next › Last »

ludvick commented on 2026-01-28 07:15 (UTC)

Thanks for version 35.0.37! Unfortunately, developers don't make your live easier: yesterday there was released version 35.0.39. But keep your time if you need.

Warchild commented on 2025-11-23 19:00 (UTC)

Thanks. That worked a treat!

blackhole commented on 2025-11-23 15:33 (UTC) (edited on 2025-11-23 15:35 (UTC) by blackhole)

You can paste this content to a PKGBUILD file:


pkgname=jriver-media-center
_debpkgver=34.0.71
pkgver=34.0.71
pkgrel=2
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' 'gtk3' 'ca-certificates' 'webkit2gtk-4.1')
optdepends=('mesa-libgl: nouveau video support' 'nvidia-libgl: nvidia video support' 'vorbis-tools' 'musepack-tools')
source=("https://files.jriver-cdn.com/mediacenter/channels/v34/latest/MediaCenter-$_debpkgver-amd64.deb")
sha256sums=('f7b3a481347abb9111bf89e8ed46676195d1b6a75c89233ccf8cc0d41118781b')

package() {
  cd "$srcdir"
  bsdtar xf data.tar.xz -C "$pkgdir"

  install -Dm644 "$pkgdir/usr/lib/jriver/Media Center 34/License.txt" "$pkgdir/usr/share/licenses/$pkgname/COPYING"

  rm -r "$pkgdir/etc"
}

and type

makepkg -si

Warchild commented on 2025-11-23 15:19 (UTC)

Would it be possible to make mediacenter34 available again. Installing this version removed my 34 version and 35 does not launch on my machine. Thx

blackhole commented on 2025-11-23 09:34 (UTC)

Updated and added new License.txt

ludvick commented on 2025-11-23 09:04 (UTC) (edited on 2025-11-23 09:48 (UTC) by ludvick)

@blackhole

First, just to announce, there's a new JRiver Media Center version (35.0.24), released yesterday.

Also I found a small optimization for the jriver-media-center PKGBUILD!

The License.txt file used in source=() is outdated. The newer (current) one is actually installed by the .deb package at /usr/lib/jriver/Media Center 35/License.txt.

I think, to fix this, the best would be to use a symlink:

Please, consider to change package() to this:

package() {
  cd "${srcdir}"
  bsdtar xf data.tar.xz -C "${pkgdir}"
  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
  ln -s /usr/lib/jriver/Media\ Center\ 35/License.txt \
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING" rm -r "${pkgdir}/etc" }

Thanks!

icq11504824 commented on 2025-09-05 07:53 (UTC)

Would it be possible to update once again please

DavidSydney commented on 2025-08-29 11:26 (UTC) (edited on 2025-08-29 11:33 (UTC) by DavidSydney)

Latest update is 34.0.58 available here; https://yabb.jriver.com/interact/index.php/topic,141953.0.html MPRIS support added

blackhole commented on 2025-06-01 15:04 (UTC)

Temporarily updated to version 34.0.31 beta since 34.0.30 is no more available

blackhole commented on 2025-03-11 07:09 (UTC)

Just checked and is installing fine with yay. Maybe your system is not fully updated.