[Pkg-pulseaudio-devel] [SCM] gst-pulse packaging branch, master, updated. debian/0.9.7-1-2-g58306fb
sjoerd at users.alioth.debian.org
sjoerd at users.alioth.debian.org
Sun Jan 6 14:27:10 UTC 2008
The branch, master has been updated
via 58306fb0c07cbb7f82cdb658e8372902299968fb (commit)
via 9aeb272ba1b9da6ee801abadc182483c9aafa48b (commit)
from 3713567dbe0cc284c1eef70f7b45d16b5fa68d3f (commit)
- Shortlog ------------------------------------------------------------
58306fb * debian/patches/GST_S32_BE_equals_PA_SAMPLE_S32BE.patch
9aeb272 * debian/rules: Add simple-patchsys.mk
Summary of changes:
debian/changelog | 9 +++++++++
.../GST_S32_BE_equals_PA_SAMPLE_S32BE.patch | 13 +++++++++++++
debian/rules | 1 +
3 files changed, 23 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
Details of changes:
commit 58306fb0c07cbb7f82cdb658e8372902299968fb
Author: Sjoerd Simons <sjoerd at luon.net>
Date: Sun Jan 6 15:26:49 2008 +0100
* debian/patches/GST_S32_BE_equals_PA_SAMPLE_S32BE.patch
- Added. GST_S32_BE specifier equals PA_SAMPLE_S32BE, not PA_SAMPLE_S32NE.
Fixes playback of S32BE audio samples.
diff --git a/debian/changelog b/debian/changelog
index 6eb6b3e..132696b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
gst-pulse (0.9.7-2) UNRELEASED; urgency=low
* debian/rules: Add simple-patchsys.mk
+ * debian/patches/GST_S32_BE_equals_PA_SAMPLE_S32BE.patch
+ - Added. GST_S32_BE specifier equals PA_SAMPLE_S32BE, not PA_SAMPLE_S32NE.
+ Fixes playback of S32BE audio samples.
-- Sjoerd Simons <sjoerd at debian.org> Sun, 06 Jan 2008 15:23:13 +0100
diff --git a/debian/patches/GST_S32_BE_equals_PA_SAMPLE_S32BE.patch b/debian/patches/GST_S32_BE_equals_PA_SAMPLE_S32BE.patch
new file mode 100644
index 0000000..d423dcd
--- /dev/null
+++ b/debian/patches/GST_S32_BE_equals_PA_SAMPLE_S32BE.patch
@@ -0,0 +1,13 @@
+Index: src/pulseutil.c
+===================================================================
+--- src/pulseutil.c (revision 77)
++++ src/pulseutil.c (working copy)
+@@ -61,7 +61,7 @@
+ else if (spec->format == GST_S32_LE && spec->width == 32)
+ ss->format = PA_SAMPLE_S32LE;
+ else if (spec->format == GST_S32_BE && spec->width == 32)
+- ss->format = PA_SAMPLE_S32NE;
++ ss->format = PA_SAMPLE_S32BE;
+ else
+ return FALSE;
+
commit 9aeb272ba1b9da6ee801abadc182483c9aafa48b
Author: Sjoerd Simons <sjoerd at luon.net>
Date: Sun Jan 6 15:23:52 2008 +0100
* debian/rules: Add simple-patchsys.mk
diff --git a/debian/changelog b/debian/changelog
index a9b3ffa..6eb6b3e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gst-pulse (0.9.7-2) UNRELEASED; urgency=low
+
+ * debian/rules: Add simple-patchsys.mk
+
+ -- Sjoerd Simons <sjoerd at debian.org> Sun, 06 Jan 2008 15:23:13 +0100
+
gst-pulse (0.9.7-1) unstable; urgency=low
* New Upstream Version
diff --git a/debian/rules b/debian/rules
index 497a8fc..75a314a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,7 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
common-install-arch::
rm $(DEB_DESTDIR)/usr/lib/gstreamer-0.10/libgstpulse.la
--
gst-pulse packaging
More information about the Pkg-pulseaudio-devel
mailing list