qmmp: 0.9.9 -> 1.1.2
This update makes the switch from Qt 4 to Qt 5.
This commit is contained in:
parent
3374aa25bc
commit
d6dd2ab324
@ -1,4 +1,5 @@
|
|||||||
{ stdenv, fetchurl, cmake, qt4, pkgconfig, xlibsWrapper
|
{ stdenv, fetchurl, cmake, pkgconfig, xlibsWrapper
|
||||||
|
, qtbase, qttools, qtmultimedia, qtx11extras
|
||||||
# transports
|
# transports
|
||||||
, curl, libmms
|
, curl, libmms
|
||||||
# input plugins
|
# input plugins
|
||||||
@ -28,16 +29,17 @@
|
|||||||
# handle that.
|
# handle that.
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "qmmp-0.9.9";
|
name = "qmmp-1.1.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://qmmp.ylsoftware.com/files/${name}.tar.bz2";
|
url = "http://qmmp.ylsoftware.com/files/${name}.tar.bz2";
|
||||||
sha256 = "1wv4kbjq50xflhrl1jjf1hm3rrw599xkd72dwm4rscm0sdvzhnc1";
|
sha256 = "023gvgchk6ybkz3miy0z08j9n5awz5cjvav7fqjdmpix4sivhn5q";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ # basic requirements
|
[ # basic requirements
|
||||||
cmake qt4 pkgconfig xlibsWrapper
|
cmake pkgconfig xlibsWrapper
|
||||||
|
qtbase qttools qtmultimedia qtx11extras
|
||||||
# transports
|
# transports
|
||||||
curl libmms
|
curl libmms
|
||||||
# input plugins
|
# input plugins
|
||||||
|
@ -14447,7 +14447,7 @@ in
|
|||||||
|
|
||||||
qmidiroute = callPackage ../applications/audio/qmidiroute { };
|
qmidiroute = callPackage ../applications/audio/qmidiroute { };
|
||||||
|
|
||||||
qmmp = callPackage ../applications/audio/qmmp { };
|
qmmp = qt5.callPackage ../applications/audio/qmmp { };
|
||||||
|
|
||||||
qnotero = callPackage ../applications/office/qnotero { };
|
qnotero = callPackage ../applications/office/qnotero { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user