minitube: 2.9 -> 3.2
https://flavio.tordini.org/minitube-3-2 https://flavio.tordini.org/minitube-3-1 https://flavio.tordini.org/minitube-3-0
This commit is contained in:
parent
18ae0683ee
commit
6fd3fea4db
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchFromGitHub, wrapQtAppsHook, phonon, phonon-backend-vlc, qtbase, qmake
|
{ stdenv, fetchFromGitHub, wrapQtAppsHook, phonon, phonon-backend-vlc, qtbase, qmake
|
||||||
, qtdeclarative, qttools
|
, qtdeclarative, qttools, qtx11extras, mpv
|
||||||
|
|
||||||
# "Free" key generated by nckx <github@tobias.gr>. I no longer have a Google
|
# "Free" key generated by nckx <github@tobias.gr>. I no longer have a Google
|
||||||
# account. You'll need to generate (and please share :-) a new one if it breaks.
|
# account. You'll need to generate (and please share :-) a new one if it breaks.
|
||||||
@ -7,16 +7,17 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "minitube";
|
pname = "minitube";
|
||||||
version = "2.9";
|
version = "3.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
sha256 = "11zkmwqadlgrrghs3rxq0h0fllfnyd3g09d7gdd6vd9r1a1yz73f";
|
sha256 = "0175sgqmszakqd631bni4aqjpx68h6n49zjvg23fb1yyancnkn4c";
|
||||||
rev = version;
|
rev = version;
|
||||||
repo = "minitube";
|
repo = "minitube";
|
||||||
owner = "flaviotordini";
|
owner = "flaviotordini";
|
||||||
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ phonon phonon-backend-vlc qtbase qtdeclarative qttools ];
|
buildInputs = [ phonon phonon-backend-vlc qtbase qtdeclarative qttools qtx11extras mpv ];
|
||||||
nativeBuildInputs = [ wrapQtAppsHook qmake ];
|
nativeBuildInputs = [ wrapQtAppsHook qmake ];
|
||||||
|
|
||||||
qmakeFlags = [ "DEFINES+=APP_GOOGLE_API_KEY=${withAPIKey}" ];
|
qmakeFlags = [ "DEFINES+=APP_GOOGLE_API_KEY=${withAPIKey}" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user