pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/multimedia/ssr



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat May 16 19:06:39 UTC 2020

Modified Files:
        pkgsrc/multimedia/ssr: Makefile PLIST distinfo

Log Message:
ssr: Update to 0.4.1

Version 0.4.1
-------------

- Added warning for Wayland users.
- Internal error messages from FFmpeg and other libraries are now shown in the log window.
- Fixed blocked continue button after selecting a window.

Version 0.4.0
-------------

- Added high-DPI monitor support.
- Added option to skip the welcome screen.
- Increased maximum video size to 20000x20000.
- Added more command-line options.
- Added recording schedule.
- Add command-line control over stdin.
- Many bugfixes.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/multimedia/ssr/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/multimedia/ssr/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/multimedia/ssr/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/ssr/Makefile
diff -u pkgsrc/multimedia/ssr/Makefile:1.21 pkgsrc/multimedia/ssr/Makefile:1.22
--- pkgsrc/multimedia/ssr/Makefile:1.21 Sun Apr 12 08:29:03 2020
+++ pkgsrc/multimedia/ssr/Makefile      Sat May 16 19:06:39 2020
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2020/04/12 08:29:03 adam Exp $
+# $NetBSD: Makefile,v 1.22 2020/05/16 19:06:39 nia Exp $
 #
 
-DISTNAME=      ssr-0.3.11
-PKGREVISION=   5
+DISTNAME=      ssr-0.4.1
 CATEGORIES=    multimedia
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=MaartenBaert/}
 
@@ -11,8 +10,10 @@ HOMEPAGE=    https://www.maartenbaert.be/si
 COMMENT=       Screen recorder for Linux
 LICENSE=       gnu-gpl-v3
 
+TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools
+
 USE_CMAKE=     yes
-USE_TOOLS+=    pkg-config gmake bash:run
+USE_TOOLS+=    pkg-config bash:run
 USE_LANGUAGES= c c++
 
 REPLACE_BASH=  scripts/ssr-glinject
@@ -31,6 +32,6 @@ BUILDLINK_TRANSFORM+= opt:-ldl:${BUILDLI
 .include "../../multimedia/ffmpeg4/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"
-.include "../../x11/qt5-qttools/buildlink3.mk"
+#.include "../../x11/qt5-qttools/buildlink3.mk"
 .include "../../x11/qt5-qtx11extras/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/multimedia/ssr/PLIST
diff -u pkgsrc/multimedia/ssr/PLIST:1.2 pkgsrc/multimedia/ssr/PLIST:1.3
--- pkgsrc/multimedia/ssr/PLIST:1.2     Tue Aug 27 23:02:18 2019
+++ pkgsrc/multimedia/ssr/PLIST Sat May 16 19:06:39 2020
@@ -1,10 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2019/08/27 23:02:18 markd Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/05/16 19:06:39 nia Exp $
 bin/simplescreenrecorder
 bin/ssr-glinject
 lib/libssr-glinject.so
 man/man1/simplescreenrecorder.1
 man/man1/ssr-glinject.1
-share/appdata/simplescreenrecorder.appdata.xml
 share/applications/simplescreenrecorder.desktop
 share/icons/hicolor/128x128/apps/simplescreenrecorder-error.png
 share/icons/hicolor/128x128/apps/simplescreenrecorder-idle.png
@@ -61,6 +60,7 @@ share/icons/hicolor/scalable/apps/simple
 share/icons/hicolor/scalable/apps/simplescreenrecorder-paused.svg
 share/icons/hicolor/scalable/apps/simplescreenrecorder-recording.svg
 share/icons/hicolor/scalable/apps/simplescreenrecorder.svg
+share/metainfo/simplescreenrecorder.metainfo.xml
 share/simplescreenrecorder/output-profiles/High%20Quality%20Intermediate.conf
 share/simplescreenrecorder/output-profiles/Live%20Stream%20%281000kbps%29.conf
 share/simplescreenrecorder/output-profiles/Live%20Stream%20%282000kbps%29.conf
@@ -73,6 +73,7 @@ share/simplescreenrecorder/translations/
 share/simplescreenrecorder/translations/simplescreenrecorder_el.qm
 share/simplescreenrecorder/translations/simplescreenrecorder_es.qm
 share/simplescreenrecorder/translations/simplescreenrecorder_fr.qm
+share/simplescreenrecorder/translations/simplescreenrecorder_gl.qm
 share/simplescreenrecorder/translations/simplescreenrecorder_he.qm
 share/simplescreenrecorder/translations/simplescreenrecorder_hu.qm
 share/simplescreenrecorder/translations/simplescreenrecorder_id.qm
@@ -83,6 +84,7 @@ share/simplescreenrecorder/translations/
 share/simplescreenrecorder/translations/simplescreenrecorder_pl.qm
 share/simplescreenrecorder/translations/simplescreenrecorder_pt_BR.qm
 share/simplescreenrecorder/translations/simplescreenrecorder_ru.qm
+share/simplescreenrecorder/translations/simplescreenrecorder_sr.qm
 share/simplescreenrecorder/translations/simplescreenrecorder_sv.qm
 share/simplescreenrecorder/translations/simplescreenrecorder_uk.qm
 share/simplescreenrecorder/translations/simplescreenrecorder_zh_CN.qm

Index: pkgsrc/multimedia/ssr/distinfo
diff -u pkgsrc/multimedia/ssr/distinfo:1.5 pkgsrc/multimedia/ssr/distinfo:1.6
--- pkgsrc/multimedia/ssr/distinfo:1.5  Tue Aug 27 23:02:18 2019
+++ pkgsrc/multimedia/ssr/distinfo      Sat May 16 19:06:39 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2019/08/27 23:02:18 markd Exp $
+$NetBSD: distinfo,v 1.6 2020/05/16 19:06:39 nia Exp $
 
-SHA1 (ssr-0.3.11.tar.gz) = 4cfd873d57b72e64ff8299a2da0ab9bfb0e054c4
-RMD160 (ssr-0.3.11.tar.gz) = 7013bc825c83a95f88062fedddbbf0271b50c671
-SHA512 (ssr-0.3.11.tar.gz) = 5919774a00cd7015cd7db40561efaea43809b9465508b7770db9eb0fc87f338746e5cd4a79a0ab6c09e516257fa80184c3dcb5ab400c0ef2c0a8cf50ea2a073f
-Size (ssr-0.3.11.tar.gz) = 1823944 bytes
+SHA1 (ssr-0.4.1.tar.gz) = e1ad0a98ba78aa6730c0e91bb6814bf281d4aec0
+RMD160 (ssr-0.4.1.tar.gz) = 9ea16862aab1a75fb02716782f130989786c3a58
+SHA512 (ssr-0.4.1.tar.gz) = b890fafb65a87c298562d25388384577408d7ccbb0b1280bb4fdad198c9b9581893e68b99aa9e478a61c59736689ae40be0f30132d56ee9a9796b8885541d8d5
+Size (ssr-0.4.1.tar.gz) = 1893293 bytes
 SHA1 (patch-glinject_elfhacks.c) = 4d416e0ea6b160d34583e737ba5bd1981a8a94ef



Home | Main Index | Thread Index | Old Index