kamoso: new package
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
||||
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import kde5
|
||||
|
||||
def setup():
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
kde5.install()
|
||||
|
||||
# pisitools.dodoc("../LICENSES")
|
||||
@@ -0,0 +1,92 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>kamoso</Name>
|
||||
<Homepage>https://invent.kde.org/multimedia/kamoso</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2+</License>
|
||||
<Icon>kamoso</Icon>
|
||||
<IsA>library</IsA>
|
||||
<PartOf>desktop.kde.edu</PartOf>
|
||||
<Summary>A webcam recorder from KDE community</Summary>
|
||||
<Description>Application to take pictures and videos with your webcam</Description>
|
||||
<Archive sha1sum="3cabe58625317465278134cc9f9b11864e0af083" type="tarxz">mirrors://kde/stable/release-service/23.08.5/src/kamoso-23.08.5.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>kio-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>qt5-linguist</Dependency>
|
||||
<Dependency>kconfig-devel</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>purpose-devel</Dependency>
|
||||
<Dependency>kirigami-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
<Dependency>gstreamer-devel</Dependency>
|
||||
<Dependency>gst-plugins-good</Dependency>
|
||||
<Dependency>kitemviews-devel</Dependency>
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>knotifications-devel</Dependency>
|
||||
<Dependency>qt5-graphicaleffects</Dependency>
|
||||
<Dependency>qt5-declarative-devel</Dependency>
|
||||
<Dependency>gst-plugins-bad-devel</Dependency>
|
||||
<Dependency>gst-plugins-base-devel</Dependency>
|
||||
<Dependency>qt5-quickcontrols2-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>kamoso</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>kio</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>purpose</Dependency>
|
||||
<Dependency>kirigami</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>kdoctools</Dependency>
|
||||
<Dependency>gstreamer</Dependency>
|
||||
<Dependency>kitemviews</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>qt5-linguist</Dependency>
|
||||
<Dependency>knotifications</Dependency>
|
||||
<Dependency>qt5-declarative</Dependency>
|
||||
<Dependency>gst-plugins-bad</Dependency>
|
||||
<Dependency>gst-plugins-base</Dependency>
|
||||
<Dependency>gst-plugins-good</Dependency>
|
||||
<Dependency>qt5-quickcontrols2</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>qt5-graphicaleffects</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/metainfo</Path>
|
||||
<Path fileType="data">/usr/share/sounds</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/knotifications5</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2024-07-07</Date>
|
||||
<Version>23.08.5</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>kamoso</Name>
|
||||
<Summary xml:lang="tr">KDE topluluğundan bir web kamerası kaydedici</Summary>
|
||||
<Description xml:lang="tr">Web kameranızla fotoğraf ve video çekmek için uygulama</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
+417343
-417252
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
99db3849f80508d0f8b068430e244e4c232e707d
|
||||
d8cbb0c1f8c133151e86078f6b703de14b628d75
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
64590edc7e46cfd5270ae511c3dcad9e88b5bac0
|
||||
e9e5e1647bfddd374adae204ca91078a09ddd315
|
||||
Reference in New Issue
Block a user