]> git.pld-linux.org Git - packages/clinkc.git/blob - clinkc-av.patch
- enhanced libtool,version patches, added av patch (allow build clinkcav library...
[packages/clinkc.git] / clinkc-av.patch
1 --- mupnp-2.4.1/std/av/configure.ac.orig        2021-03-07 20:04:14.110681992 +0100
2 +++ mupnp-2.4.1/std/av/configure.ac     2021-03-07 20:06:51.633161953 +0100
3 @@ -80,7 +80,6 @@
4  ##############################
5  
6  AC_CHECK_HEADERS([cybergarage/cupnp.h])
7 -AC_CHECK_LIB([clinkc],[cg_upnp_controlpoint_new],,[AC_MSG_ERROR(CyberLink/AV needs CyberLink >= $CLINKC_VERSION)],[-lpthread -lexpat -lxml2])
8  
9  ##############################
10  # Makefiles
11 --- mupnp-2.4.1/std/av/lib/unix/Makefile.am.orig        2021-03-07 20:02:15.231326017 +0100
12 +++ mupnp-2.4.1/std/av/lib/unix/Makefile.am     2021-03-07 20:08:33.252611433 +0100
13 @@ -39,7 +39,7 @@
14  libclinkcav_la_SOURCES = \
15          $(clinkcav_source)
16  libclinkcav_a_CFLAGS = $(AM_CFLAGS)
17 -libclinkcav_la_LIBADD =
18 +libclinkcav_la_LIBADD = ../../../../lib/unix/libclinkc.la
19  else
20  libclinkcav_a_SOURCES = \
21          $(clinkcav_source)
22 --- mupnp-2.4.1/std/av/sample/upnpavserver/filesystem/unix/Makefile.am.orig     2015-02-05 12:07:59.000000000 +0100
23 +++ mupnp-2.4.1/std/av/sample/upnpavserver/filesystem/unix/Makefile.am  2021-03-07 20:57:45.103286552 +0100
24 @@ -14,7 +14,7 @@
25         ../cdms_filesys_main.c
26  
27  if HAVE_LIBTOOL
28 -cdms_filesys_LDADD = -lclinkc ../../../../lib/unix/libclinkcav.la
29 +cdms_filesys_LDADD = ../../../../lib/unix/libclinkcav.la
30  else
31  cdms_filesys_LDADD = -lclinkc ../../../../lib/unix/libclinkcav.a
32  endif
33 --- mupnp-2.4.1/std/av/sample/upnpavdump/unix/Makefile.am.orig  2015-02-05 12:07:59.000000000 +0100
34 +++ mupnp-2.4.1/std/av/sample/upnpavdump/unix/Makefile.am       2021-03-07 20:59:35.356022595 +0100
35 @@ -10,7 +10,7 @@
36         ../upnpavdump.c
37  
38  if HAVE_LIBTOOL
39 -upnpavdump_LDADD = -lclinkc ../../../lib/unix/libclinkcav.la
40 +upnpavdump_LDADD = ../../../lib/unix/libclinkcav.la
41  else
42  upnpavdump_LDADD = -lclinkc ../../../lib/unix/libclinkcav.a
43  endif
This page took 0.0928909999999999 seconds and 3 git commands to generate.