Package: libplayer
Version: 2.0.1-2.1
Severity: normal
Tags: patch pending

Dear maintainer,

I've prepared an NMU for libplayer (versioned as 2.0.1-2.2) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.
-- 
Regards,
        dai

GPG Fingerprint = 0B29 D88E 42E6 B765 B8D8 EA50 7839 619D D439 668E
diff -Nru libplayer-2.0.1/debian/changelog libplayer-2.0.1/debian/changelog
--- libplayer-2.0.1/debian/changelog	2012-01-09 13:47:48.000000000 +0900
+++ libplayer-2.0.1/debian/changelog	2013-10-09 15:19:46.000000000 +0900
@@ -1,3 +1,17 @@
+libplayer (2.0.1-2.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control: fix incorrect libxine dependencies (Closes: #724759).
+    thanks to Darren Salt <bugs...@moreofthesa.me.uk>.
+  * debian/rules
+    - fix FTBFS on armhf "recompile with -fPIC" (Closes: #656504).
+      thanks to peter green <plugw...@p10link.net>.
+    - fix build with -fPIC (Closes: #687613).
+      thanks to Konstantinos Margaritis <konstantinos.margari...@freevec.org>.
+    - fix FTBFS: config.mak is not present (Closes: #718152).
+
+ -- HIGUCHI Daisuke (VDR dai) <d...@debian.org>  Wed, 09 Oct 2013 15:06:01 +0900
+
 libplayer (2.0.1-2.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru libplayer-2.0.1/debian/control libplayer-2.0.1/debian/control
--- libplayer-2.0.1/debian/control	2010-10-05 17:58:42.000000000 +0900
+++ libplayer-2.0.1/debian/control	2013-10-09 15:06:29.000000000 +0900
@@ -39,8 +39,8 @@
 Package: libplayer2
 Architecture: any
 Recommends: mplayer
-Depends: ${shlibs:Depends}, ${misc:Depends}, libxine1-x | libxine2-x, gstreamer0.10-plugins-base, gstreamer0.10-x
-Suggests: libplayer-bin (= ${binary:Version}), libxine2-vdr
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${xine-x:Depends}, gstreamer0.10-plugins-base, gstreamer0.10-x
+Suggests: libplayer-bin (= ${binary:Version})
 Description: a multimedia A/V abstraction layer API
  libplayer provides a generic A/V API that relies on various multimedia
  player for Linux systems. It currently supports MPlayer and xine. Its
diff -Nru libplayer-2.0.1/debian/rules libplayer-2.0.1/debian/rules
--- libplayer-2.0.1/debian/rules	2010-10-03 17:08:44.000000000 +0900
+++ libplayer-2.0.1/debian/rules	2013-10-09 15:16:33.000000000 +0900
@@ -18,9 +18,12 @@
 	dh $@
 
 override_dh_auto_configure:
-	./configure $(CONFIGURE_OPTS)
+	CFLAGS=$(CFLAGS) ./configure $(CONFIGURE_OPTS) 
 
 override_dh_strip:
 	dh_strip --dbg-package=libplayer2-dbg
 
+override_dh_auto_clean:
+	[ -e config.mak ] && dh_auto_clean || true
+
 .PHONY: override_dh_auto_configure override_dh_strip

Attachment: signature.asc
Description: Digital signature

Reply via email to