new package simplescreenrecorder and index
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import cmaketools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DWITH_QT5=TRUE \
|
||||
-DCMAKE_INSTALL_LIBDIR=lib \
|
||||
-DLRELEASE=/usr/lib/qt5/bin/lrelease")
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
|
||||
def install():
|
||||
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS.md","CHANGELOG.md", "COPYING")
|
||||
@@ -0,0 +1,75 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>simplescreenrecorder</Name>
|
||||
<Homepage>https://www.maartenbaert.be/simplescreenrecorder/</Homepage>
|
||||
<Packager>
|
||||
<Name>ali algul</Name>
|
||||
<Email>aligulle3801@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>LGPLv3</License>
|
||||
<IsA>app</IsA>
|
||||
<Summary>creen recorder that is actually quite complex, but 'simple' in the sense that it's easy to use</Summary>
|
||||
<Description>creen recorder that is actually quite complex, but 'simple' in the sense that it's easy to use</Description>
|
||||
<Archive sha1sum="965d3c18b63f36d5ca1b9d3b642859fa84b6a6db" type="targz">https://codeload.github.com/MaartenBaert/ssr/tar.gz/0.4.3</Archive>
|
||||
|
||||
<BuildDependencies>
|
||||
<Dependency>libv4l-devel</Dependency>
|
||||
<Dependency>jack-audio-connection-kit-devel</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>mesa-glu-devel</Dependency>
|
||||
<Dependency>ffmpeg-devel</Dependency>
|
||||
<Dependency>alsa-lib-devel</Dependency>
|
||||
<Dependency>pulseaudio-libs-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-x11extras-devel</Dependency>
|
||||
<Dependency>qt5-linguist</Dependency>
|
||||
<Dependency>libXinerama-devel</Dependency>
|
||||
<Dependency>libXi-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>simplescreenrecorder</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>ffmpeg</Dependency>
|
||||
<Dependency>libXi</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libv4l</Dependency>
|
||||
<Dependency>libXext</Dependency>
|
||||
<Dependency>alsa-lib</Dependency>
|
||||
<Dependency>mesa-glu</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>qt5-x11extras</Dependency>
|
||||
<Dependency>libXfixes</Dependency>
|
||||
<Dependency>libXinerama</Dependency>
|
||||
<Dependency>pulseaudio-libs</Dependency>
|
||||
<Dependency>jack-audio-connection-kit</Dependency>
|
||||
</RuntimeDependencies>
|
||||
-->
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="info">/usr/share/mateinfo</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2021-02-11</Date>
|
||||
<Version>0.4.3</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>ali algul</Name>
|
||||
<Email>aligulle3801@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>simplescreenrecorder</Name>
|
||||
<Summary xml:lang="tr">creen recorder that is actually quite complex, but 'simple' in the sense that it's easy to use</Summary>
|
||||
<Description xml:lang="tr">creen recorder that is actually quite complex, but 'simple' in the sense that it's easy to use</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
+263672
-263578
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
7c71501c56c1c471b2721b67ff8e28ebdcf69d6a
|
||||
02338426626ddad9d43384b6481e5e793e66479a
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
2864c3503b75641c276712a46d84c8728e5105c2
|
||||
1b89f1c7c7e40da7045d53bd33aa88c78df99ed5
|
||||
Reference in New Issue
Block a user