[arch-commits] Commit in (6 files)

Maxime Gauduin alucryd at archlinux.org
Sun Oct 2 07:28:56 UTC 2016


    Date: Sunday, October 2, 2016 @ 07:28:55
  Author: alucryd
Revision: 191188

Another lib for the steam runtime

Added:
  lib32-librtmp0/
  lib32-librtmp0/trunk/
  lib32-librtmp0/trunk/PKGBUILD
  librtmp0/
  librtmp0/trunk/
  librtmp0/trunk/PKGBUILD

-------------------------------+
 lib32-librtmp0/trunk/PKGBUILD |   44 ++++++++++++++++++++++++++++++++++++++++
 librtmp0/trunk/PKGBUILD       |   44 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 88 insertions(+)

Added: lib32-librtmp0/trunk/PKGBUILD
===================================================================
--- lib32-librtmp0/trunk/PKGBUILD	                        (rev 0)
+++ lib32-librtmp0/trunk/PKGBUILD	2016-10-02 07:28:55 UTC (rev 191188)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: xduugu <xduugu at gmx.com>
+# Contributor: Elis Hughes <elishughes at googlemail.com>
+# Contributor: Dan Ziemba <zman0900 at gmail.com>
+
+pkgname=lib32-librtmp0
+pkgver=2.4
+pkgrel=1
+pkgdesc='Toolkit for RTMP streams'
+arch=('i686' 'x86_64')
+url='http://rtmpdump.mplayerhq.hu/'
+license=('GPL2' 'LGPL2.1')
+depends=('glibc' 'openssl' 'zlib')
+makedepends=('git')
+provides=('librtmp.so')
+options=('!makeflags')
+_commit='c28f1bab7822de97353849e7787b59e50bbb1428'
+source=("git://git.ffmpeg.org/rtmpdump#commit=${_commit}")
+sha256sums=('SKIP')
+
+build() {
+  cd rtmpdump
+
+  make \
+    OPT="$CFLAGS -m32" \
+    XLDFLAGS="$LDFLAGS -m32"
+}
+
+package() {
+  cd rtmpdump
+
+  make \
+    prefix='/usr' \
+    sbindir='/usr/bin' \
+    libdir='/usr/lib32' \
+    mandir='/usr/share/man' \
+    DESTDIR="${pkgdir}" \
+    install
+  rm -rf "${pkgdir}"/usr/{bin,include,lib32/{librtmp.{a,so},pkgconfig},share}
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: lib32-librtmp0/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: librtmp0/trunk/PKGBUILD
===================================================================
--- librtmp0/trunk/PKGBUILD	                        (rev 0)
+++ librtmp0/trunk/PKGBUILD	2016-10-02 07:28:55 UTC (rev 191188)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: xduugu <xduugu at gmx.com>
+# Contributor: Elis Hughes <elishughes at googlemail.com>
+# Contributor: kaptoxic <kaptoxic at yahoo.com>
+# Contributor: Arthur Skowronek <eisensheng at mailbox.org>
+
+pkgname=librtmp0
+pkgver=2.4
+pkgrel=1
+pkgdesc='Toolkit for RTMP streams'
+arch=('i686' 'x86_64')
+url='http://rtmpdump.mplayerhq.hu/'
+license=('GPL2' 'LGPL2.1')
+depends=('glibc' 'openssl' 'zlib')
+makedepends=('git')
+provides=('librtmp.so')
+options=('!makeflags')
+_commit='c28f1bab7822de97353849e7787b59e50bbb1428'
+source=("git://git.ffmpeg.org/rtmpdump#commit=${_commit}")
+sha256sums=('SKIP')
+
+build() {
+  cd rtmpdump
+
+  make \
+    OPT="$CFLAGS" \
+    XLDFLAGS="$LDFLAGS"
+}
+
+package() {
+  cd rtmpdump
+
+  make \
+    prefix='/usr' \
+    sbindir='/usr/bin' \
+    mandir='/usr/share/man' \
+    DESTDIR="${pkgdir}" \
+    install
+  rm -rf "${pkgdir}"/usr/{bin,include,lib/{librtmp.{a,so},pkgconfig},share}
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: librtmp0/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list