[SCM] libmpc/master: New upstream release
slomo at users.alioth.debian.org
slomo at users.alioth.debian.org
Sat Sep 19 19:10:02 UTC 2015
The following commit has been merged in the master branch:
commit 5299f70b45170e8059e94b7f61c9e8b9286eaf61
Author: Sebastian Dröge <sebastian at centricular.com>
Date: Sat Sep 19 21:09:38 2015 +0200
New upstream release
* New upstream release:
- Contains a minor API change of removing some enum values that
are not used anywhere in Debian.
* debian/patches/05_visibility.patch:
- Minor build system fix to declare HAVE_VISIBILITY.
diff --git a/debian/changelog b/debian/changelog
index 379b7b7..a44d396 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+libmpc (2:0.1~r475-1) unstable; urgency=medium
+
+ * New upstream release:
+ - Contains a minor API change of removing some enum values that
+ are not used anywhere in Debian.
+ * debian/patches/05_visibility.patch:
+ - Minor build system fix to declare HAVE_VISIBILITY.
+
+ -- Sebastian Dröge <slomo at debian.org> Sat, 19 Sep 2015 20:59:38 +0200
+
libmpc (2:0.1~r459-4.1) unstable; urgency=low
[ Hideki Yamane ]
diff --git a/debian/patches/03_mpcchap.patch b/debian/patches/03_mpcchap.patch
index 6ed8bf5..b1f04b0 100644
--- a/debian/patches/03_mpcchap.patch
+++ b/debian/patches/03_mpcchap.patch
@@ -1,8 +1,8 @@
-Index: libmpc-0.1~r459/configure.in
+Index: libmpc/configure.in
===================================================================
---- libmpc-0.1~r459.orig/configure.in 2010-05-31 16:37:55.690454133 +0200
-+++ libmpc-0.1~r459/configure.in 2010-05-31 16:37:56.834454007 +0200
-@@ -28,6 +28,12 @@
+--- libmpc.orig/configure.in
++++ libmpc/configure.in
+@@ -28,6 +28,12 @@ esac
AC_SUBST([EXTRALIBS])
AC_ARG_ENABLE([mpcchap], [AS_HELP_STRING([--enable-mpcchap], [enable building mpcchap])])
@@ -14,12 +14,12 @@ Index: libmpc-0.1~r459/configure.in
+
AM_CONDITIONAL([MPC_CHAP], [test "x$enable_mpcchap" = xyes])
- AM_CONDITIONAL([HAVE_VISIBILITY], true)
-Index: libmpc-0.1~r459/mpcchap/Makefile.am
+
+Index: libmpc/mpcchap/Makefile.am
===================================================================
---- libmpc-0.1~r459.orig/mpcchap/Makefile.am 2010-05-31 16:37:54.118445192 +0200
-+++ libmpc-0.1~r459/mpcchap/Makefile.am 2010-05-31 16:37:56.834454007 +0200
-@@ -4,7 +4,8 @@
+--- libmpc.orig/mpcchap/Makefile.am
++++ libmpc/mpcchap/Makefile.am
+@@ -4,7 +4,8 @@ bin_PROGRAMS = mpcchap
common_sources = ../common/tags.c ../common/crc32.c
@@ -29,16 +29,16 @@ Index: libmpc-0.1~r459/mpcchap/Makefile.am
if HAVE_VISIBILITY
AM_CFLAGS = -fvisibility=hidden
-@@ -16,4 +17,4 @@
+@@ -16,4 +17,4 @@ dictionary.h iniparser.h
mpcchap_LDADD = $(top_builddir)/libmpcdec/libmpcdec.la \
$(top_builddir)/libmpcenc/libmpcenc.a \
- -lm -lcuefile
+ -lm $(LIBCUE_LIBS)
-Index: libmpc-0.1~r459/mpcchap/mpcchap.c
+Index: libmpc/mpcchap/mpcchap.c
===================================================================
---- libmpc-0.1~r459.orig/mpcchap/mpcchap.c 2010-05-31 16:37:54.130447137 +0200
-+++ libmpc-0.1~r459/mpcchap/mpcchap.c 2010-05-31 16:39:22.318445340 +0200
+--- libmpc.orig/mpcchap/mpcchap.c
++++ libmpc/mpcchap/mpcchap.c
@@ -24,7 +24,7 @@
#include <sys/stat.h>
@@ -48,7 +48,7 @@ Index: libmpc-0.1~r459/mpcchap/mpcchap.c
// tags.c
void Init_Tags ( void );
-@@ -153,13 +153,13 @@
+@@ -153,13 +153,13 @@ mpc_status add_chaps_ini(char * mpc_file
mpc_status add_chaps_cue(char * mpc_file, char * chap_file, mpc_demux * demux, mpc_streaminfo * si)
{
Cd *cd = 0;
diff --git a/debian/patches/05_visibility.patch b/debian/patches/05_visibility.patch
new file mode 100644
index 0000000..887fdce
--- /dev/null
+++ b/debian/patches/05_visibility.patch
@@ -0,0 +1,13 @@
+Index: libmpc/configure.in
+===================================================================
+--- libmpc.orig/configure.in
++++ libmpc/configure.in
+@@ -37,7 +37,7 @@ fi
+ AM_CONDITIONAL([MPC_CHAP], [test "x$enable_mpcchap" = xyes])
+
+
+-CHECK_VISIBILITY
++AM_CONDITIONAL([HAVE_VISIBILITY], [true])
+
+ AC_CONFIG_FILES([
+ Makefile
diff --git a/debian/patches/series b/debian/patches/series
index b6253b1..eb67a69 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@
04_link-order.patch
1001_missing_extern_kw.patch
add_subdir-objects.patch
+05_visibility.patch
--
libmpc packaging
More information about the pkg-multimedia-commits
mailing list