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

2016-11-14 Thread Kyle Keen
Date: Tuesday, November 15, 2016 @ 04:41:11
  Author: kkeen
Revision: 195931

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

Added:
  simplescreenrecorder/repos/community-i686/PKGBUILD
(from rev 195930, simplescreenrecorder/trunk/PKGBUILD)
  simplescreenrecorder/repos/community-i686/simplescreenrecorder.install
(from rev 195930, simplescreenrecorder/trunk/simplescreenrecorder.install)
  simplescreenrecorder/repos/community-x86_64/PKGBUILD
(from rev 195930, simplescreenrecorder/trunk/PKGBUILD)
  simplescreenrecorder/repos/community-x86_64/simplescreenrecorder.install
(from rev 195930, 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-11-15 04:40:49 UTC (rev 195930)
+++ community-i686/PKGBUILD 2016-11-15 04:41:11 UTC (rev 195931)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# 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
-}

Copied: simplescreenrecorder/repos/community-i686/PKGBUILD (from rev 195930, 
simplescreenrecorder/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-15 04:41:11 UTC (rev 195931)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Maarten Baert
+
+pkgname=simplescreenrecorder
+pkgver=0.3.8
+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-11-15 04:40:49 UTC (rev 
195930)
+++ community-i686/simplescreenrecorder.install 2016-11-15 04:41:11 UTC (rev 
195931)
@@ -1,9 +0,0 @@
-post_install() {
-   ldconfig
-}
-post_upgrade() {
-   post_install
-}
-post_remove() {
-   post_install
-}

Copied: simplescreenrecorder/repos/community-i686/simplescreenrecorder.install 
(from rev 195930, 

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

2016-10-18 Thread Kyle Keen
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 
-# 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 
+# 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, 

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

2016-04-28 Thread Kyle Keen
Date: Friday, April 29, 2016 @ 00:46:17
  Author: kkeen
Revision: 172469

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

Added:
  simplescreenrecorder/repos/community-i686/PKGBUILD
(from rev 172468, simplescreenrecorder/trunk/PKGBUILD)
  simplescreenrecorder/repos/community-i686/simplescreenrecorder.install
(from rev 172468, simplescreenrecorder/trunk/simplescreenrecorder.install)
  simplescreenrecorder/repos/community-x86_64/PKGBUILD
(from rev 172468, simplescreenrecorder/trunk/PKGBUILD)
  simplescreenrecorder/repos/community-x86_64/simplescreenrecorder.install
(from rev 172468, 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   |   34 ---
 community-i686/simplescreenrecorder.install   |   11 ---
 community-x86_64/PKGBUILD |   34 ---
 community-x86_64/simplescreenrecorder.install |   11 ---
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-28 22:45:55 UTC (rev 172468)
+++ community-i686/PKGBUILD 2016-04-28 22:46:17 UTC (rev 172469)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# 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-i686/PKGBUILD (from rev 172468, 
simplescreenrecorder/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-28 22:46:17 UTC (rev 172469)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# 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
+}

Deleted: community-i686/simplescreenrecorder.install
===
--- community-i686/simplescreenrecorder.install 2016-04-28 22:45:55 UTC (rev 
172468)
+++ community-i686/simplescreenrecorder.install 2016-04-28 22:46:17 UTC (rev 
172469)
@@ -1,11 +0,0 @@
-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-i686/simplescreenrecorder.install 
(from rev 172468, 

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

2015-11-03 Thread Kyle Keen
Date: Tuesday, November 3, 2015 @ 13:40:17
  Author: kkeen
Revision: 145781

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

Added:
  simplescreenrecorder/repos/community-i686/PKGBUILD
(from rev 145780, simplescreenrecorder/trunk/PKGBUILD)
  simplescreenrecorder/repos/community-i686/simplescreenrecorder.install
(from rev 145780, simplescreenrecorder/trunk/simplescreenrecorder.install)
  simplescreenrecorder/repos/community-x86_64/PKGBUILD
(from rev 145780, simplescreenrecorder/trunk/PKGBUILD)
  simplescreenrecorder/repos/community-x86_64/simplescreenrecorder.install
(from rev 145780, 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 |   70 
 /simplescreenrecorder.install |   22 +++
 community-i686/PKGBUILD   |   31 --
 community-i686/simplescreenrecorder.install   |   11 ---
 community-x86_64/PKGBUILD |   31 --
 community-x86_64/simplescreenrecorder.install |   11 ---
 6 files changed, 92 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-03 12:39:57 UTC (rev 145780)
+++ community-i686/PKGBUILD 2015-11-03 12:40:17 UTC (rev 145781)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Maarten Baert
-
-pkgname=simplescreenrecorder
-pkgver=0.3.3
-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=("qt5-base" "qt5-x11extras" "qt5-tools" "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
-  make
-}
-package() {
-  cd ssr
-  make DESTDIR="$pkgdir" install
-}

Copied: simplescreenrecorder/repos/community-i686/PKGBUILD (from rev 145780, 
simplescreenrecorder/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-03 12:40:17 UTC (rev 145781)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Maarten Baert
+
+pkgname=simplescreenrecorder
+pkgver=0.3.6
+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")
+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
+}
+md5sums=('SKIP')

Deleted: community-i686/simplescreenrecorder.install
===
--- community-i686/simplescreenrecorder.install 2015-11-03 12:39:57 UTC (rev 
145780)
+++ community-i686/simplescreenrecorder.install 2015-11-03 12:40:17 UTC (rev 
145781)
@@ -1,11 +0,0 @@
-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-i686/simplescreenrecorder.install 
(from rev 145780, simplescreenrecorder/trunk/simplescreenrecorder.install)
===
--- community-i686/simplescreenrecorder.install (rev 0)
+++ community-i686/simplescreenrecorder.install 

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

2015-05-30 Thread Kyle Keen
Date: Saturday, May 30, 2015 @ 22:00:32
  Author: kkeen
Revision: 134388

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

Added:
  simplescreenrecorder/repos/community-i686/PKGBUILD
(from rev 134387, simplescreenrecorder/trunk/PKGBUILD)
  simplescreenrecorder/repos/community-i686/simplescreenrecorder.install
(from rev 134387, simplescreenrecorder/trunk/simplescreenrecorder.install)
  simplescreenrecorder/repos/community-x86_64/PKGBUILD
(from rev 134387, simplescreenrecorder/trunk/PKGBUILD)
  simplescreenrecorder/repos/community-x86_64/simplescreenrecorder.install
(from rev 134387, 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 |   62 
 /simplescreenrecorder.install |   22 
 community-i686/PKGBUILD   |   29 ---
 community-i686/simplescreenrecorder.install   |   11 
 community-x86_64/PKGBUILD |   29 ---
 community-x86_64/simplescreenrecorder.install |   11 
 6 files changed, 84 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-30 20:00:14 UTC (rev 134387)
+++ community-i686/PKGBUILD 2015-05-30 20:00:32 UTC (rev 134388)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Maarten Baert
-
-pkgname=simplescreenrecorder
-pkgver=0.3.3
-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)
-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-i686/PKGBUILD (from rev 134387, 
simplescreenrecorder/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-30 20:00:32 UTC (rev 134388)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Maarten Baert
+
+pkgname=simplescreenrecorder
+pkgver=0.3.3
+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=(qt5-base qt5-x11extras qt5-tools 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
+  make
+}
+package() {
+  cd ssr
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/simplescreenrecorder.install
===
--- community-i686/simplescreenrecorder.install 2015-05-30 20:00:14 UTC (rev 
134387)
+++ community-i686/simplescreenrecorder.install 2015-05-30 20:00:32 UTC (rev 
134388)
@@ -1,11 +0,0 @@
-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-i686/simplescreenrecorder.install 
(from rev 134387, simplescreenrecorder/trunk/simplescreenrecorder.install)
===
--- community-i686/simplescreenrecorder.install (rev 0)
+++ community-i686/simplescreenrecorder.install 2015-05-30 20:00:32 UTC (rev 
134388)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-30 20:00:14 UTC (rev 134387)

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

2015-01-19 Thread Kyle Keen
Date: Tuesday, January 20, 2015 @ 00:01:28
  Author: kkeen
Revision: 126258

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

Added:
  simplescreenrecorder/repos/community-i686/PKGBUILD
(from rev 126257, simplescreenrecorder/trunk/PKGBUILD)
  simplescreenrecorder/repos/community-i686/simplescreenrecorder.install
(from rev 126257, simplescreenrecorder/trunk/simplescreenrecorder.install)
  simplescreenrecorder/repos/community-x86_64/PKGBUILD
(from rev 126257, simplescreenrecorder/trunk/PKGBUILD)
  simplescreenrecorder/repos/community-x86_64/simplescreenrecorder.install
(from rev 126257, 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 |   58 
 /simplescreenrecorder.install |   22 +
 community-i686/PKGBUILD   |   29 
 community-i686/simplescreenrecorder.install   |   11 
 community-x86_64/PKGBUILD |   29 
 community-x86_64/simplescreenrecorder.install |   11 
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-19 23:01:06 UTC (rev 126257)
+++ community-i686/PKGBUILD 2015-01-19 23:01:28 UTC (rev 126258)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Maarten Baert
-
-pkgname=simplescreenrecorder
-pkgver=0.3.2
-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)
-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-i686/PKGBUILD (from rev 126257, 
simplescreenrecorder/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-19 23:01:28 UTC (rev 126258)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Maarten Baert
+
+pkgname=simplescreenrecorder
+pkgver=0.3.3
+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)
+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
+}

Deleted: community-i686/simplescreenrecorder.install
===
--- community-i686/simplescreenrecorder.install 2015-01-19 23:01:06 UTC (rev 
126257)
+++ community-i686/simplescreenrecorder.install 2015-01-19 23:01:28 UTC (rev 
126258)
@@ -1,11 +0,0 @@
-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-i686/simplescreenrecorder.install 
(from rev 126257, simplescreenrecorder/trunk/simplescreenrecorder.install)
===
--- community-i686/simplescreenrecorder.install (rev 0)
+++ community-i686/simplescreenrecorder.install 2015-01-19 23:01:28 UTC (rev 
126258)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-19 23:01:06 UTC (rev 126257)
+++ community-x86_64/PKGBUILD   2015-01-19 23:01:28 UTC (rev 126258)
@@ -1,29 +0,0 @@
-# $Id$
-# 

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

2015-01-04 Thread Kyle Keen
Date: Sunday, January 4, 2015 @ 23:02:23
  Author: kkeen
Revision: 125363

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

Added:
  simplescreenrecorder/repos/community-i686/PKGBUILD
(from rev 125362, simplescreenrecorder/trunk/PKGBUILD)
  simplescreenrecorder/repos/community-i686/simplescreenrecorder.install
(from rev 125362, simplescreenrecorder/trunk/simplescreenrecorder.install)
  simplescreenrecorder/repos/community-x86_64/PKGBUILD
(from rev 125362, simplescreenrecorder/trunk/PKGBUILD)
  simplescreenrecorder/repos/community-x86_64/simplescreenrecorder.install
(from rev 125362, 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 |   58 
 /simplescreenrecorder.install |   22 +
 community-i686/PKGBUILD   |   29 
 community-i686/simplescreenrecorder.install   |   11 
 community-x86_64/PKGBUILD |   29 
 community-x86_64/simplescreenrecorder.install |   11 
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-04 22:02:03 UTC (rev 125362)
+++ community-i686/PKGBUILD 2015-01-04 22:02:23 UTC (rev 125363)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Maarten Baert
-
-pkgname=simplescreenrecorder
-pkgver=0.3.1
-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)
-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-i686/PKGBUILD (from rev 125362, 
simplescreenrecorder/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-04 22:02:23 UTC (rev 125363)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Maarten Baert
+
+pkgname=simplescreenrecorder
+pkgver=0.3.2
+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)
+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
+}

Deleted: community-i686/simplescreenrecorder.install
===
--- community-i686/simplescreenrecorder.install 2015-01-04 22:02:03 UTC (rev 
125362)
+++ community-i686/simplescreenrecorder.install 2015-01-04 22:02:23 UTC (rev 
125363)
@@ -1,11 +0,0 @@
-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-i686/simplescreenrecorder.install 
(from rev 125362, simplescreenrecorder/trunk/simplescreenrecorder.install)
===
--- community-i686/simplescreenrecorder.install (rev 0)
+++ community-i686/simplescreenrecorder.install 2015-01-04 22:02:23 UTC (rev 
125363)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-04 22:02:03 UTC (rev 125362)
+++ community-x86_64/PKGBUILD   2015-01-04 22:02:23 UTC (rev 125363)
@@ -1,29 +0,0 @@
-# $Id$
-# 

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

2014-09-26 Thread Kyle Keen
Date: Friday, September 26, 2014 @ 20:17:58
  Author: kkeen
Revision: 119626

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

Added:
  simplescreenrecorder/repos/community-i686/PKGBUILD
(from rev 119625, simplescreenrecorder/trunk/PKGBUILD)
  simplescreenrecorder/repos/community-i686/simplescreenrecorder.install
(from rev 119625, simplescreenrecorder/trunk/simplescreenrecorder.install)
  simplescreenrecorder/repos/community-x86_64/PKGBUILD
(from rev 119625, simplescreenrecorder/trunk/PKGBUILD)
  simplescreenrecorder/repos/community-x86_64/simplescreenrecorder.install
(from rev 119625, 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 |   58 
 /simplescreenrecorder.install |   22 +
 community-i686/PKGBUILD   |   29 
 community-i686/simplescreenrecorder.install   |   11 
 community-x86_64/PKGBUILD |   29 
 community-x86_64/simplescreenrecorder.install |   11 
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-26 18:13:57 UTC (rev 119625)
+++ community-i686/PKGBUILD 2014-09-26 18:17:58 UTC (rev 119626)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@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-i686/PKGBUILD (from rev 119625, 
simplescreenrecorder/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-26 18:17:58 UTC (rev 119626)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Maarten Baert
+
+pkgname=simplescreenrecorder
+pkgver=0.3.1
+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)
+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
+}

Deleted: community-i686/simplescreenrecorder.install
===
--- community-i686/simplescreenrecorder.install 2014-09-26 18:13:57 UTC (rev 
119625)
+++ community-i686/simplescreenrecorder.install 2014-09-26 18:17:58 UTC (rev 
119626)
@@ -1,11 +0,0 @@
-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-i686/simplescreenrecorder.install 
(from rev 119625, simplescreenrecorder/trunk/simplescreenrecorder.install)
===
--- community-i686/simplescreenrecorder.install (rev 0)
+++ community-i686/simplescreenrecorder.install 2014-09-26 18:17:58 UTC (rev 
119626)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-26 18:13:57 UTC (rev 119625)
+++ community-x86_64/PKGBUILD   2014-09-26 18:17:58 UTC (rev 119626)
@@ -1,29 +0,0 @@
-# $Id$
-# 

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

2014-07-04 Thread Kyle Keen
Date: Friday, July 4, 2014 @ 17:21:06
  Author: kkeen
Revision: 114886

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

Added:
  simplescreenrecorder/repos/community-i686/PKGBUILD
(from rev 114884, simplescreenrecorder/trunk/PKGBUILD)
  simplescreenrecorder/repos/community-i686/simplescreenrecorder.install
(from rev 114884, simplescreenrecorder/trunk/simplescreenrecorder.install)
  simplescreenrecorder/repos/community-x86_64/PKGBUILD
(from rev 114885, simplescreenrecorder/trunk/PKGBUILD)
  simplescreenrecorder/repos/community-x86_64/simplescreenrecorder.install
(from rev 114885, 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 |   58 
 /simplescreenrecorder.install |   22 +
 community-i686/PKGBUILD   |   29 
 community-i686/simplescreenrecorder.install   |   11 
 community-x86_64/PKGBUILD |   29 
 community-x86_64/simplescreenrecorder.install |   11 
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-04 15:20:59 UTC (rev 114885)
+++ community-i686/PKGBUILD 2014-07-04 15:21:06 UTC (rev 114886)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Maarten Baert
-
-pkgname=simplescreenrecorder
-pkgver=0.2.2
-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)
-depends=(qt4 ffmpeg alsa-lib libpulse jack libgl glu libx11 
libxext libxfixes)
-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-i686/PKGBUILD (from rev 114884, 
simplescreenrecorder/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-04 15:21:06 UTC (rev 114886)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Maarten Baert
+
+pkgname=simplescreenrecorder
+pkgver=0.3.0
+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)
+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
+}

Deleted: community-i686/simplescreenrecorder.install
===
--- community-i686/simplescreenrecorder.install 2014-07-04 15:20:59 UTC (rev 
114885)
+++ community-i686/simplescreenrecorder.install 2014-07-04 15:21:06 UTC (rev 
114886)
@@ -1,11 +0,0 @@
-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-i686/simplescreenrecorder.install 
(from rev 114884, simplescreenrecorder/trunk/simplescreenrecorder.install)
===
--- community-i686/simplescreenrecorder.install (rev 0)
+++ community-i686/simplescreenrecorder.install 2014-07-04 15:21:06 UTC (rev 
114886)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-04 15:20:59 UTC (rev 114885)
+++ community-x86_64/PKGBUILD   2014-07-04 15:21:06 UTC (rev 114886)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Kyle 

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

2014-03-02 Thread Kyle Keen
Date: Monday, March 3, 2014 @ 03:44:00
  Author: kkeen
Revision: 106433

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

Added:
  simplescreenrecorder/repos/community-i686/PKGBUILD
(from rev 106432, simplescreenrecorder/trunk/PKGBUILD)
  simplescreenrecorder/repos/community-i686/simplescreenrecorder.install
(from rev 106432, simplescreenrecorder/trunk/simplescreenrecorder.install)
  simplescreenrecorder/repos/community-x86_64/PKGBUILD
(from rev 106432, simplescreenrecorder/trunk/PKGBUILD)
  simplescreenrecorder/repos/community-x86_64/simplescreenrecorder.install
(from rev 106432, 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 |   58 
 /simplescreenrecorder.install |   22 +
 community-i686/PKGBUILD   |   29 
 community-i686/simplescreenrecorder.install   |   11 
 community-x86_64/PKGBUILD |   29 
 community-x86_64/simplescreenrecorder.install |   11 
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-03 02:43:33 UTC (rev 106432)
+++ community-i686/PKGBUILD 2014-03-03 02:44:00 UTC (rev 106433)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Maarten Baert
-
-pkgname=simplescreenrecorder
-pkgver=0.2.1
-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)
-depends=(qt4 ffmpeg alsa-lib libpulse jack libgl glu libx11 
libxext libxfixes)
-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-i686/PKGBUILD (from rev 106432, 
simplescreenrecorder/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-03 02:44:00 UTC (rev 106433)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Maarten Baert
+
+pkgname=simplescreenrecorder
+pkgver=0.2.2
+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)
+depends=(qt4 ffmpeg alsa-lib libpulse jack libgl glu libx11 
libxext libxfixes)
+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
+}

Deleted: community-i686/simplescreenrecorder.install
===
--- community-i686/simplescreenrecorder.install 2014-03-03 02:43:33 UTC (rev 
106432)
+++ community-i686/simplescreenrecorder.install 2014-03-03 02:44:00 UTC (rev 
106433)
@@ -1,11 +0,0 @@
-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-i686/simplescreenrecorder.install 
(from rev 106432, simplescreenrecorder/trunk/simplescreenrecorder.install)
===
--- community-i686/simplescreenrecorder.install (rev 0)
+++ community-i686/simplescreenrecorder.install 2014-03-03 02:44:00 UTC (rev 
106433)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-03 02:43:33 UTC (rev 106432)
+++ community-x86_64/PKGBUILD   2014-03-03 02:44:00 UTC (rev 106433)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Kyle 

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

2014-02-28 Thread Kyle Keen
Date: Saturday, March 1, 2014 @ 00:38:25
  Author: kkeen
Revision: 106356

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

Added:
  simplescreenrecorder/repos/community-i686/PKGBUILD
(from rev 106355, simplescreenrecorder/trunk/PKGBUILD)
  simplescreenrecorder/repos/community-i686/simplescreenrecorder.install
(from rev 106355, simplescreenrecorder/trunk/simplescreenrecorder.install)
  simplescreenrecorder/repos/community-x86_64/PKGBUILD
(from rev 106355, simplescreenrecorder/trunk/PKGBUILD)
  simplescreenrecorder/repos/community-x86_64/simplescreenrecorder.install
(from rev 106355, 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 |   58 
 /simplescreenrecorder.install |   22 +
 community-i686/PKGBUILD   |   29 
 community-i686/simplescreenrecorder.install   |   11 
 community-x86_64/PKGBUILD |   29 
 community-x86_64/simplescreenrecorder.install |   11 
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-28 23:38:01 UTC (rev 106355)
+++ community-i686/PKGBUILD 2014-02-28 23:38:25 UTC (rev 106356)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Maarten Baert
-
-pkgname=simplescreenrecorder
-pkgver=0.2.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 ffmpeg-compat alsa-lib libpulse jack libgl 
glu libx11 libxext libxfixes)
-optdepends=(lib32-simplescreenrecorder: OpenGL recording of 32-bit 
applications)
-makedepends=(git)
-source=(git+https://github.com/MaartenBaert/ssr.git#tag=0.2.0;)
-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-i686/PKGBUILD (from rev 106355, 
simplescreenrecorder/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-28 23:38:25 UTC (rev 106356)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Maarten Baert
+
+pkgname=simplescreenrecorder
+pkgver=0.2.1
+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)
+depends=(qt4 ffmpeg alsa-lib libpulse jack libgl glu libx11 
libxext libxfixes)
+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
+}

Deleted: community-i686/simplescreenrecorder.install
===
--- community-i686/simplescreenrecorder.install 2014-02-28 23:38:01 UTC (rev 
106355)
+++ community-i686/simplescreenrecorder.install 2014-02-28 23:38:25 UTC (rev 
106356)
@@ -1,11 +0,0 @@
-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-i686/simplescreenrecorder.install 
(from rev 106355, simplescreenrecorder/trunk/simplescreenrecorder.install)
===
--- community-i686/simplescreenrecorder.install (rev 0)
+++ community-i686/simplescreenrecorder.install 2014-02-28 23:38:25 UTC (rev 
106356)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-02-28 23:38:01 UTC (rev 106355)
+++ community-x86_64/PKGBUILD   2014-02-28 23:38:25 UTC (rev 106356)
@@ -1,29 +0,0 @@
-# $Id$
-#