[arch-commits] Commit in simplescreenrecorder/repos/community-x86_64 (4 files)

2020-12-26 Thread Kyle Keen via arch-commits
Date: Sunday, December 27, 2020 @ 00:57:37
  Author: kkeen
Revision: 793294

archrelease: copy trunk to community-x86_64

Added:
  simplescreenrecorder/repos/community-x86_64/PKGBUILD
(from rev 793293, simplescreenrecorder/trunk/PKGBUILD)
  simplescreenrecorder/repos/community-x86_64/simplescreenrecorder.install
(from rev 793293, simplescreenrecorder/trunk/simplescreenrecorder.install)
Deleted:
  simplescreenrecorder/repos/community-x86_64/PKGBUILD
  simplescreenrecorder/repos/community-x86_64/simplescreenrecorder.install

--+
 PKGBUILD |   87 +++--
 simplescreenrecorder.install |   18 
 2 files changed, 51 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-27 00:57:23 UTC (rev 793293)
+++ PKGBUILD2020-12-27 00:57:37 UTC (rev 793294)
@@ -1,45 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Maarten Baert
-
-pkgname=simplescreenrecorder
-pkgver=0.4.2
-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
-}

Copied: simplescreenrecorder/repos/community-x86_64/PKGBUILD (from rev 793293, 
simplescreenrecorder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-27 00:57:37 UTC (rev 793294)
@@ -0,0 +1,42 @@
+# Maintainer: Kyle Keen 
+# Contributor: Maarten Baert
+
+pkgname=simplescreenrecorder
+pkgver=0.4.3
+pkgrel=1
+pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL."
+arch=("x86_64")
+url="https://www.maartenbaert.be/simplescreenrecorder/;
+license=("GPL3")
+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.install2020-12-27 00:57:23 UTC (rev 793293)
+++ simplescreenrecorder.install2020-12-27 00:57:37 UTC (rev 793294)
@@ -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 793293, simplescreenrecorder/trunk/simplescreenrecorder.install)
===
--- simplescreenrecorder.install(rev 0)
+++ simplescreenrecorder.install2020-12-27 00:57:37 UTC (rev 793294)
@@ -0,0 +1,9 @@
+post_install() {
+   ldconfig
+}
+post_upgrade() {
+   post_install
+}
+post_remove() {
+   post_install
+}


[arch-commits] Commit in simplescreenrecorder/repos/community-x86_64 (4 files)

2020-05-18 Thread Kyle Keen via arch-commits
Date: Tuesday, May 19, 2020 @ 02:49:02
  Author: kkeen
Revision: 629774

archrelease: copy trunk to community-x86_64

Added:
  simplescreenrecorder/repos/community-x86_64/PKGBUILD
(from rev 629773, simplescreenrecorder/trunk/PKGBUILD)
  simplescreenrecorder/repos/community-x86_64/simplescreenrecorder.install
(from rev 629773, simplescreenrecorder/trunk/simplescreenrecorder.install)
Deleted:
  simplescreenrecorder/repos/community-x86_64/PKGBUILD
  simplescreenrecorder/repos/community-x86_64/simplescreenrecorder.install

--+
 PKGBUILD |   90 -
 simplescreenrecorder.install |   18 
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-19 02:48:31 UTC (rev 629773)
+++ PKGBUILD2020-05-19 02:49:02 UTC (rev 629774)
@@ -1,45 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Maarten Baert
-
-pkgname=simplescreenrecorder
-pkgver=0.4.1
-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
-}

Copied: simplescreenrecorder/repos/community-x86_64/PKGBUILD (from rev 629773, 
simplescreenrecorder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-19 02:49:02 UTC (rev 629774)
@@ -0,0 +1,45 @@
+# Maintainer: Kyle Keen 
+# Contributor: Maarten Baert
+
+pkgname=simplescreenrecorder
+pkgver=0.4.2
+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.install2020-05-19 02:48:31 UTC (rev 629773)
+++ simplescreenrecorder.install2020-05-19 02:49:02 UTC (rev 629774)
@@ -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 629773, simplescreenrecorder/trunk/simplescreenrecorder.install)
===
--- simplescreenrecorder.install(rev 0)
+++ simplescreenrecorder.install2020-05-19 02:49:02 UTC (rev 629774)
@@ -0,0 +1,9 @@
+post_install() {
+   ldconfig
+}
+post_upgrade() {
+   post_install
+}
+post_remove() {
+   post_install
+}


