ums: 9.4.2 -> 10.12.0
This commit is contained in:
parent
48eba3e35c
commit
14cc7d7fec
1 changed files with 4 additions and 4 deletions
|
@ -4,16 +4,16 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "ums";
|
pname = "ums";
|
||||||
version = "9.4.2";
|
version = "10.12.0";
|
||||||
|
|
||||||
src = {
|
src = {
|
||||||
i686-linux = fetchurl {
|
i686-linux = fetchurl {
|
||||||
url = "mirror://sourceforge/project/unimediaserver/${version}/" + lib.toUpper "${pname}-${version}" + "-x86.tgz";
|
url = "mirror://sourceforge/project/unimediaserver/${version}/" + lib.toUpper "${pname}-${version}" + "-x86.tgz";
|
||||||
sha256 = "0i319g2c3z9j131nwh5m92clgnxxxs3izplzhjb30bx4lldmjs1j";
|
sha256 = "0j3d5zcwwswlcr2vicmvnnr7n8cg3q46svz0mbmga4j3da4473i6";
|
||||||
};
|
};
|
||||||
x86_64-linux = fetchurl {
|
x86_64-linux = fetchurl {
|
||||||
url = "mirror://sourceforge/project/unimediaserver/${version}/" + lib.toUpper "${pname}-${version}" + "-x86_64.tgz";
|
url = "mirror://sourceforge/project/unimediaserver/${version}/" + lib.toUpper "${pname}-${version}" + "-x86_64.tgz";
|
||||||
sha256 = "07wc0is86fdfyz4as3f17q8pfzl8x55ci65zvpls0a9rfyyvjjw3";
|
sha256 = "06f96vkf593aasyfw458fa4x3rnai2k83vpgzc83hlwr0rw70qfn";
|
||||||
};
|
};
|
||||||
}.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
|
}.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
# ums >= 9.0.0 ships its own JRE in the package. if we remove it, the `UMS.sh`
|
# ums >= 9.0.0 ships its own JRE in the package. if we remove it, the `UMS.sh`
|
||||||
# script will correctly fall back to the JRE specified by JAVA_HOME
|
# script will correctly fall back to the JRE specified by JAVA_HOME
|
||||||
rm -rf $out/jre
|
rm -rf $out/jre8
|
||||||
|
|
||||||
makeWrapper "$out/UMS.sh" "$out/bin/ums" \
|
makeWrapper "$out/UMS.sh" "$out/bin/ums" \
|
||||||
--prefix LD_LIBRARY_PATH ":" "${lib.makeLibraryPath [ libzen libmediainfo] }" \
|
--prefix LD_LIBRARY_PATH ":" "${lib.makeLibraryPath [ libzen libmediainfo] }" \
|
||||||
|
|
Loading…
Reference in a new issue