live555: 2015.10.12 -> 2016.02.09 (unbreaks download)
The old version is not available in the mirrors. Build tested with vlc, the only immediate dependee.
This commit is contained in:
parent
412dd80149
commit
7177d4fa6b
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
# Based on https://projects.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD
|
# Based on https://projects.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD
|
||||||
let
|
let
|
||||||
version = "2015.10.12";
|
version = "2016.02.09";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "live555-${version}";
|
name = "live555-${version}";
|
||||||
|
|
||||||
src = fetchurl { # the upstream doesn't provide a stable URL
|
src = fetchurl { # the upstream doesn't provide a stable URL
|
||||||
url = "mirror://sourceforge/slackbuildsdirectlinks/live.${version}.tar.gz";
|
url = "mirror://sourceforge/slackbuildsdirectlinks/live.${version}.tar.gz";
|
||||||
sha256 = "05qwws4hda4x3l4ym22k55cc9j07w7g5vj3r18dancgf0fla40j4";
|
sha256 = "02z2f8z5cy0ajnh9pgar40lsxdknfw5cbyw52138hxnpr6adrvak";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = "sed 's,/bin/rm,rm,g' -i genMakefiles";
|
postPatch = "sed 's,/bin/rm,rm,g' -i genMakefiles";
|
||||||
|
Loading…
Reference in New Issue
Block a user