Skip to content

Commit

Permalink
xine-ui: 0.99.14 -> 0.99.14-unstable-2024-08-26
Browse files Browse the repository at this point in the history
  • Loading branch information
emilazy committed Sep 9, 2024
1 parent 1e74748 commit d41db30
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions pkgs/applications/video/xine/ui.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{ lib
, stdenv
, fetchurl
, fetchhg
, autoreconfHook
, perl
, curl
, libXext
, libXft
Expand All @@ -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" ];
Expand All @@ -36,6 +38,7 @@ stdenv.mkDerivation (finalAttrs: {
autoreconfHook
pkg-config
shared-mime-info
perl
];

buildInputs = [
Expand Down

0 comments on commit d41db30

Please sign in to comment.