[arch-commits] Commit in rtmpdump/repos (4 files)

Felix Yan fyan at archlinux.org
Fri Mar 4 10:53:36 UTC 2016


    Date: Friday, March 4, 2016 @ 11:53:36
  Author: fyan
Revision: 260795

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

Added:
  rtmpdump/repos/staging-i686/
  rtmpdump/repos/staging-i686/PKGBUILD
    (from rev 260794, rtmpdump/trunk/PKGBUILD)
  rtmpdump/repos/staging-x86_64/
  rtmpdump/repos/staging-x86_64/PKGBUILD
    (from rev 260794, rtmpdump/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   51 ++++++++++++++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   51 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 102 insertions(+)

Copied: rtmpdump/repos/staging-i686/PKGBUILD (from rev 260794, rtmpdump/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2016-03-04 10:53:36 UTC (rev 260795)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: xduugu
+# Contributor: Elis Hughes <elishughes at googlemail.com>
+
+pkgname=rtmpdump
+pkgver=2.4.r96.fa8646d
+pkgrel=2
+epoch=1
+pkgdesc='Tool to download 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='fa8646d'
+source=("git://git.ffmpeg.org/rtmpdump#commit=${_commit}")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd rtmpdump
+
+  _ver_name='2.4'
+  _ver_commit='c28f1bab7822de97353849e7787b59e50bbb1428'
+
+  echo "${_ver_name}.r$(git rev-list --count ${_ver_commit}..HEAD).${_commit}"
+}
+
+build() {
+  cd rtmpdump
+
+  make \
+    OPT="$CFLAGS" \
+    XLDFLAGS="$LDFLAGS"
+}
+
+package() {
+  cd rtmpdump
+
+  make \
+    prefix='/usr' \
+    sbindir='/usr/bin' \
+    mandir='/usr/share/man' \
+    DESTDIR="${pkgdir}" \
+    install
+}
+
+# vim: ts=2 sw=2 et:

Copied: rtmpdump/repos/staging-x86_64/PKGBUILD (from rev 260794, rtmpdump/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2016-03-04 10:53:36 UTC (rev 260795)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: xduugu
+# Contributor: Elis Hughes <elishughes at googlemail.com>
+
+pkgname=rtmpdump
+pkgver=2.4.r96.fa8646d
+pkgrel=2
+epoch=1
+pkgdesc='Tool to download 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='fa8646d'
+source=("git://git.ffmpeg.org/rtmpdump#commit=${_commit}")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd rtmpdump
+
+  _ver_name='2.4'
+  _ver_commit='c28f1bab7822de97353849e7787b59e50bbb1428'
+
+  echo "${_ver_name}.r$(git rev-list --count ${_ver_commit}..HEAD).${_commit}"
+}
+
+build() {
+  cd rtmpdump
+
+  make \
+    OPT="$CFLAGS" \
+    XLDFLAGS="$LDFLAGS"
+}
+
+package() {
+  cd rtmpdump
+
+  make \
+    prefix='/usr' \
+    sbindir='/usr/bin' \
+    mandir='/usr/share/man' \
+    DESTDIR="${pkgdir}" \
+    install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list