[arch-commits] Commit in lib32-simplescreenrecorder/repos/multilib-x86_64 (4 files)
Kyle Keen
kkeen at archlinux.org
Tue Nov 3 12:43:58 UTC 2015
Date: Tuesday, November 3, 2015 @ 13:43:57
Author: kkeen
Revision: 145785
archrelease: copy trunk to multilib-x86_64
Added:
lib32-simplescreenrecorder/repos/multilib-x86_64/PKGBUILD
(from rev 145784, lib32-simplescreenrecorder/trunk/PKGBUILD)
lib32-simplescreenrecorder/repos/multilib-x86_64/lib32-simplescreenrecorder.install
(from rev 145784, lib32-simplescreenrecorder/trunk/lib32-simplescreenrecorder.install)
Deleted:
lib32-simplescreenrecorder/repos/multilib-x86_64/PKGBUILD
lib32-simplescreenrecorder/repos/multilib-x86_64/lib32-simplescreenrecorder.install
------------------------------------+
PKGBUILD | 62 +++++++++++++++++------------------
lib32-simplescreenrecorder.install | 18 +++++-----
2 files changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-11-03 12:43:45 UTC (rev 145784)
+++ PKGBUILD 2015-11-03 12:43:57 UTC (rev 145785)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Maarten Baert
-
-pkgname=lib32-simplescreenrecorder
-pkgver=0.3.3
-pkgrel=1
-pkgdesc="Record 32-bit OpenGL applications with SimpleScreenRecorder."
-arch=("x86_64")
-url="http://www.maartenbaert.be/simplescreenrecorder/"
-license=("GPL3")
-depends=("lib32-libgl" "lib32-glu" "lib32-libx11" "lib32-libxext" "lib32-libxfixes")
-makedepends=("git" "gcc-multilib")
-options=("!libtool")
-install=lib32-simplescreenrecorder.install
-source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver")
-md5sums=("SKIP")
-
-build() {
- cd ssr
- export CC="gcc -m32"
- export CXX="g++ -m32"
- export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
- ./configure --prefix=/usr --libdir=/usr/lib32 --disable-ssrprogram --disable-assert
- make
-}
-
-package() {
- cd ssr
- make DESTDIR="${pkgdir}" install
-}
Copied: lib32-simplescreenrecorder/repos/multilib-x86_64/PKGBUILD (from rev 145784, lib32-simplescreenrecorder/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-11-03 12:43:57 UTC (rev 145785)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Maarten Baert
+
+pkgname=lib32-simplescreenrecorder
+pkgver=0.3.6
+pkgrel=1
+pkgdesc="Record 32-bit OpenGL applications with SimpleScreenRecorder."
+arch=("x86_64")
+url="http://www.maartenbaert.be/simplescreenrecorder/"
+license=("GPL3")
+depends=("lib32-libgl" "lib32-glu" "lib32-libx11" "lib32-libxext" "lib32-libxfixes")
+makedepends=("git" "gcc-multilib")
+options=("!libtool")
+install=lib32-simplescreenrecorder.install
+source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver")
+md5sums=("SKIP")
+
+build() {
+ cd ssr
+ export CC="gcc -m32"
+ export CXX="g++ -m32"
+ export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+ ./configure --prefix=/usr --libdir=/usr/lib32 --disable-ssrprogram --disable-assert
+ make
+}
+
+package() {
+ cd ssr
+ make DESTDIR="${pkgdir}" install
+}
Deleted: lib32-simplescreenrecorder.install
===================================================================
--- lib32-simplescreenrecorder.install 2015-11-03 12:43:45 UTC (rev 145784)
+++ lib32-simplescreenrecorder.install 2015-11-03 12:43:57 UTC (rev 145785)
@@ -1,9 +0,0 @@
-post_install() {
- ldconfig
-}
-post_upgrade() {
- post_install
-}
-post_remove() {
- post_install
-}
Copied: lib32-simplescreenrecorder/repos/multilib-x86_64/lib32-simplescreenrecorder.install (from rev 145784, lib32-simplescreenrecorder/trunk/lib32-simplescreenrecorder.install)
===================================================================
--- lib32-simplescreenrecorder.install (rev 0)
+++ lib32-simplescreenrecorder.install 2015-11-03 12:43:57 UTC (rev 145785)
@@ -0,0 +1,9 @@
+post_install() {
+ ldconfig
+}
+post_upgrade() {
+ post_install
+}
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list