[arch-commits] Commit in simplescreenrecorder/repos/community-x86_64 (4 files)

2020-05-01 Thread Kyle Keen via arch-commits
Date: Friday, May 1, 2020 @ 06:50:44
  Author: kkeen
Revision: 623706

archrelease: copy trunk to community-x86_64

Added:
  simplescreenrecorder/repos/community-x86_64/PKGBUILD
(from rev 623705, simplescreenrecorder/trunk/PKGBUILD)
  simplescreenrecorder/repos/community-x86_64/simplescreenrecorder.install
(from rev 623705, simplescreenrecorder/trunk/simplescreenrecorder.install)
Deleted:
  simplescreenrecorder/repos/community-x86_64/PKGBUILD
  simplescreenrecorder/repos/community-x86_64/simplescreenrecorder.install

--+
 PKGBUILD |   90 -
 simplescreenrecorder.install |   18 
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-01 06:50:32 UTC (rev 623705)
+++ PKGBUILD2020-05-01 06:50:44 UTC (rev 623706)
@@ -1,45 +0,0 @@
-# Maintainer: Kyle Keen 
-# 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
-}

Copied: simplescreenrecorder/repos/community-x86_64/PKGBUILD (from rev 623705, 
simplescreenrecorder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-01 06:50:44 UTC (rev 623706)
@@ -0,0 +1,45 @@
+# Maintainer: Kyle Keen 
+# Contributor: Maarten Baert
+
+pkgname=simplescreenrecorder
+pkgver=0.4.1
+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.install2020-05-01 06:50:32 UTC (rev 623705)
+++ simplescreenrecorder.install2020-05-01 06:50:44 UTC (rev 623706)
@@ -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 623705, simplescreenrecorder/trunk/simplescreenrecorder.install)
===
--- simplescreenrecorder.install(rev 0)
+++ simplescreenrecorder.install2020-05-01 06:50:44 UTC (rev 623706)
@@ -0,0 +1,9 @@
+post_install() {
+   ldconfig
+}
+post_upgrade() {
+   post_install
+}
+post_remove() {
+   post_install
+}


[arch-commits] Commit in simplescreenrecorder/repos/community-x86_64 (4 files)

2020-04-26 Thread Kyle Keen via arch-commits
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
===
--- PKGBUILD2020-04-26 22:15:27 UTC (rev 621707)
+++ PKGBUILD2020-04-26 22:16:23 UTC (rev 621708)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# 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)
+++ PKGBUILD2020-04-26 22:16:23 UTC (rev 621708)
@@ -0,0 +1,45 @@
+# Maintainer: Kyle Keen 
+# 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.install2020-04-26 22:15:27 UTC (rev 621707)
+++ simplescreenrecorder.install2020-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.install2020-04-26 22:16:23 UTC (rev 621708)
@@ -0,0 +1,9 @@
+post_install() {
+   ldconfig
+}
+post_upgrade() {
+   post_install
+}
+post_remove() {
+   post_install
+}


[arch-commits] Commit in simplescreenrecorder/repos/community-x86_64 (4 files)

2018-05-26 Thread Kyle Keen via arch-commits
Date: Sunday, May 27, 2018 @ 04:54:37
  Author: kkeen
Revision: 331313

archrelease: copy trunk to community-x86_64

Added:
  simplescreenrecorder/repos/community-x86_64/PKGBUILD
(from rev 331312, simplescreenrecorder/trunk/PKGBUILD)
  simplescreenrecorder/repos/community-x86_64/simplescreenrecorder.install
