[arch-commits] Commit in simplescreenrecorder/repos/community-x86_64 (4 files)
Kyle Keen
kkeen at archlinux.org
Sun Apr 26 22:16:23 UTC 2020
Date: Sunday, April 26, 2020 @ 22:16:23
Author: kkeen
Revision: 621708
archrelease: copy trunk to community-x86_64
Added:
simplescreenrecorder/repos/community-x86_64/PKGBUILD
(from rev 621707, simplescreenrecorder/trunk/PKGBUILD)
simplescreenrecorder/repos/community-x86_64/simplescreenrecorder.install
(from rev 621707, simplescreenrecorder/trunk/simplescreenrecorder.install)
Deleted:
simplescreenrecorder/repos/community-x86_64/PKGBUILD
simplescreenrecorder/repos/community-x86_64/simplescreenrecorder.install
------------------------------+
PKGBUILD | 91 ++++++++++++++++++++---------------------
simplescreenrecorder.install | 18 ++++----
2 files changed, 54 insertions(+), 55 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-26 22:15:27 UTC (rev 621707)
+++ PKGBUILD 2020-04-26 22:16:23 UTC (rev 621708)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Maarten Baert
-
-pkgname=simplescreenrecorder
-pkgver=0.3.11
-pkgrel=1
-pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL."
-arch=("x86_64")
-url="http://www.maartenbaert.be/simplescreenrecorder/"
-license=("GPL3")
-# upstream reports crashes with Qt5, reverting FS#45104
-# trying qt5 again with 0.3.9-3
-#depends=("qt4"
-depends=("qt5-base" "qt5-x11extras"
- "ffmpeg" "alsa-lib" "libpulse" "jack" "libgl" "glu"
- "libx11" "libxext" "libxfixes" "libxi"
- "desktop-file-utils" "gtk-update-icon-cache")
-optdepends=("lib32-simplescreenrecorder: OpenGL recording of 32-bit applications")
-makedepends=("git" "cmake" "qt5-tools")
-source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver")
-md5sums=("SKIP")
-
-install=simplescreenrecorder.install
-
-prepare() {
- cd ssr
- mkdir -p build
-}
-
-build() {
- cd ssr/build
- # fPIC is only required for qt5 + gcc5
- #CXXFLAGS="$CXXFLAGS -fPIC"
- #./configure --prefix=/usr --disable-assert --with-qt5
- #./configure --prefix=/usr --disable-assert
- # -DLRELEASE='/usr/bin/lrelease-qt4' \
- cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_BUILD_TYPE=Release \
- -DWITH_QT5=on \
- -DCMAKE_INSTALL_LIBDIR='lib' ../
- make
-}
-package() {
- cd ssr/build
- make DESTDIR="$pkgdir" install
-}
Copied: simplescreenrecorder/repos/community-x86_64/PKGBUILD (from rev 621707, simplescreenrecorder/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-26 22:16:23 UTC (rev 621708)
@@ -0,0 +1,45 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Maarten Baert
+
+pkgname=simplescreenrecorder
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL."
+arch=("x86_64")
+url="https://www.maartenbaert.be/simplescreenrecorder/"
+license=("GPL3")
+# upstream reports crashes with Qt5, reverting FS#45104
+# trying qt5 again with 0.3.9-3
+#depends=("qt4"
+depends=("qt5-base" "qt5-x11extras"
+ "ffmpeg" "alsa-lib" "libpulse" "jack" "libgl" "glu"
+ "libx11" "libxext" "libxfixes" "libxi" "libxinerama"
+ "desktop-file-utils" "gtk-update-icon-cache")
+optdepends=("lib32-simplescreenrecorder: OpenGL recording of 32-bit applications")
+makedepends=("git" "cmake" "qt5-tools")
+source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver")
+md5sums=("SKIP")
+
+install=simplescreenrecorder.install
+
+prepare() {
+ cd ssr
+ mkdir -p build
+}
+
+build() {
+ cd ssr/build
+ # fPIC is only required for qt5 + gcc5
+ #CXXFLAGS="$CXXFLAGS -fPIC"
+ #./configure --prefix=/usr --disable-assert --with-qt5
+ #./configure --prefix=/usr --disable-assert
+ # -DLRELEASE='/usr/bin/lrelease-qt4' \
+ cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_BUILD_TYPE=Release \
+ -DWITH_QT5=on \
+ -DCMAKE_INSTALL_LIBDIR='lib' ../
+ make
+}
+package() {
+ cd ssr/build
+ make DESTDIR="$pkgdir" install
+}
Deleted: simplescreenrecorder.install
===================================================================
--- simplescreenrecorder.install 2020-04-26 22:15:27 UTC (rev 621707)
+++ simplescreenrecorder.install 2020-04-26 22:16:23 UTC (rev 621708)
@@ -1,9 +0,0 @@
-post_install() {
- ldconfig
-}
-post_upgrade() {
- post_install
-}
-post_remove() {
- post_install
-}
Copied: simplescreenrecorder/repos/community-x86_64/simplescreenrecorder.install (from rev 621707, simplescreenrecorder/trunk/simplescreenrecorder.install)
===================================================================
--- simplescreenrecorder.install (rev 0)
+++ simplescreenrecorder.install 2020-04-26 22:16:23 UTC (rev 621708)
@@ -0,0 +1,9 @@
+post_install() {
+ ldconfig
+}
+post_upgrade() {
+ post_install
+}
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list