[arch-commits] Commit in simplescreenrecorder/repos (8 files)
Kyle Keen
kkeen at archlinux.org
Tue Oct 18 11:37:04 UTC 2016
Date: Tuesday, October 18, 2016 @ 11:37:04
Author: kkeen
Revision: 192500
archrelease: copy trunk to community-i686, community-x86_64
Added:
simplescreenrecorder/repos/community-i686/PKGBUILD
(from rev 192499, simplescreenrecorder/trunk/PKGBUILD)
simplescreenrecorder/repos/community-i686/simplescreenrecorder.install
(from rev 192499, simplescreenrecorder/trunk/simplescreenrecorder.install)
simplescreenrecorder/repos/community-x86_64/PKGBUILD
(from rev 192499, simplescreenrecorder/trunk/PKGBUILD)
simplescreenrecorder/repos/community-x86_64/simplescreenrecorder.install
(from rev 192499, simplescreenrecorder/trunk/simplescreenrecorder.install)
Deleted:
simplescreenrecorder/repos/community-i686/PKGBUILD
simplescreenrecorder/repos/community-i686/simplescreenrecorder.install
simplescreenrecorder/repos/community-x86_64/PKGBUILD
simplescreenrecorder/repos/community-x86_64/simplescreenrecorder.install
-----------------------------------------------+
/PKGBUILD | 72 ++++++++++++++++++++++++
/simplescreenrecorder.install | 18 ++++++
community-i686/PKGBUILD | 36 ------------
community-i686/simplescreenrecorder.install | 9 ---
community-x86_64/PKGBUILD | 36 ------------
community-x86_64/simplescreenrecorder.install | 9 ---
6 files changed, 90 insertions(+), 90 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-10-18 11:36:25 UTC (rev 192499)
+++ community-i686/PKGBUILD 2016-10-18 11:37:04 UTC (rev 192500)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Maarten Baert
-
-pkgname=simplescreenrecorder
-pkgver=0.3.6
-pkgrel=4
-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"
- "desktop-file-utils" "gtk-update-icon-cache")
-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-i686/PKGBUILD (from rev 192499, simplescreenrecorder/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-18 11:37:04 UTC (rev 192500)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Maarten Baert
+
+pkgname=simplescreenrecorder
+pkgver=0.3.7
+pkgrel=1
+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"
+ "desktop-file-utils" "gtk-update-icon-cache")
+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
+}
Deleted: community-i686/simplescreenrecorder.install
===================================================================
--- community-i686/simplescreenrecorder.install 2016-10-18 11:36:25 UTC (rev 192499)
+++ community-i686/simplescreenrecorder.install 2016-10-18 11:37:04 UTC (rev 192500)
@@ -1,9 +0,0 @@
-post_install() {
- ldconfig
-}
-post_upgrade() {
- post_install
-}
-post_remove() {
- post_install
-}
Copied: simplescreenrecorder/repos/community-i686/simplescreenrecorder.install (from rev 192499, simplescreenrecorder/trunk/simplescreenrecorder.install)
===================================================================
--- community-i686/simplescreenrecorder.install (rev 0)
+++ community-i686/simplescreenrecorder.install 2016-10-18 11:37:04 UTC (rev 192500)
@@ -0,0 +1,9 @@
+post_install() {
+ ldconfig
+}
+post_upgrade() {
+ post_install
+}
+post_remove() {
+ post_install
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-10-18 11:36:25 UTC (rev 192499)
+++ community-x86_64/PKGBUILD 2016-10-18 11:37:04 UTC (rev 192500)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Maarten Baert
-
-pkgname=simplescreenrecorder
-pkgver=0.3.6
-pkgrel=4
-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"
- "desktop-file-utils" "gtk-update-icon-cache")
-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-x86_64/PKGBUILD (from rev 192499, simplescreenrecorder/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-10-18 11:37:04 UTC (rev 192500)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Maarten Baert
+
+pkgname=simplescreenrecorder
+pkgver=0.3.7
+pkgrel=1
+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"
+ "desktop-file-utils" "gtk-update-icon-cache")
+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
+}
Deleted: community-x86_64/simplescreenrecorder.install
===================================================================
--- community-x86_64/simplescreenrecorder.install 2016-10-18 11:36:25 UTC (rev 192499)
+++ community-x86_64/simplescreenrecorder.install 2016-10-18 11:37:04 UTC (rev 192500)
@@ -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 192499, simplescreenrecorder/trunk/simplescreenrecorder.install)
===================================================================
--- community-x86_64/simplescreenrecorder.install (rev 0)
+++ community-x86_64/simplescreenrecorder.install 2016-10-18 11:37:04 UTC (rev 192500)
@@ -0,0 +1,9 @@
+post_install() {
+ ldconfig
+}
+post_upgrade() {
+ post_install
+}
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list