diff --git a/multimedia/libbdplus/Makefile b/multimedia/libbdplus/Makefile index 8d97025eada..37ee5fd639a 100644 --- a/multimedia/libbdplus/Makefile +++ b/multimedia/libbdplus/Makefile @@ -1,14 +1,12 @@ COMMENT = BD+ support library for Blu-ray playback -V = 0.1.2 +V = 0.2.0 DISTNAME = libbdplus-${V} -REVISION = 0 CATEGORIES = multimedia HOMEPAGE = http://www.videolan.org/developers/libbdplus.html -MASTER_SITES = https://download.videolan.org/pub/videolan/libbdplus/${V}/ \ - ftp://ftp.videolan.org/pub/videolan/libbdplus/${V}/ +MASTER_SITES = https://download.videolan.org/pub/videolan/libbdplus/${V}/ EXTRACT_SUFX = .tar.bz2 # LGPL v2.1 @@ -16,8 +14,7 @@ PERMIT_PACKAGE = Yes WANTLIB = gcrypt gpg-error iconv intl pthread -SHARED_LIBS += bdplus 0.0 # 1.0 - +SHARED_LIBS += bdplus 0.1 # 1.0 LIB_DEPENDS = security/libgcrypt diff --git a/multimedia/libbdplus/distinfo b/multimedia/libbdplus/distinfo index 50a29f95706..594fdf88d35 100644 --- a/multimedia/libbdplus/distinfo +++ b/multimedia/libbdplus/distinfo @@ -1,2 +1,2 @@ -SHA256 (libbdplus-0.1.2.tar.bz2) = pjHK4800vwVNsEC2Ttv8hDCTbnYutDOxeJNYrD09yAo= -SIZE (libbdplus-0.1.2.tar.bz2) = 319828 +SHA256 (libbdplus-0.2.0.tar.bz2) = uT7qPq7zPW6RVdLDSwaMUFSTqlpJNuYydPQ0KrD0Clg= +SIZE (libbdplus-0.2.0.tar.bz2) = 321743 diff --git a/multimedia/libbdplus/patches/patch-src_examples_convtab_dump_c b/multimedia/libbdplus/patches/patch-src_examples_convtab_dump_c deleted file mode 100644 index 7ae404a814f..00000000000 --- a/multimedia/libbdplus/patches/patch-src_examples_convtab_dump_c +++ /dev/null @@ -1,37 +0,0 @@ -convtab_dump.c:32: error: 'index' redeclared as different kind of symbol - ---- src/examples/convtab_dump.c.orig Mon Jun 15 00:37:26 2015 -+++ src/examples/convtab_dump.c Mon Jun 15 00:38:16 2015 -@@ -29,7 +29,7 @@ - // raw table - #define MAX_TAB_SIZE 64*1024*1024 - uint8_t tab[MAX_TAB_SIZE]; --uint32_t index[0xffff]; -+uint32_t bindex[0xffff]; - - static size_t _read_tab(const char *file) - { -@@ -99,7 +99,7 @@ int main(int argc, char **argv) - - // read index table - for (entry = 0; entry < numEntries; entry++) { -- index[entry] = FETCH4(&tab[offset]); -+ bindex[entry] = FETCH4(&tab[offset]); - offset += 4; - } - -@@ -125,12 +125,12 @@ int main(int argc, char **argv) - memcpy(patch1, &tab[ offset ], sizeof(patch1)); - offset += 5; - -- uint64_t off0 = (( (uint64_t)index[entry] + -+ uint64_t off0 = (( (uint64_t)bindex[entry] + - (uint64_t)patch0_address_adjust) * - (uint64_t)0xC0 + - (uint64_t)patch0_buffer_offset); - -- uint64_t off1 = (( (uint64_t)index[entry] + -+ uint64_t off1 = (( (uint64_t)bindex[entry] + - (uint64_t)patch0_address_adjust + - (uint64_t)patch1_address_adjust) * - (uint64_t)0xC0 + diff --git a/multimedia/libbdplus/pkg/PLIST b/multimedia/libbdplus/pkg/PLIST index ab74bd94edf..9d28f04e901 100644 --- a/multimedia/libbdplus/pkg/PLIST +++ b/multimedia/libbdplus/pkg/PLIST @@ -1,7 +1,7 @@ include/libbdplus/ include/libbdplus/bdplus-version.h include/libbdplus/bdplus.h -lib/libbdplus.a +@static-lib lib/libbdplus.a lib/libbdplus.la @lib lib/libbdplus.so.${LIBbdplus_VERSION} lib/pkgconfig/libbdplus.pc