]> git.pld-linux.org Git - packages/mediastreamer.git/blob - build.patch
Release 10 (by relup.sh)
[packages/mediastreamer.git] / build.patch
1 --- mediastreamer-2.16.1/configure.ac~  2017-06-23 10:52:57.000000000 +0200
2 +++ mediastreamer-2.16.1/configure.ac   2018-09-26 12:03:38.918658108 +0200
3 @@ -1311,7 +1311,6 @@ AC_SUBST(MS_PUBLIC_CFLAGS)
4  
5  AC_CONFIG_FILES(
6         Makefile
7 -       po/Makefile.in
8         m4/Makefile
9         include/Makefile
10         include/mediastreamer2/Makefile
11 --- mediastreamer-2.16.1/configure.ac~  2018-09-26 12:17:00.000000000 +0200
12 +++ mediastreamer-2.16.1/configure.ac   2018-09-26 12:53:27.045356783 +0200
13 @@ -1,5 +1,5 @@
14  dnl Process this file with autoconf to produce a configure script.
15 -AC_INIT([mediastreamer],[2.15.1])
16 +AC_INIT([mediastreamer],[2.16.1])
17  
18  AC_MSG_NOTICE([$PACKAGE_NAME-$PACKAGE_VERSION          A mediastreaming library for telephony application.])
19  AC_MSG_NOTICE([licensed under the terms of the General Public License (GPL)])
20 --- mediastreamer-2.16.1/src/Makefile.am~       2017-04-06 11:27:56.000000000 +0200
21 +++ mediastreamer-2.16.1/src/Makefile.am        2018-09-26 12:58:10.680232083 +0200
22 @@ -467,7 +467,7 @@ endif
23  
24  AM_OBJCFLAGS=$(AM_CFLAGS)
25  
26 -imgdir=$(datadir)/images/
27 +imgdir=$(datadir)/pixmaps/
28  
29  img_DATA=voip/nowebcamCIF.jpg
30  
31 --- mediastreamer-2.16.1/src/base/msfactory.c~  2017-07-20 15:56:05.000000000 +0200
32 +++ mediastreamer-2.16.1/src/base/msfactory.c   2018-09-26 13:00:39.631224915 +0200
33 @@ -231,7 +231,7 @@ void ms_factory_init(MSFactory *obj){
34         ms_message("ms_factory_init() done: platform_tags=%s", tags);
35         ms_free(tags);
36         obj->echo_canceller_filtername = ms_strdup("MSWebRTCAECM");
37 -       obj->image_resources_dir = bctbx_strdup_printf("%s/images", PACKAGE_DATA_DIR);
38 +       obj->image_resources_dir = bctbx_strdup_printf("/usr/share/pixmaps");
39  }
40  
41  
This page took 0.144947 seconds and 3 git commands to generate.