[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#611529: marked as done (Update to build with soundtouch 1.5)



Your message dated Sun, 27 Feb 2011 09:19:45 +0000
with message-id <E1Ptcn3-0004BY-U7@franck.debian.org>
and subject line Bug#611529: fixed in ocaml-soundtouch 0.1.5-2
has caused the Debian Bug report #611529,
regarding Update to build with soundtouch 1.5
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
611529: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=611529
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: ocaml-soundtouch
Severity: normal
Tags: patch

Hi,

your package does no longer build with the soundtouch 1.5 available in experimental.

I'm going to apply the following patch to the Ubuntu Natty's version of
ocaml-soundtouch in order to make it able to build against the newest release of
the SoundTouch library.

You find the patch attached, I thought you might be interested in doing the same.

Thanks in advance.

-- System Information:
Debian Release: squeeze/sid
  APT prefers maverick-updates
  APT policy: (500, 'maverick-updates'), (500, 'maverick-security'), (500, 'maverick')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.35-25-generic (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u ocaml-soundtouch-0.1.5/debian/control ocaml-soundtouch-0.1.5/debian/control
--- ocaml-soundtouch-0.1.5/debian/control
+++ ocaml-soundtouch-0.1.5/debian/control
@@ -1,10 +1,12 @@
 Source: ocaml-soundtouch
 Section: ocaml
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
 Uploaders: Samuel Mimram <smimram@debian.org>, Romain Beauxis <toots@rastageeks.org>
-Build-Depends: cdbs (>= 0.4.53), debhelper (>= 7.0.1), ocaml-nox, dh-ocaml (>= 0.9), 
-               libsoundtouch1-dev, ocaml-findlib (>= 1.2.4), pkg-config
+Build-Depends: cdbs (>= 0.4.53), debhelper (>= 7.0.1), ocaml-nox, dh-ocaml (>= 0.9),
+               quilt,
+               libsoundtouch0-dev, ocaml-findlib (>= 1.2.4), pkg-config
 Standards-Version: 3.8.3
 Homepage: http://savonet.sourceforge.net/
 Vcs-Git: git://git.debian.org/pkg-ocaml-maint/packages/ocaml-soundtouch.git
@@ -23,7 +25,7 @@
 
 Package: libsoundtouch-ocaml-dev
 Architecture: any
-Depends: ${ocaml:Depends}, libsoundtouch1-dev, libsoundtouch-ocaml (= ${binary:Version}), 
+Depends: ${ocaml:Depends}, libsoundtouch0-dev, libsoundtouch-ocaml (= ${binary:Version}), 
          ocaml-findlib, ${misc:Depends}
 Provides: ${ocaml:Provides}
 Description: OCaml bindings for the sound stretching library
diff -u ocaml-soundtouch-0.1.5/debian/rules ocaml-soundtouch-0.1.5/debian/rules
--- ocaml-soundtouch-0.1.5/debian/rules
+++ ocaml-soundtouch-0.1.5/debian/rules
@@ -3,6 +3,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/ocaml.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 # In order to regenerate 'debian/control' :
 #   DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean
only in patch2:
unchanged:
--- ocaml-soundtouch-0.1.5.orig/debian/patches/series
+++ ocaml-soundtouch-0.1.5/debian/patches/series
@@ -0,0 +1 @@
+0001-soundtouch_1.5.patch
only in patch2:
unchanged:
--- ocaml-soundtouch-0.1.5.orig/debian/patches/0001-soundtouch_1.5.patch
+++ ocaml-soundtouch-0.1.5/debian/patches/0001-soundtouch_1.5.patch
@@ -0,0 +1,43 @@
+Description: Update buildsystem to build with soundtouch-1.5.
+ Don't link against libBPM anymore.
+Author: Alessio Treglia <alessio@debian.org>
+Forwarded:
+---
+ configure       |    2 +-
+ configure.ac    |    2 +-
+ src/Makefile.in |    2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+--- ocaml-soundtouch-0.1.5.orig/configure
++++ ocaml-soundtouch-0.1.5/configure
+@@ -3322,7 +3322,7 @@ $as_echo "no" >&6; }
+ fi
+ #PKG_CHECK_MODULES(SOUNDTOUCH,libSoundTouch,,[AC_MSG_ERROR(libsoundtouch not found.)])
+ # PKG_CHECK_MODULES loses when you need --libs-only-[lL]
+-SOUNDTOUCH_PKG="soundtouch-1.0"
++SOUNDTOUCH_PKG="soundtouch"
+ if ! $PKG_CONFIG --exists $SOUNDTOUCH_PKG; then
+   if ! $PKG_CONFIG --exists libSoundTouch; then
+         as_fn_error "soundtouch not found" "$LINENO" 5
+--- ocaml-soundtouch-0.1.5.orig/configure.ac
++++ ocaml-soundtouch-0.1.5/configure.ac
+@@ -113,7 +113,7 @@ AC_PROG_CXX()
+ PKG_PROG_PKG_CONFIG()
+ #PKG_CHECK_MODULES(SOUNDTOUCH,libSoundTouch,,[AC_MSG_ERROR(libsoundtouch not found.)])
+ # PKG_CHECK_MODULES loses when you need --libs-only-[lL]
+-SOUNDTOUCH_PKG="soundtouch-1.0"
++SOUNDTOUCH_PKG="soundtouch"
+ if ! $PKG_CONFIG --exists $SOUNDTOUCH_PKG; then
+   if ! $PKG_CONFIG --exists libSoundTouch; then
+         AC_MSG_ERROR([soundtouch not found])
+--- ocaml-soundtouch-0.1.5.orig/src/Makefile.in
++++ ocaml-soundtouch-0.1.5/src/Makefile.in
+@@ -27,7 +27,7 @@ SOURCES = soundtouch.ml soundtouch_stubs
+ RESULT = soundtouch
+ OCAMLDOCFLAGS = -stars
+ LIBINSTALL_FILES = $(wildcard *.mli *.cmi *.cma *.cmxa *.cmx *.a *.so)
+-ACLIBS = @LIBS@ @soundtouch_LIBS@ -lBPM
++ACLIBS = @LIBS@ @soundtouch_LIBS@
+ LDFLAGS = @LDFLAGS@ @soundtouch_LDFLAGS@
+ CLIBS = $(ACLIBS:-l%=%)
+ LIBDIRS = $(LDFLAGS:-L%=%)

--- End Message ---
--- Begin Message ---
Source: ocaml-soundtouch
Source-Version: 0.1.5-2

We believe that the bug you reported is fixed in the latest version of
ocaml-soundtouch, which is due to be installed in the Debian FTP archive:

libsoundtouch-ocaml-dev_0.1.5-2_amd64.deb
  to main/o/ocaml-soundtouch/libsoundtouch-ocaml-dev_0.1.5-2_amd64.deb
libsoundtouch-ocaml_0.1.5-2_amd64.deb
  to main/o/ocaml-soundtouch/libsoundtouch-ocaml_0.1.5-2_amd64.deb
ocaml-soundtouch_0.1.5-2.debian.tar.gz
  to main/o/ocaml-soundtouch/ocaml-soundtouch_0.1.5-2.debian.tar.gz
ocaml-soundtouch_0.1.5-2.dsc
  to main/o/ocaml-soundtouch/ocaml-soundtouch_0.1.5-2.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 611529@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stéphane Glondu <glondu@debian.org> (supplier of updated ocaml-soundtouch package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 27 Feb 2011 10:07:29 +0100
Source: ocaml-soundtouch
Binary: libsoundtouch-ocaml libsoundtouch-ocaml-dev
Architecture: source amd64
Version: 0.1.5-2
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Changed-By: Stéphane Glondu <glondu@debian.org>
Description: 
 libsoundtouch-ocaml - OCaml bindings for the sound stretching library
 libsoundtouch-ocaml-dev - OCaml bindings for the sound stretching library
Closes: 611529
Changes: 
 ocaml-soundtouch (0.1.5-2) unstable; urgency=low
 .
   * Team upload
   * Switch source package format to 3.0 (quilt)
   * Updates for soundtouch transition (Closes: #611529):
     - add 0001-Update-buildsystem-to-build-with-soundtouch-1.5.patch
     - update dependencies accordingly
   * Bump debhelper compat level to 8
Checksums-Sha1: 
 cb6740e35455cfe42e403859adbfc7b6c6ec60d7 2137 ocaml-soundtouch_0.1.5-2.dsc
 6bc701ac8502f0632d3f3ff869e585f27e81de0b 4035 ocaml-soundtouch_0.1.5-2.debian.tar.gz
 ad4b0b41722e4af90466a27c5384d4a5dbc5ce4d 7872 libsoundtouch-ocaml_0.1.5-2_amd64.deb
 c4c76268127a135574db48d8ded140ab1cd14e64 9472 libsoundtouch-ocaml-dev_0.1.5-2_amd64.deb
Checksums-Sha256: 
 54b80d31037836fbdb64c3d0b7be1b4a3e3cf0953dd7c67c03510e9f42c6d52f 2137 ocaml-soundtouch_0.1.5-2.dsc
 a545c62b7bd2b443c937fe57909c8ed6afabc095af70419bdd7d8fe4beff6e03 4035 ocaml-soundtouch_0.1.5-2.debian.tar.gz
 917ca70fb7b481a9e686dcd33c793fee06bf7d14a1fe398c2d37720410f81d9e 7872 libsoundtouch-ocaml_0.1.5-2_amd64.deb
 367d0d9d8b1f2836c1c47c9e78c850161ab64c9e8c71eb3c5e8f27374f53b693 9472 libsoundtouch-ocaml-dev_0.1.5-2_amd64.deb
Files: 
 67febe61e6ede9926f628c17c3e33642 2137 ocaml optional ocaml-soundtouch_0.1.5-2.dsc
 9b08601ba2ad29f469ce515dca0a0c67 4035 ocaml optional ocaml-soundtouch_0.1.5-2.debian.tar.gz
 532a6ddef0547fdd77022c418080fbf4 7872 ocaml optional libsoundtouch-ocaml_0.1.5-2_amd64.deb
 1871c275f04c0c94577073d7a5ce6818 9472 ocaml optional libsoundtouch-ocaml-dev_0.1.5-2_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAEBCgAGBQJNahSRAAoJEHhT2k1JiBrT1EEP/j4zDNn8ALY5MNsU/17yeyqJ
eRZAeGnX7zjhOnnoAiIwRnPMcP/VaVC0wf2lMq16RxPKCOiAHhTNkzkUqtC/ZEt6
Gk70k1YU2nx9lCq4nJ6Xav08mW+PVKPKzQHEhjwumQ+/Hb4fwwd1eONsiXz05if4
FvLUHeyHyi+2V1SfL+ZG3uxDOqFdbX7hSO3v+ZAR5kor5Ic5YfGhRgI1WnMXvmWr
fKXFO3z6LKwZ3Oqc+YX9xn5AFlA94rOGbpCYIm1gsMBJ0EZujx5OdUykVafxQOgR
slAwgGom34L0JjLTT4+YN2r+MY7Jo+NFK2fqHq+CddjJF6pA1kBskMtcgvmBgDrI
lGixekYaDp3+4JB0SybApy3lphsOy25C8n9h+8mF7nmzwtfTt4qXyIEtV1LYU7Yb
4y7/xDhZiNY01UHJLKYPU4rTK8rpVbhmnELWtK8BQp7I4IvudjpTSAdQHk9AZcYp
K8WRXSe9wA73pMtM+r27ZYRlsuY1VTXEXye0KFxojbvyZPRVfkqIW5jqlZK1Ui/B
5yD0O4l5lM004KxOggO83ed9TMSnzfRSZAaTmVP37PdluiUVd/dSTyqB6Yxq8tnq
Iw3zRObKmcgqXFhxXIGb2r6MQgsSyKjMXALsEeYZMvU3YsW2IFqQcWk/X/r9eY7J
dyYyTl5mafux49NI4XmI
=wbi5
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: