libmpeg2: update to 0.5.1
The patch seems unnecessary but I'll look out for breakage.
This commit is contained in:
@@ -1,20 +1,18 @@
|
||||
{ stdenv, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libmpeg2-0.5.1p4";
|
||||
|
||||
version = "0.5.1";
|
||||
name = "libmpeg2-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://libmpeg2.sourceforge.net/files/${name}.tar.gz";
|
||||
sha256 = "1m3i322n2fwgrvbs1yck7g5md1dbg22bhq5xdqmjpz5m7j4jxqny";
|
||||
};
|
||||
|
||||
# From Handbrake - Project seems unmaintained
|
||||
patches = [
|
||||
./A00-tags.patch
|
||||
];
|
||||
|
||||
meta = {
|
||||
homepage = http://libmpeg2.sourceforge.net/;
|
||||
description = "A free library for decoding mpeg-2 and mpeg-1 video streams";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
maintainer = with stdenv.lib.maintainers; [ fuuzetsu ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user