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

Maxime Gauduin alucryd at archlinux.org
Wed Dec 30 18:45:08 UTC 2015


    Date: Wednesday, December 30, 2015 @ 19:45:07
  Author: alucryd
Revision: 257387

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

Added:
  rtmpdump/repos/extra-i686/PKGBUILD
    (from rev 257386, rtmpdump/trunk/PKGBUILD)
  rtmpdump/repos/extra-x86_64/PKGBUILD
    (from rev 257386, rtmpdump/trunk/PKGBUILD)
Deleted:
  rtmpdump/repos/extra-i686/PKGBUILD
  rtmpdump/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |  102 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   29 -------------
 extra-x86_64/PKGBUILD |   29 -------------
 3 files changed, 102 insertions(+), 58 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-12-30 18:44:43 UTC (rev 257386)
+++ extra-i686/PKGBUILD	2015-12-30 18:45:07 UTC (rev 257387)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: xduugu
-# Contributor: Elis Hughes <elishughes at googlemail.com>
-
-pkgname=rtmpdump
-pkgver=20140918
-pkgrel=2
-pkgdesc='Tool to download rtmp streams'
-arch=('i686' 'x86_64')
-url='http://rtmpdump.mplayerhq.hu/'
-license=('GPL2' 'LGPL2.1')
-depends=('openssl')
-makedepends=('git')
-options=('!makeflags')
-source=(git://git.ffmpeg.org/rtmpdump#commit=a1900c3)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  make OPT="$CFLAGS" XLDFLAGS="$LDFLAGS"
-}
-
-package() {
-  cd $pkgname
-  make prefix=/usr sbindir=/usr/bin \
-    mandir=/usr/share/man DESTDIR="$pkgdir" \
-    install
-}

Copied: rtmpdump/repos/extra-i686/PKGBUILD (from rev 257386, rtmpdump/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-12-30 18:45:07 UTC (rev 257387)
@@ -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=1
+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:

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2015-12-30 18:44:43 UTC (rev 257386)
+++ extra-x86_64/PKGBUILD	2015-12-30 18:45:07 UTC (rev 257387)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: xduugu
-# Contributor: Elis Hughes <elishughes at googlemail.com>
-
-pkgname=rtmpdump
-pkgver=20140918
-pkgrel=2
-pkgdesc='Tool to download rtmp streams'
-arch=('i686' 'x86_64')
-url='http://rtmpdump.mplayerhq.hu/'
-license=('GPL2' 'LGPL2.1')
-depends=('openssl')
-makedepends=('git')
-options=('!makeflags')
-source=(git://git.ffmpeg.org/rtmpdump#commit=a1900c3)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  make OPT="$CFLAGS" XLDFLAGS="$LDFLAGS"
-}
-
-package() {
-  cd $pkgname
-  make prefix=/usr sbindir=/usr/bin \
-    mandir=/usr/share/man DESTDIR="$pkgdir" \
-    install
-}

Copied: rtmpdump/repos/extra-x86_64/PKGBUILD (from rev 257386, rtmpdump/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-12-30 18:45:07 UTC (rev 257387)
@@ -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=1
+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