xine-ui: 0.99.14 -> 0.99.14-unstable-2024-08-26

This commit is contained in:
Emily
2024-09-10 11:52:25 -03:00
committed by Anderson Torres
parent 6ff2266896
commit 1f15da3c69
+8 -5
View File
@@ -1,7 +1,8 @@
{ lib
, stdenv
, fetchurl
, fetchhg
, autoreconfHook
, perl
, curl
, libXext
, libXft
@@ -23,11 +24,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xine-ui";
version = "0.99.14";
version = "0.99.14-unstable-2024-08-26";
src = fetchurl {
url = "mirror://sourceforge/xine/xine-ui-${finalAttrs.version}.tar.xz";
hash = "sha256-1NSQ1c7OcOK7mEnJ5ILyz4evAwLUUbYUR2/cw2Qs2cM=";
src = fetchhg {
url = "http://hg.code.sf.net/p/xine/xine-ui";
rev = "2beaad6bb92e6732585f68af2e346a24e5ad53a5";
hash = "sha256-Y08JX9q4w6pSJRCa5mWN11BnA6mZJSO/yn3X8YyZ6E4=";
};
outputs = [ "out" "dev" "lib" "man" ];
@@ -36,6 +38,7 @@ stdenv.mkDerivation (finalAttrs: {
autoreconfHook
pkg-config
shared-mime-info
perl
];
buildInputs = [