(from rev 331312, simplescreenrecorder/trunk/simplescreenrecorder.install)
Deleted:
  simplescreenrecorder/repos/community-x86_64/PKGBUILD
  simplescreenrecorder/repos/community-x86_64/simplescreenrecorder.install

--+
 PKGBUILD |   98 +++--
 simplescreenrecorder.install |   18 +++
 2 files changed, 55 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-27 04:54:15 UTC (rev 331312)
+++ PKGBUILD2018-05-27 04:54:37 UTC (rev 331313)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Maarten Baert
-
-pkgname=simplescreenrecorder
-pkgver=0.3.10
-pkgrel=2
-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
-  # ffmpeg 4.0 tweaks
-  sed -i 's|CODEC_CAP_VARIABLE_FRAME_SIZE|AV_CODEC_CAP_VARIABLE_FRAME_SIZE|'  
src/AV/Output/AudioEncoder.cpp
-  sed -i 's|CODEC_FLAG_QSCALE|AV_CODEC_FLAG_QSCALE|'  
src/AV/Output/{Audio,Video}Encoder.cpp
-  sed -i 's|CODEC_CAP_DELAY|AV_CODEC_CAP_DELAY|'  src/AV/Output/BaseEncoder.cpp
-  sed -i 's|CODEC_FLAG_GLOBAL_HEADER|AV_CODEC_FLAG_GLOBAL_HEADER|'  
src/AV/Output/Muxer.cpp
-  sed -i 's|CODEC_CAP_EXPERIMENTAL|AV_CODEC_CAP_EXPERIMENTAL|'  
src/AV/Output/Muxer.cpp
-}
-
-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 331312, 
simplescreenrecorder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-27 04:54:37 UTC (rev 331313)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# 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
+}

Deleted: simplescreenrecorder.install
===
--- simplescreenrecorder.install2018-05-27 04:54:15 UTC (rev 331312)
+++ simplescreenrecorder.install2018-05-27 04:54:37 UTC (rev 331313)
@@ -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 331312, 

[arch-commits] Commit in simplescreenrecorder/repos/community-x86_64 (4 files)

2018-03-12 Thread Kyle Keen via arch-commits
Date: Monday, March 12, 2018 @ 18:09:46
  Author: kkeen
Revision: 306492

archrelease: copy trunk to community-x86_64

Added:
  simplescreenrecorder/repos/community-x86_64/PKGBUILD
(from rev 306491, simplescreenrecorder/trunk/PKGBUILD)
  simplescreenrecorder/repos/community-x86_64/simplescreenrecorder.install
(from rev 306491, simplescreenrecorder/trunk/simplescreenrecorder.install)
Deleted:
  simplescreenrecorder/repos/community-x86_64/PKGBUILD
  simplescreenrecorder/repos/community-x86_64/simplescreenrecorder.install

--+
 PKGBUILD |   92 -
 simplescreenrecorder.install |   18 
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-12 18:09:36 UTC (rev 306491)
+++ PKGBUILD2018-03-12 18:09:46 UTC (rev 306492)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Maarten Baert
-
-pkgname=simplescreenrecorder
-pkgver=0.3.9
-pkgrel=4
-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 306491, 
simplescreenrecorder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-12 18:09:46 UTC (rev 306492)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Maarten Baert
+
+pkgname=simplescreenrecorder
+pkgver=0.3.10
+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
+}

Deleted: simplescreenrecorder.install
===
--- simplescreenrecorder.install2018-03-12 18:09:36 UTC (rev 306491)
+++ simplescreenrecorder.install2018-03-12 18:09:46 UTC (rev 306492)
@@ -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 306491, simplescreenrecorder/trunk/simplescreenrecorder.install)
===
--- simplescreenrecorder.install(rev 0)
+++ simplescreenrecorder.install2018-03-12 18:09:46 UTC (rev 306492)
@@ -0,0 +1,9 @@
+post_install() {
+   ldconfig
+}
+post_upgrade() {
+   post_install
+}
+post_remove() {
+   post_install
+}


