1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

multimedia/libdca: Update to 0.0.7

Take maintainership.
Seperate USES/USE block.
This commit is contained in:
Jason E. Hale 2021-03-17 14:34:03 +00:00
parent 551dda7240
commit e9b70c3dc1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=568664
4 changed files with 27 additions and 11 deletions

View File

@ -2,20 +2,20 @@
# $FreeBSD$
PORTNAME= libdca
PORTVERSION= 0.0.6
PORTREVISION= 1
PORTVERSION= 0.0.7
CATEGORIES= multimedia
MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
MAINTAINER= jhale@FreeBSD.org
COMMENT= Free DTS Coherent Acoustics decoder
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= libtool pathfix pkgconfig tar:bzip2
GNU_CONFIGURE= yes
USES= autoreconf libtool pathfix pkgconfig tar:bzip2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1526739834
SHA256 (libdca-0.0.6.tar.bz2) = 98f98a9aa000a26b927c6facd15d18dcf664238adfc5db24f533c5932cdb1f40
SIZE (libdca-0.0.6.tar.bz2) = 454121
TIMESTAMP = 1615988572
SHA256 (libdca-0.0.7.tar.bz2) = 3a0b13815f582c661d2388ffcabc2f1ea82f471783c400f765f2ec6c81065f6a
SIZE (libdca-0.0.7.tar.bz2) = 158232

View File

@ -0,0 +1,13 @@
Error: Bad symlink 'lib/libdts.a' pointing inside the stage directory
--- libdca/Makefile.am.orig 2021-03-17 14:15:32 UTC
+++ libdca/Makefile.am
@@ -12,7 +12,7 @@ pkgconfigdir = $(prefix)/libdata/pkgconfig
pkgconfig_DATA = libdca.pc libdts.pc
install-exec-hook:
- $(LN_S)f "$(DESTDIR)$(libdir)/libdca.a" "$(DESTDIR)$(libdir)/libdts.a"
+ install -l rs "$(DESTDIR)$(libdir)/libdca.a" "$(DESTDIR)$(libdir)/libdts.a"
uninstall-hook:
unlink "$(DESTDIR)$(libdir)/libdts.a"

View File

@ -1,6 +1,9 @@
--- src/Makefile.in.orig 2018-10-11 14:20:58 UTC
+++ src/Makefile.in
@@ -776,7 +776,7 @@ install-data-hook:
Fix manpages with absolute symlinks.
PR: 224230
--- src/Makefile.am.orig 2020-03-26 14:08:37 UTC
+++ src/Makefile.am
@@ -24,7 +24,7 @@ install-data-hook:
for a in dcadec extract_dca; do \
oldname=`echo "$$a" | sed -e 's/ca/ts/' | sed '$(transform)'` ; \
name=`echo "$$a" | sed '$(transform)'` ; \