soundtouch: Upgrade 1.9.2 -> 2.1.1

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2018-11-15 20:00:47 +01:00
parent 3ea6a02b9b
commit a29cdfba19
3 changed files with 66 additions and 11 deletions

View File

@@ -0,0 +1,52 @@
From e6a9d88cb4c1cd9b5ce09990acc4045acdfb00c9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
Date: Thu, 15 Nov 2018 19:51:30 +0100
Subject: [PATCH] Fix path to m4 macro dir
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Upstrem-Status: Pending
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
Makefile.am | 4 ++--
configure.ac | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 1394ce6..b3d148e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,7 +40,7 @@ m4data_DATA=soundtouch.m4
# NOTE: wouldn't have to list the .TXT file if it were named without the .TXT
EXTRA_DIST= \
soundtouch.m4 \
- config/m4 \
+ config \
bootstrap \
make-win.bat \
COPYING.TXT \
@@ -61,5 +61,5 @@ dist-hook:
# flag to aclocal where to find m4 macros for tests
-ACLOCAL_AMFLAGS = -I config/m4
+ACLOCAL_AMFLAGS = -I config
AUTOMAKE_OPTIONS = foreign
diff --git a/configure.ac b/configure.ac
index bd8023c..c17de73 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ LIB_SONAME=1
AC_SUBST(LIB_SONAME)
AC_CONFIG_AUX_DIR(config)
-AC_CONFIG_MACRO_DIR([config/m4])
+AC_CONFIG_MACRO_DIR([config])
AM_CONFIG_HEADER([config.h include/soundtouch_config.h])
AM_INIT_AUTOMAKE
AM_SILENT_RULES([yes])
--
2.14.5

View File

@@ -1,11 +0,0 @@
SUMMARY = "Library for changing Tempo/ Pitch/ PlaybackRates of audio streams/ files"
HOMEPAGE = "http://www.surina.net/soundtouch/index.html"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING.TXT;md5=6ba0bdf1d64a1db7eef645db592dc030"
inherit autotools pkgconfig
SRC_URI = "http://www.surina.net/${BPN}/${BPN}-${PV}.tar.gz"
SRC_URI[md5sum] = "2d1ab4abb54640e8e308e36e309c94a6"
SRC_URI[sha256sum] = "caeb86511e81420eeb454cb5db53f56d96b8451d37d89af6e55b12eb4da1c513"
S = "${WORKDIR}/${BPN}"

View File

@@ -0,0 +1,14 @@
SUMMARY = "SoundTouch audio tempo/pitch control library"
HOMEPAGE = "http://www.surina.net/soundtouch/index.html"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING.TXT;md5=4d2892adf339c4489918ab705d44f66c"
inherit autotools-brokensep pkgconfig gettext
SRC_URI = " \
git://gitlab.com/${BPN}/${BPN}.git \
file://0001-Fix-path-to-m4-macro-dir.patch \
"
SRCREV = "b9659b64c692aab50a91da44cc0ea6ba41309949"
PV = "2.1.1"
S = "${WORKDIR}/git"