mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
* xine-lib: get it to build with the latest ffmpeg.
svn path=/nixpkgs/branches/kde-4.7/; revision=27946
This commit is contained in:
parent
fca12d0cf6
commit
a656221873
|
@ -10,6 +10,13 @@ stdenv.mkDerivation rec {
|
|||
url = "mirror://sourceforge/xine/${name}.tar.bz2";
|
||||
sha256 = "0x47kmsaxx1bv8w2cacvzls3sjw9y4vk82rd94km1m1s6k2wcxv2";
|
||||
};
|
||||
|
||||
patches =
|
||||
[ (fetchurl {
|
||||
url = "http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-libs/xine-lib/files/xine-lib-1.1.19-ffmpeg.patch?revision=1.1";
|
||||
sha256 = "0dqr0kc829djfn0wvk4jg84v61pxynqbp4s4phvywd7x9caf092b";
|
||||
})
|
||||
];
|
||||
|
||||
buildNativeInputs = [ pkgconfig perl ];
|
||||
|
||||
|
@ -23,6 +30,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
propagatedBuildInputs = [zlib];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
homepage = http://www.xine-project.org/;
|
||||
description = "A high-performance, portable and reusable multimedia playback engine";
|
||||
|
|
Loading…
Reference in a new issue