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

Kyle Keen kkeen at archlinux.org
Wed Sep 17 10:55:52 UTC 2014


    Date: Wednesday, September 17, 2014 @ 12:55:52
  Author: kkeen
Revision: 119091

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 119090, simplescreenrecorder/trunk/PKGBUILD)
  simplescreenrecorder/repos/community-staging-i686/simplescreenrecorder.install
    (from rev 119090, simplescreenrecorder/trunk/simplescreenrecorder.install)
  simplescreenrecorder/repos/community-staging-x86_64/
  simplescreenrecorder/repos/community-staging-x86_64/PKGBUILD
    (from rev 119090, simplescreenrecorder/trunk/PKGBUILD)
  simplescreenrecorder/repos/community-staging-x86_64/simplescreenrecorder.install
    (from rev 119090, simplescreenrecorder/trunk/simplescreenrecorder.install)

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

Copied: simplescreenrecorder/repos/community-staging-i686/PKGBUILD (from rev 119090, simplescreenrecorder/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-09-17 10:55:52 UTC (rev 119091)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Maarten Baert
+
+pkgname=simplescreenrecorder
+pkgver=0.3.0
+pkgrel=2
+pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL."
+arch=("i686" "x86_64")
+url="http://www.maartenbaert.be/simplescreenrecorder/"
+license=("GPL3")
+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
+  ./configure --prefix=/usr --disable-assert
+  make
+}
+package() {
+  cd ssr
+  make DESTDIR="$pkgdir" install
+}

Copied: simplescreenrecorder/repos/community-staging-i686/simplescreenrecorder.install (from rev 119090, simplescreenrecorder/trunk/simplescreenrecorder.install)
===================================================================
--- community-staging-i686/simplescreenrecorder.install	                        (rev 0)
+++ community-staging-i686/simplescreenrecorder.install	2014-09-17 10:55:52 UTC (rev 119091)
@@ -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 119090, simplescreenrecorder/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-09-17 10:55:52 UTC (rev 119091)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Maarten Baert
+
+pkgname=simplescreenrecorder
+pkgver=0.3.0
+pkgrel=2
+pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL."
+arch=("i686" "x86_64")
+url="http://www.maartenbaert.be/simplescreenrecorder/"
+license=("GPL3")
+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
+  ./configure --prefix=/usr --disable-assert
+  make
+}
+package() {
+  cd ssr
+  make DESTDIR="$pkgdir" install
+}

Copied: simplescreenrecorder/repos/community-staging-x86_64/simplescreenrecorder.install (from rev 119090, simplescreenrecorder/trunk/simplescreenrecorder.install)
===================================================================
--- community-staging-x86_64/simplescreenrecorder.install	                        (rev 0)
+++ community-staging-x86_64/simplescreenrecorder.install	2014-09-17 10:55:52 UTC (rev 119091)
@@ -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