cinelerra: use github source
fixes build error due to discontinued repository
This commit is contained in:
parent
79ee6d8284
commit
817d23d7e0
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchgit, autoconf, automake, libtool
|
{ stdenv, fetchFromGitHub, autoconf, automake, libtool
|
||||||
, pkgconfig, faad2, faac, a52dec, alsaLib, fftw, lame, libavc1394
|
, pkgconfig, faad2, faac, a52dec, alsaLib, fftw, lame, libavc1394
|
||||||
, libiec61883, libraw1394, libsndfile, libvorbis, libogg, libjpeg
|
, libiec61883, libraw1394, libsndfile, libvorbis, libogg, libjpeg
|
||||||
, libtiff, freetype, mjpegtools, x264, gettext, openexr
|
, libtiff, freetype, mjpegtools, x264, gettext, openexr
|
||||||
@ -9,8 +9,9 @@
|
|||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "cinelerra-unstable-2016-01-12";
|
name = "cinelerra-unstable-2016-01-12";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchFromGitHub {
|
||||||
url = "git://git.cinelerra-cv.org/j6t/cinelerra.git";
|
owner = "ratopi";
|
||||||
|
repo = "CinelerraCV";
|
||||||
rev = "454be60e201c18c1fc3f1f253a6d2184fcfc94c4";
|
rev = "454be60e201c18c1fc3f1f253a6d2184fcfc94c4";
|
||||||
sha256 = "1n4kshqhgnr7aivsi8dgx48phyd2nzvv4szbc82mndklvs9jfb7r";
|
sha256 = "1n4kshqhgnr7aivsi8dgx48phyd2nzvv4szbc82mndklvs9jfb7r";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user