libbluray: marked unmaintained

This commit is contained in:
Tim Biermann 2023-08-13 11:17:12 +02:00
parent f4813c4bc8
commit 53fb9fa846
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 11 additions and 12 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3yQVb/ndcujTkQVjgi0zGbL/Nabm0jYAKExbpHEAqcsa4NHMXgx58arCjHKXgSUU0g0ZRa647F1Bhl3n3DC1HAc=
SHA256 (Pkgfile) = 07dd5be59c715570d314da2058965daa6561bacd58cb21e9ab18fba2f7b96e71
RWSagIOpLGJF34UfHWv4P+Q6cZa2QfCheBsDVwzPioAYCdTKCdhyIwhvJCJf0SlM2QRh4yw5+MHO/GJ53o/Vp3secvZsuIWtiQU=
SHA256 (Pkgfile) = 6956f20b726c77e0773011884090e41d1d9313112e57e3d2dabc33bf3d960417
SHA256 (.footprint) = 1a3571f56cfc0f3edc2cbcae400eba5cfe3d8c7387a8e72e0dbbb5f38d3c47e2
SHA256 (libbluray-1.3.4.tar.bz2) = 478ffd68a0f5dde8ef6ca989b7f035b5a0a22c599142e5cd3ff7b03bbebe5f2b

View File

@ -1,21 +1,20 @@
# Description: Blu-Ray access library.
# URL: http://www.videolan.org/developers/libbluray.html
# Maintainer: Danny Rawlins, crux at romster dot me
# URL: https://www.videolan.org/developers/libbluray.html
# Maintainer: unmaintained
# Depends on: fontconfig libxml2
# Optional: ant
name=libbluray
version=1.3.4
release=1
source=(ftp://ftp.videolan.org/pub/videolan/$name/$version/$name-$version.tar.bz2)
source=(https://download.videolan.org/pub/videolan/libbluray/$version/libbluray-$version.tar.bz2)
build() {
cd $name-$version
cd $name-$version
./configure \
--prefix=/usr \
$([ -e /usr/bin/ant ] || echo --disable-bdjava-jar)
./configure \
$([ -e /usr/bin/ant ] || echo --disable-bdjava-jar) \
--prefix=/usr
make
make DESTDIR=$PKG install
make
make DESTDIR=$PKG install
}