vokoscreen: 2.5.0 -> 2.5.8-beta
This commit is contained in:
@@ -1,14 +1,18 @@
|
||||
{ stdenv, fetchgit
|
||||
, pkgconfig, qtbase, qttools, qmake, qtx11extras, alsaLib, libv4l, libXrandr
|
||||
{ stdenv, fetchFromGitHub
|
||||
, pkgconfig, qtbase, qttools, qmake, qtmultimedia, qtx11extras, alsaLib, libv4l, libXrandr
|
||||
, ffmpeg
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "vokoscreen-2.5.0";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/vkohaupt/vokoscreen.git";
|
||||
rev = "8325c8658d6e777d34d2e6b8c8bc03f8da9b3d2f";
|
||||
sha256 = "1hvw7xz1mj16ishbaip73wddbmgibsz0pad4y586zbarpynss25z";
|
||||
stdenv.mkDerivation rec {
|
||||
|
||||
pname = "vokoscreen";
|
||||
version = "2.5.8-beta";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "vkohaupt";
|
||||
repo = "vokoscreen";
|
||||
rev = version;
|
||||
sha256 = "1a85vbsi53mhzva49smqwcs61c51wv3ic410nvb9is9nlsbifwan";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig qmake ];
|
||||
@@ -16,6 +20,7 @@ stdenv.mkDerivation {
|
||||
alsaLib
|
||||
libv4l
|
||||
qtbase
|
||||
qtmultimedia
|
||||
qttools
|
||||
qtx11extras
|
||||
libXrandr
|
||||
@@ -35,14 +40,14 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Simple GUI screencast recorder, using ffmpeg";
|
||||
homepage = http://linuxecke.volkoh.de/vokoscreen/vokoscreen.html;
|
||||
homepage = "http://linuxecke.volkoh.de/vokoscreen/vokoscreen.html";
|
||||
longDescription = ''
|
||||
vokoscreen is an easy to use screencast creator to record
|
||||
educational videos, live recordings of browser, installation,
|
||||
videoconferences, etc.
|
||||
'';
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = [maintainers.league];
|
||||
maintainers = [ maintainers.league ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user