mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-26 17:01:34 +02:00
main/libbluray: upgrade to 1.0.2, improve
clarify license, modernize, use https
This commit is contained in:
parent
409aea1590
commit
e38f95cf5d
@ -1,15 +1,15 @@
|
|||||||
# Contributor: Timo Teräs <timo.teras@iki.fi>
|
# Contributor: Timo Teräs <timo.teras@iki.fi>
|
||||||
# Maintainer: Timo Teräs <timo.teras@iki.fi>
|
# Maintainer: Timo Teräs <timo.teras@iki.fi>
|
||||||
pkgname=libbluray
|
pkgname=libbluray
|
||||||
pkgver=1.0.0
|
pkgver=1.0.2
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="a library designed for Blu-Ray Discs playback"
|
pkgdesc="Library for Blu-Ray disc playback"
|
||||||
url="http://www.videolan.org/developers/libbluray.html"
|
url="https://www.videolan.org/developers/libbluray.html"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="LGPL"
|
license="LGPL-2.1-or-later"
|
||||||
subpackages="$pkgname-dev"
|
subpackages="$pkgname-dev"
|
||||||
source="http://download.videolan.org/pub/videolan/libbluray/$pkgver/libbluray-$pkgver.tar.bz2"
|
source="https://download.videolan.org/pub/videolan/libbluray/$pkgver/$pkgname-$pkgver.tar.bz2"
|
||||||
builddir="$srcdir"/libbluray-$pkgver
|
builddir="$srcdir"/$pkgname-$pkgver
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
@ -25,13 +25,13 @@ build() {
|
|||||||
--disable-bdjava \
|
--disable-bdjava \
|
||||||
--without-libxml2 \
|
--without-libxml2 \
|
||||||
--without-freetype \
|
--without-freetype \
|
||||||
|| return 1
|
--disable-bdjava-jar
|
||||||
make || return 1
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
make DESTDIR="$pkgdir" install || return 1
|
make DESTDIR="$pkgdir" install
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="fcf2193c3b76f3436bc88ce8853cac16f29c3bb6c66447109c14202a41ea938cb6814502a8f724fb1b31add6bd36b42d3aed3eb4a8010c123537e073bd7a0be1 libbluray-1.0.0.tar.bz2"
|
sha512sums="e1360ad08aa6cc67a80efa81a09004faebbe31105f1961494f82f655e3e7378b198ee3bc534b0d0c2bfec726939b11b545cc8bbfa30794fc647432dadf71089b libbluray-1.0.2.tar.bz2"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user