[arch-commits] Commit in simplescreenrecorder/repos (6 files)

Kyle Keen kkeen at archlinux.org
Mon Feb 15 22:53:09 UTC 2016


    Date: Monday, February 15, 2016 @ 23:53:09
  Author: kkeen
Revision: 161719

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  simplescreenrecorder/repos/community-staging-i686/
  simplescreenrecorder/repos/community-staging-i686/PKGBUILD
    (from rev 161718, simplescreenrecorder/trunk/PKGBUILD)
  simplescreenrecorder/repos/community-staging-i686/simplescreenrecorder.install
    (from rev 161718, simplescreenrecorder/trunk/simplescreenrecorder.install)
  simplescreenrecorder/repos/community-staging-x86_64/
  simplescreenrecorder/repos/community-staging-x86_64/PKGBUILD
    (from rev 161718, simplescreenrecorder/trunk/PKGBUILD)
  simplescreenrecorder/repos/community-staging-x86_64/simplescreenrecorder.install
    (from rev 161718, simplescreenrecorder/trunk/simplescreenrecorder.install)

-------------------------------------------------------+
 community-staging-i686/PKGBUILD                       |   34 ++++++++++++++++
 community-staging-i686/simplescreenrecorder.install   |   11 +++++
 community-staging-x86_64/PKGBUILD                     |   34 ++++++++++++++++
 community-staging-x86_64/simplescreenrecorder.install |   11 +++++
 4 files changed, 90 insertions(+)

Copied: simplescreenrecorder/repos/community-staging-i686/PKGBUILD (from rev 161718, simplescreenrecorder/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2016-02-15 22:53:09 UTC (rev 161719)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Maarten Baert
+
+pkgname=simplescreenrecorder
+pkgver=0.3.6
+pkgrel=3
+pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL."
+arch=("i686" "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")
+optdepends=("lib32-simplescreenrecorder: OpenGL recording of 32-bit applications")
+makedepends=("git")
+source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver")
+md5sums=("SKIP")
+
+options=("!libtool")
+install=simplescreenrecorder.install
+
+build() {
+  cd ssr
+  # fPIC is only required for qt5 + gcc5
+  #CXXFLAGS="$CXXFLAGS -fPIC"
+  #./configure --prefix=/usr --disable-assert --with-qt5
+  ./configure --prefix=/usr --disable-assert
+  make
+}
+package() {
+  cd ssr
+  make DESTDIR="$pkgdir" install
+}

Copied: simplescreenrecorder/repos/community-staging-i686/simplescreenrecorder.install (from rev 161718, simplescreenrecorder/trunk/simplescreenrecorder.install)
===================================================================
--- community-staging-i686/simplescreenrecorder.install	                        (rev 0)
+++ community-staging-i686/simplescreenrecorder.install	2016-02-15 22:53:09 UTC (rev 161719)
@@ -0,0 +1,11 @@
+post_install() {
+	update-desktop-database -q
+	gtk-update-icon-cache -q -f usr/share/icons/hicolor
+	ldconfig
+}
+post_upgrade() {
+	post_install
+}
+post_remove() {
+	post_install
+}

Copied: simplescreenrecorder/repos/community-staging-x86_64/PKGBUILD (from rev 161718, simplescreenrecorder/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2016-02-15 22:53:09 UTC (rev 161719)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Maarten Baert
+
+pkgname=simplescreenrecorder
+pkgver=0.3.6
+pkgrel=3
+pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL."
+arch=("i686" "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")
+optdepends=("lib32-simplescreenrecorder: OpenGL recording of 32-bit applications")
+makedepends=("git")
+source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver")
+md5sums=("SKIP")
+
+options=("!libtool")
+install=simplescreenrecorder.install
+
+build() {
+  cd ssr
+  # fPIC is only required for qt5 + gcc5
+  #CXXFLAGS="$CXXFLAGS -fPIC"
+  #./configure --prefix=/usr --disable-assert --with-qt5
+  ./configure --prefix=/usr --disable-assert
+  make
+}
+package() {
+  cd ssr
+  make DESTDIR="$pkgdir" install
+}

Copied: simplescreenrecorder/repos/community-staging-x86_64/simplescreenrecorder.install (from rev 161718, simplescreenrecorder/trunk/simplescreenrecorder.install)
===================================================================
--- community-staging-x86_64/simplescreenrecorder.install	                        (rev 0)
+++ community-staging-x86_64/simplescreenrecorder.install	2016-02-15 22:53:09 UTC (rev 161719)
@@ -0,0 +1,11 @@
+post_install() {
+	update-desktop-database -q
+	gtk-update-icon-cache -q -f usr/share/icons/hicolor
+	ldconfig
+}
+post_upgrade() {
+	post_install
+}
+post_remove() {
+	post_install
+}



More information about the arch-commits mailing list