Merge pull request #10456 from suvari/master
vokoscreenNG: version bump to 3.3.0
This commit is contained in:
@@ -13,6 +13,9 @@ from pisi.actionsapi import get
|
||||
#WorkDir = "vokoscreenNG-%s/src" % get.srcVERSION()
|
||||
|
||||
def setup():
|
||||
shelltools.makedirs("vokoscreenNG")
|
||||
shelltools.cd("vokoscreenNG")
|
||||
shelltools.cd("cd src")
|
||||
pisitools.cxxflags.add("-Wno-deprecated-declarations")
|
||||
qt5.configure("src/vokoscreenNG.pro")
|
||||
|
||||
@@ -25,6 +28,6 @@ def install():
|
||||
#pisitools.insinto("/usr/share/applications", "src/applications/vokoscreenNG.desktop", "vokoscreenNG.desktop")
|
||||
#pisitools.insinto("/usr/share/pixmaps", "src/applications/vokoscreenNG.png", "vokoscreenNG.png")
|
||||
|
||||
pisitools.dodoc("COPYING", "README.md")
|
||||
pisitools.dodoc("COPYING")
|
||||
|
||||
|
||||
|
||||
@@ -12,17 +12,22 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>New desktop recording program.</Summary>
|
||||
<Description>VokscreenNG is a user friendly Open Source screencaster for Linux and Windows. The new name is now vokoscreenNG and has been rewritten from scratch.</Description>
|
||||
<Archive sha1sum="ee16765697b3917992ee4121641d947ea986012d" type="targz">https://github.com/vkohaupt/vokoscreenNG/archive/refs/tags/3.2.0.tar.gz</Archive>
|
||||
<Archive sha1sum="ffb8c5a65b9a75bad91d57c3c068c436afc65fb4" type="targz">https://github.com/vkohaupt/vokoscreenNG/archive/refs/tags/3.3.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>qt5-linguist</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>gstreamer-devel</Dependency>
|
||||
<Dependency>wayland-devel</Dependency>
|
||||
<Dependency>wayland-client</Dependency>
|
||||
<Dependency>pulseaudio-libs-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>gstreamer-devel</Dependency>
|
||||
<Dependency>gst-plugins-good</Dependency>
|
||||
<Dependency>gst-plugins-ugly</Dependency>
|
||||
<Dependency>mpv-player-devel</Dependency>
|
||||
<Dependency>qt5-x11extras-devel</Dependency>
|
||||
<Dependency>qt5-multimedia-devel</Dependency>
|
||||
<Dependency>pulseaudio-libs-devel</Dependency>
|
||||
<Dependency>gst-plugins-bad-devel</Dependency>
|
||||
<Dependency>gst-plugins-base-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">0001-Add-better-integration-for-Linux.patch</Patch>
|
||||
@@ -39,10 +44,11 @@
|
||||
<Dependency>gstreamer</Dependency>
|
||||
<Dependency>gst-libav</Dependency>
|
||||
<Dependency>pulseaudio</Dependency>
|
||||
<Dependency>wayland-client</Dependency>
|
||||
<Dependency>pulseaudio-libs</Dependency>
|
||||
<Dependency>mpv-player</Dependency>
|
||||
<Dependency>qt5-x11extras</Dependency>
|
||||
<Dependency>qt5-multimedia</Dependency>
|
||||
<Dependency>wayland-client</Dependency>
|
||||
<Dependency>pulseaudio-libs</Dependency>
|
||||
<Dependency>gstreamer-vaapi</Dependency>
|
||||
<Dependency>gst-plugins-bad</Dependency>
|
||||
<Dependency>gst-plugins-base</Dependency>
|
||||
@@ -61,6 +67,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2022-06-30</Date>
|
||||
<Version>3.3.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2022-05-28</Date>
|
||||
<Version>3.2.0</Version>
|
||||
@@ -68,7 +81,7 @@
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Update release="6">
|
||||
<Date>2021-05-31</Date>
|
||||
<Version>3.0.9</Version>
|
||||
<Comment>rebuild</Comment>
|
||||
|
||||
Reference in New Issue
Block a user