Date: Wednesday, December 21, 2022 @ 15:37:13
Author: alucryd
Revision: 1364893
archrelease: copy trunk to multilib-x86_64
Added:
lib32-librtmp0/repos/multilib-x86_64/PKGBUILD
(from rev 1364892, lib32-librtmp0/trunk/PKGBUILD)
Deleted:
lib32-librtmp0/repos/multilib-x86_64/PKGBUILD
----------+
PKGBUILD | 109 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 56 insertions(+), 53 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-21 15:37:02 UTC (rev 1364892)
+++ PKGBUILD 2022-12-21 15:37:13 UTC (rev 1364893)
@@ -1,53 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-# Contributor: Bartłomiej Piotrowski <[email protected]>
-# Contributor: xduugu <[email protected]>
-# Contributor: Elis Hughes <[email protected]>
-# Contributor: Dan Ziemba <[email protected]>
-
-pkgname=lib32-librtmp0
-pkgver=2.4
-pkgrel=4
-pkgdesc='Toolkit for RTMP streams'
-arch=('x86_64')
-url='https://rtmpdump.mplayerhq.hu/'
-license=('GPL2' 'LGPL2.1')
-depends=('lib32-glibc' 'lib32-gnutls' 'lib32-zlib')
-makedepends=('git')
-provides=('librtmp.so')
-options=('!makeflags')
-_commit='c28f1bab7822de97353849e7787b59e50bbb1428'
-source=("git://git.ffmpeg.org/rtmpdump#commit=${_commit}")
-sha256sums=('SKIP')
-
-prepare() {
- cd rtmpdump
-
- git cherry-pick -n eea470fa5f9a5481a36dedd257549595ef7480d6
- git cherry-pick -n 8e3064207fa7535baad07fd06b65630ec8b31a08
- git cherry-pick -n 7340f6dbc6b3c8e552baab2e5a891c2de75cddcc
-
- sed -e 's/^CRYPTO=OPENSSL/#CRYPTO=OPENSSL/' -e
's/#CRYPTO=GNUTLS/CRYPTO=GNUTLS/' -i Makefile -i librtmp/Makefile
-}
-
-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:
Copied: lib32-librtmp0/repos/multilib-x86_64/PKGBUILD (from rev 1364892,
lib32-librtmp0/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-21 15:37:13 UTC (rev 1364893)
@@ -0,0 +1,56 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Bartłomiej Piotrowski <[email protected]>
+# Contributor: xduugu <[email protected]>
+# Contributor: Elis Hughes <[email protected]>
+# Contributor: Dan Ziemba <[email protected]>
+
+pkgname=lib32-librtmp0
+pkgver=2.4
+pkgrel=5
+pkgdesc='Toolkit for RTMP streams'
+arch=(x86_64)
+url=https://rtmpdump.mplayerhq.hu/
+license=(
+ GPL2
+ LGPL2.1
+)
+depends=(
+ lib32-glibc
+ lib32-gnutls
+ lib32-zlib
+)
+makedepends=(git)
+provides=(librtmp.so)
+options=(!makeflags)
+_commit=c28f1bab7822de97353849e7787b59e50bbb1428
+source=(git+https://git.ffmpeg.org/rtmpdump#commit=${_commit})
+b2sums=(SKIP)
+
+prepare() {
+ cd rtmpdump
+ git cherry-pick -n eea470fa5f9a5481a36dedd257549595ef7480d6
+ git cherry-pick -n 8e3064207fa7535baad07fd06b65630ec8b31a08
+ git cherry-pick -n 7340f6dbc6b3c8e552baab2e5a891c2de75cddcc
+ sed -e 's/^CRYPTO=OPENSSL/#CRYPTO=OPENSSL/' -e
's/#CRYPTO=GNUTLS/CRYPTO=GNUTLS/' -i Makefile -i librtmp/Makefile
+}
+
+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: