Page MenuHomeSolus

D7239.diff
No OneTemporary

D7239.diff

diff --git a/files/0001-Fix-compilation-under-Vala-0.45-and-above.patch b/files/0001-Fix-compilation-under-Vala-0.45-and-above.patch
deleted file mode 100644
--- a/files/0001-Fix-compilation-under-Vala-0.45-and-above.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 6e0cd803b9d423f5b8d76270c4a6baa8948cba27 Mon Sep 17 00:00:00 2001
-From: Joshua Strobl <joshua@streambits.io>
-Date: Fri, 20 Sep 2019 14:02:15 +0300
-Subject: [PATCH 1/1] Fix compilation under Vala 0.45 and above.
-
-In 0.45+, creation methods for abstract classes can no longer be public. Change to protected to resolve issue.
----
- src/recording/base-screen-recorder.vala | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/recording/base-screen-recorder.vala b/src/recording/base-screen-recorder.vala
-index 04fec42..d3d7e1c 100644
---- a/src/recording/base-screen-recorder.vala
-+++ b/src/recording/base-screen-recorder.vala
-@@ -40,7 +40,7 @@ namespace Peek.Recording {
- }
- }
-
-- public BaseScreenRecorder () {
-+ protected BaseScreenRecorder () {
- config = new RecordingConfig ();
- }
-
---
-2.23.0
-
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,12 +1,11 @@
name : peek
-version : 1.3.1
-release : 23
+version : 1.4.0
+release : 24
source :
- - git|https://github.com/phw/peek.git : 4967e1854cd82b730ab3beb8faf5faa4fadea4a0
+ - https://github.com/phw/peek/archive/1.4.0.tar.gz : 506c5797102629ff4a319c5fcc4eb6b771ffd680bb83ea07c1e5e8166000d605
license : GPL-3.0-or-later
component : multimedia.video
-summary : A simple tool that allows you to record short animated GIF images from
- your screen
+summary : A simple tool that allows you to record short animated GIF images from your screen
description: |
A simple tool that allows you to record short animated GIF images from your screen.
builddeps :
@@ -20,7 +19,6 @@
- gifski
- imagemagick
setup : |
- %patch -p1 < $pkgfiles/0001-Fix-compilation-under-Vala-0.45-and-above.patch
%meson_configure
build : |
%ninja_build
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,8 +2,8 @@
<Source>
<Name>peek</Name>
<Packager>
- <Name>Joshua Strobl</Name>
- <Email>joshua@stroblindustries.com</Email>
+ <Name>Jacob Alzén</Name>
+ <Email>jacob.alzen@gmail.com</Email>
</Packager>
<License>GPL-3.0-or-later</License>
<PartOf>multimedia.video</PartOf>
@@ -58,12 +58,12 @@
</Files>
</Package>
<History>
- <Update release="23">
- <Date>2019-09-20</Date>
- <Version>1.3.1</Version>
+ <Update release="24">
+ <Date>2019-10-01</Date>
+ <Version>1.4.0</Version>
<Comment>Packaging update</Comment>
- <Name>Joshua Strobl</Name>
- <Email>joshua@stroblindustries.com</Email>
+ <Name>Jacob Alzén</Name>
+ <Email>jacob.alzen@gmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Sun, Aug 6, 4:28 PM (5 d, 12 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5801206
Default Alt Text
D7239.diff (3 KB)

Event Timeline