[arch-commits] Commit in librtmp0 (5 files)
Maxime Gauduin
alucryd at archlinux.org
Sun Oct 2 07:32:43 UTC 2016
Date: Sunday, October 2, 2016 @ 07:32:42
Author: alucryd
Revision: 191189
archrelease: copy trunk to community-i686, community-x86_64
Added:
librtmp0/repos/
librtmp0/repos/community-i686/
librtmp0/repos/community-i686/PKGBUILD
(from rev 191188, librtmp0/trunk/PKGBUILD)
librtmp0/repos/community-x86_64/
librtmp0/repos/community-x86_64/PKGBUILD
(from rev 191188, librtmp0/trunk/PKGBUILD)
---------------------------+
community-i686/PKGBUILD | 44 ++++++++++++++++++++++++++++++++++++++++++++
community-x86_64/PKGBUILD | 44 ++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 88 insertions(+)
Copied: librtmp0/repos/community-i686/PKGBUILD (from rev 191188, librtmp0/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD (rev 0)
+++ repos/community-i686/PKGBUILD 2016-10-02 07:32:42 UTC (rev 191189)
@@ -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:
Copied: librtmp0/repos/community-x86_64/PKGBUILD (from rev 191188, librtmp0/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2016-10-02 07:32:42 UTC (rev 191189)
@@ -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:
More information about the arch-commits
mailing list