[arch-commits] Commit in simplescreenrecorder/repos/community-x86_64 (4 files)

2018-02-01 Thread Evangelos Foutras via arch-commits
Date: Thursday, February 1, 2018 @ 18:27:10
  Author: foutrelis
Revision: 288522

archrelease: copy trunk to community-x86_64

Added:
  simplescreenrecorder/repos/community-x86_64/PKGBUILD
(from rev 288521, simplescreenrecorder/trunk/PKGBUILD)
  simplescreenrecorder/repos/community-x86_64/simplescreenrecorder.install
(from rev 288521, simplescreenrecorder/trunk/simplescreenrecorder.install)
Deleted:
  simplescreenrecorder/repos/community-x86_64/PKGBUILD
  simplescreenrecorder/repos/community-x86_64/simplescreenrecorder.install

--+
 PKGBUILD |   94 -
 simplescreenrecorder.install |   18 +++
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-01 18:27:01 UTC (rev 288521)
+++ PKGBUILD2018-02-01 18:27:10 UTC (rev 288522)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Maarten Baert
-
-pkgname=simplescreenrecorder
-pkgver=0.3.9
-pkgrel=3
-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" "qt5-tools"
-"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")
-source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver;)
-md5sums=("SKIP")
-
-options=("!libtool")
-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 288521, 
simplescreenrecorder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-01 18:27:10 UTC (rev 288522)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Maarten Baert
+
+pkgname=simplescreenrecorder
+pkgver=0.3.9
+pkgrel=4
+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")
+
+options=("!libtool")
+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.install2018-02-01 18:27:01 UTC (rev 288521)
+++ simplescreenrecorder.install2018-02-01 18:27:10 UTC (rev 288522)
@@ -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 288521, simplescreenrecorder/trunk/simplescreenrecorder.install)
===
--- simplescreenrecorder.install(rev 0)
+++ simplescreenrecorder.install2018-02-01 18:27:10 UTC (rev 288522)
@@ -0,0 +1,9 @@
+post_install() {
+   ldconfig
+}
+post_upgrade() {
+   post_install
+}
+post_remove() {
+   post_install
+}


[arch-commits] Commit in simplescreenrecorder/repos/community-x86_64 (4 files)

2018-01-31 Thread Kyle Keen via arch-commits
Date: Wednesday, January 31, 2018 @ 14:37:40
  Author: kkeen
Revision: 288412

archrelease: copy trunk to community-x86_64

Added:
  simplescreenrecorder/repos/community-x86_64/PKGBUILD
(from rev 288411, simplescreenrecorder/trunk/PKGBUILD)
  simplescreenrecorder/repos/community-x86_64/simplescreenrecorder.install
(from rev 288411, 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, 56 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-31 14:37:24 UTC (rev 288411)
+++ PKGBUILD2018-01-31 14:37:40 UTC (rev 288412)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Maarten Baert
-
-pkgname=simplescreenrecorder
-pkgver=0.3.9
-pkgrel=2
-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
-#depends=("qt5-base" "qt5-x11extras" "qt5-tools" "ffmpeg" "alsa-lib" 
"libpulse" "jack" "libgl" "glu" "libx11" "libxext" "libxfixes" "libxi")
-depends=("qt4" "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")
-source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver;)
-md5sums=("SKIP")
-
-options=("!libtool")
-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
-  cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_BUILD_TYPE=Release \
--DLRELEASE='/usr/bin/lrelease-qt4' \
--DCMAKE_INSTALL_LIBDIR='lib' ../
-  make
-}
-package() {
-  cd ssr/build
-  make DESTDIR="$pkgdir" install
-}

