mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
community/live-media: upgrade to 2020.04.06
This commit is contained in:
parent
7f8654a5d5
commit
0d4bd90222
@ -1,7 +1,8 @@
|
||||
# Contributor: Leo <thinkabit.ukim@gmail.com>
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=live-media
|
||||
pkgver=2020.03.06
|
||||
pkgrel=1
|
||||
pkgver=2020.04.06
|
||||
pkgrel=0
|
||||
pkgdesc="A set of C++ libraries for multimedia streaming"
|
||||
url="http://live555.com/liveMedia"
|
||||
arch="all"
|
||||
@ -9,10 +10,10 @@ license="LGPL-3.0-or-later"
|
||||
subpackages="$pkgname-dev $pkgname-utils"
|
||||
options="!check"
|
||||
source="http://live555.com/liveMedia/public/live.$pkgver.tar.gz
|
||||
0001-Add-a-pkg-config-file-for-the-shared-libraries.patch
|
||||
0003-Link-shared-libraries-with-g-instead-of-gcc-to-fix-b.patch
|
||||
0004-Reduce-number-of-unresolved-symbols-by-linking-libra.patch
|
||||
0005-Build-without-OpenSSL.patch
|
||||
0001-Add-a-pkg-config-file-for-the-shared-libraries.patch
|
||||
0003-Link-shared-libraries-with-g-instead-of-gcc-to-fix-b.patch
|
||||
0004-Reduce-number-of-unresolved-symbols-by-linking-libra.patch
|
||||
0005-Build-without-OpenSSL.patch
|
||||
"
|
||||
builddir="$srcdir"/live
|
||||
|
||||
@ -36,14 +37,14 @@ package() {
|
||||
soname=$(scanelf -B --format "#F%S" $so)
|
||||
cp $so "$pkgdir"/usr/lib/
|
||||
so=${so##*/}
|
||||
ln -s ${so} "$pkgdir"/usr/lib/$soname
|
||||
ln -s ${so} "$pkgdir"/usr/lib/${soname%.so.*}.so
|
||||
ln -s $so "$pkgdir"/usr/lib/$soname
|
||||
ln -s $so "$pkgdir"/usr/lib/${soname%.so.*}.so
|
||||
done
|
||||
done
|
||||
|
||||
mkdir -p "$pkgdir"/usr/bin
|
||||
for testprog in $(find testProgs -type f -perm 755); do
|
||||
install ${testprog} "$pkgdir"/usr/bin
|
||||
install $testprog "$pkgdir"/usr/bin
|
||||
done
|
||||
}
|
||||
|
||||
@ -53,7 +54,7 @@ utils() {
|
||||
mv "$pkgdir"/usr/bin "$subpkgdir"/usr/
|
||||
}
|
||||
|
||||
sha512sums="7da439fbdeab0da6687dee56d9a27bf7b8f8a9c84b420d72f2e2a7ff7a73d18756d1fdb920f29b36917d93efcecc9230877637322d5041eeba114882b4bf7a06 live.2020.03.06.tar.gz
|
||||
sha512sums="f9016a3c5bbbe990da5a012a425b3869951e211327bb66c8b6c368e30d01366789a9eec5dba7802d85bd7383870956dd42680e09063a3be3251eb8be7b9906ad live.2020.04.06.tar.gz
|
||||
d542668dfe9386dc31389db6dfe9ed20a8395ede5d1dabfee40f49ad0db67d0b3665c8dcd59d48e4761ba00beeecc3197b2d25cb3a04ef40988f949269e7c9ef 0001-Add-a-pkg-config-file-for-the-shared-libraries.patch
|
||||
5cf4a6159531e126bee83f981bd8583a1cef68cde2129f0d255b2f2d73055a21b7bf2bbcc822aa0265f1df7c32add6b95c57f59c5e08060750567fc268643612 0003-Link-shared-libraries-with-g-instead-of-gcc-to-fix-b.patch
|
||||
d5be57357d3c04356aac41804ee3d13434f754c7f86936e24a39c5e966a902628d9570afb37aa96a7c33a45fa5787182bec0441394d114e59d5a1f25250ea0c5 0004-Reduce-number-of-unresolved-symbols-by-linking-libra.patch
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user