mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
Rename libasdcp-1.8.41.so to libasdcp.so.0, else ldconfig -r would
not report it and it couldn't be used in LIB_DEPENDS.
This commit is contained in:
parent
61aab85620
commit
b11587b96f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281943
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= asdcplib
|
||||
PORTVERSION= 1.8.41
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://www.cinecert.com/asdcplib/
|
||||
|
||||
|
23
multimedia/asdcplib/files/patch-src_Makefile.in
Normal file
23
multimedia/asdcplib/files/patch-src_Makefile.in
Normal file
@ -0,0 +1,23 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- src/Makefile.in.orig
|
||||
+++ src/Makefile.in
|
||||
@@ -444,7 +444,7 @@
|
||||
|
||||
|
||||
# linker flags (*not* including libraries to link against) for a library
|
||||
-libkumu_la_LDFLAGS = -release @VERSION@
|
||||
+libkumu_la_LDFLAGS = -version-info 0
|
||||
|
||||
# sources for a library that don't get added to a distribution
|
||||
nodist_libasdcp_la_SOURCES = Metadata_h.tt2 Metadata_cpp.tt2 mxfgen.pl \
|
||||
@@ -460,7 +460,7 @@
|
||||
JP2K.h AS_DCP.h AS_DCP_internal.h KLV.h MPEG.h MXFTypes.h MDD.h \
|
||||
PCMParserList.h S12MTimecode.h MDD.cpp
|
||||
|
||||
-libasdcp_la_LDFLAGS = -release @VERSION@
|
||||
+libasdcp_la_LDFLAGS = -version-info 0
|
||||
|
||||
# additional libraries to link against for a library
|
||||
libasdcp_la_LIBADD = libkumu.la
|
@ -17,11 +17,11 @@ include/KM_prng.h
|
||||
include/KM_tai.h
|
||||
include/KM_util.h
|
||||
include/KM_xml.h
|
||||
lib/libasdcp-1.8.41.so
|
||||
lib/libasdcp.a
|
||||
lib/libasdcp.la
|
||||
lib/libasdcp.so
|
||||
lib/libkumu-1.8.41.so
|
||||
lib/libasdcp.so.0
|
||||
lib/libkumu.a
|
||||
lib/libkumu.la
|
||||
lib/libkumu.so
|
||||
lib/libkumu.so.0
|
||||
|
Loading…
Reference in New Issue
Block a user