Copied: simplescreenrecorder/repos/community-x86_64/PKGBUILD (from rev 288411, 
simplescreenrecorder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-31 14:37:40 UTC (rev 288412)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Maarten Baert
+
+pkgname=simplescreenrecorder
+pkgver=0.3.9
+pkgrel=3
+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" "qt5-tools"
+"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")
+source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver;)
+md5sums=("SKIP")
+
+options=("!libtool")
+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.install2018-01-31 14:37:24 UTC (rev 288411)
+++ simplescreenrecorder.install2018-01-31 14:37:40 UTC (rev 288412)
@@ -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 288411, simplescreenrecorder/trunk/simplescreenrecorder.install)
===
--- simplescreenrecorder.install(rev 0)
+++ simplescreenrecorder.install2018-01-31 14:37:40 UTC (rev 288412)
@@ -0,0 +1,9 @@
+post_install() {
+   ldconfig
+}
+post_upgrade() {
+   post_install
+}
+post_remove() {
+   post_install
+}


[arch-commits] Commit in simplescreenrecorder/repos/community-x86_64 (4 files)

2018-01-30 Thread Kyle Keen via arch-commits
Date: Tuesday, January 30, 2018 @ 12:43:37
  Author: kkeen
Revision: 288293

archrelease: copy trunk to community-x86_64

Added:
  simplescreenrecorder/repos/community-x86_64/PKGBUILD
(from rev 288292, simplescreenrecorder/trunk/PKGBUILD)
  simplescreenrecorder/repos/community-x86_64/simplescreenrecorder.install
(from rev 288292, simplescreenrecorder/trunk/simplescreenrecorder.install)
Deleted:
  simplescreenrecorder/repos/community-x86_64/PKGBUILD
  simplescreenrecorder/repos/community-x86_64/simplescreenrecorder.install

--+
 PKGBUILD |   87 -
 simplescreenrecorder.install |   18 
 2 files changed, 53 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-30 12:41:53 UTC (rev 288292)
+++ PKGBUILD2018-01-30 12:43:37 UTC (rev 288293)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Maarten Baert
-
-pkgname=simplescreenrecorder
-pkgver=0.3.9
-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
-#depends=("qt5-base" "qt5-x11extras" "qt5-tools" "ffmpeg" "alsa-lib" 
"libpulse" "jack" "libgl" "glu" "libx11" "libxext" "libxfixes" "libxi")
-depends=("qt4" "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")
-source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver;)
-md5sums=("SKIP")
-
-options=("!libtool")
-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
-  cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR='lib' ../
-  make
-}
-package() {
-  cd ssr/build
-  make DESTDIR="$pkgdir" install
-}

Copied: simplescreenrecorder/repos/community-x86_64/PKGBUILD (from rev 288292, 
simplescreenrecorder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-30 12:43:37 UTC (rev 288293)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Maarten Baert
+
+pkgname=simplescreenrecorder
+pkgver=0.3.9
+pkgrel=2
+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
+#depends=("qt5-base" "qt5-x11extras" "qt5-tools" "ffmpeg" "alsa-lib" 
"libpulse" "jack" "libgl" "glu" "libx11" "libxext" "libxfixes" "libxi")
+depends=("qt4" "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")
+source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver;)
+md5sums=("SKIP")
+
+options=("!libtool")
+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
+  cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_BUILD_TYPE=Release \
+-DLRELEASE='/usr/bin/lrelease-qt4' \
+-DCMAKE_INSTALL_LIBDIR='lib' ../
+  make
+}
+package() {
+  cd ssr/build
+  make DESTDIR="$pkgdir" install
+}

Deleted: simplescreenrecorder.install
===
--- simplescreenrecorder.install2018-01-30 12:41:53 UTC (rev 288292)
+++ simplescreenrecorder.install2018-01-30 12:43:37 UTC (rev 288293)
@@ -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 288292, simplescreenrecorder/trunk/simplescreenrecorder.install)
===
--- simplescreenrecorder.install(rev 0)
+++ simplescreenrecorder.install2018-01-30 12:43:37 UTC (rev 288293)
@@ -0,0 +1,9 @@
+post_install() {
+   ldconfig
+}
+post_upgrade() {
+   post_install
+}
+post_remove() {
+   post_install
+}