diff --git a/MAINTAINERS.md b/MAINTAINERS.md
new file mode 100644
--- /dev/null
+++ b/MAINTAINERS.md
@@ -0,0 +1,4 @@
+This file is used to indicate responsibility for the maintenance of this package. Individuals on this list should be the sole modifiers of the package, excluding cases where the Solus Team may need to perform necessary rebuilds, upgrades, or security fixes. This list should not be used for any direct contact usage. If you believe this package requires a package update, follow documentation from https://getsol.us/articles/packaging/request-a-package-update/en/. In the event this package no longer becomes sufficiently maintained, Core Team reserves the right to request a new maintainer or remove this package from the repository.
+
+- Seth Flynn
+ - Email: sethaflynn@gmail.com
diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -8,6 +8,7 @@
libXext.so.6
libXfixes.so.3
libXi.so.6
+libXinerama.so.1
libasound.so.2
libavcodec.so.58
libavformat.so.58
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : simplescreenrecorder
-version : 0.3.11
-release : 21
+version : 0.4.2
+release : 22
source :
- - https://github.com/MaartenBaert/ssr/archive/0.3.11.tar.gz : 54f5c349c54694038586d3dfe0014da5d83044d0cf0ed9c0de525ddc54cbd150
+ - https://github.com/MaartenBaert/ssr/archive/0.4.2.tar.gz : a6da4979c7c3f402ea93e43f1c55e289cdcc69653a1a128e32e8bd59481b2511
homepage : http://www.maartenbaert.be/simplescreenrecorder/
license : GPL-3.0-or-later
component : multimedia.video
@@ -12,15 +12,14 @@
SimpleScreenRecorder is a screen recorder for Linux. Despite the name, this program is actually quite complex. It's 'simple' in the sense that it's easier to use than ffmpeg/avconv or VLC.
builddeps :
- pkgconfig(alsa)
- - pkgconfig(gl)
- pkgconfig(glu)
- pkgconfig(libavformat)
- pkgconfig(libpulse)
- pkgconfig(Qt5Help)
- pkgconfig(Qt5X11Extras)
- - pkgconfig(x11)
- pkgconfig(xfixes)
- pkgconfig(xi)
+ - pkgconfig(xinerama)
setup : |
%cmake -DCMAKE_INSTALL_LIBDIR=%libdir% \
-DWITH_JACK=FALSE \
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -3,8 +3,8 @@
simplescreenrecorder
http://www.maartenbaert.be/simplescreenrecorder/
- Bryan T. Meyers
- bmeyers@datadrake.com
+ Seth Flynn
+ sethaflynn@gmail.com
GPL-3.0-or-later
multimedia.video
@@ -23,7 +23,6 @@
/usr/bin/simplescreenrecorder
/usr/bin/ssr-glinject
/usr/lib64/libssr-glinject.so
- /usr/share/appdata/simplescreenrecorder.appdata.xml
/usr/share/applications/simplescreenrecorder.desktop
/usr/share/icons/hicolor/128x128/apps/simplescreenrecorder-error.png
/usr/share/icons/hicolor/128x128/apps/simplescreenrecorder-idle.png
@@ -82,6 +81,7 @@
/usr/share/icons/hicolor/scalable/apps/simplescreenrecorder.svg
/usr/share/man/man1/simplescreenrecorder.1
/usr/share/man/man1/ssr-glinject.1
+ /usr/share/metainfo/simplescreenrecorder.metainfo.xml
/usr/share/simplescreenrecorder/output-profiles/High%20Quality%20Intermediate.conf
/usr/share/simplescreenrecorder/output-profiles/Live%20Stream%20%281000kbps%29.conf
/usr/share/simplescreenrecorder/output-profiles/Live%20Stream%20%282000kbps%29.conf
@@ -94,6 +94,7 @@
/usr/share/simplescreenrecorder/translations/simplescreenrecorder_el.qm
/usr/share/simplescreenrecorder/translations/simplescreenrecorder_es.qm
/usr/share/simplescreenrecorder/translations/simplescreenrecorder_fr.qm
+ /usr/share/simplescreenrecorder/translations/simplescreenrecorder_gl.qm
/usr/share/simplescreenrecorder/translations/simplescreenrecorder_he.qm
/usr/share/simplescreenrecorder/translations/simplescreenrecorder_hu.qm
/usr/share/simplescreenrecorder/translations/simplescreenrecorder_id.qm
@@ -104,6 +105,7 @@
/usr/share/simplescreenrecorder/translations/simplescreenrecorder_pl.qm
/usr/share/simplescreenrecorder/translations/simplescreenrecorder_pt_BR.qm
/usr/share/simplescreenrecorder/translations/simplescreenrecorder_ru.qm
+ /usr/share/simplescreenrecorder/translations/simplescreenrecorder_sr.qm
/usr/share/simplescreenrecorder/translations/simplescreenrecorder_sv.qm
/usr/share/simplescreenrecorder/translations/simplescreenrecorder_uk.qm
/usr/share/simplescreenrecorder/translations/simplescreenrecorder_zh_CN.qm
@@ -111,12 +113,12 @@
-
- 2020-06-07
- 0.3.11
+
+ 2020-12-23
+ 0.4.2
Packaging update
- Bryan T. Meyers
- bmeyers@datadrake.com
+ Seth Flynn
+ sethaflynn@gmail.com
\ No newline at end of file