Processed: mjpegtools: FTBFS on hurd-i386: unconditional PATH_MAX and MAXPATHLEN used

2013-09-29 Thread Debian Bug Tracking System
Processing control commands:

 forwarded -1 https://sourceforge.net/p/mjpeg/patches/53/
Bug #724897 [src:mjpegtools] mjpegtools: FTBFS on hurd-i386: unconditional 
PATH_MAX and MAXPATHLEN used
Set Bug forwarded-to-address to 'https://sourceforge.net/p/mjpeg/patches/53/'.

-- 
724897: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724897
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#724897: mjpegtools: FTBFS on hurd-i386: unconditional PATH_MAX and MAXPATHLEN used

2013-09-29 Thread Pino Toscano
Source: mjpegtools
Version: 1:2.0.0+debian-2
Severity: important
Tags: patch
User: debian-h...@lists.debian.org
Usertags: hurd
Control: forwarded -1 https://sourceforge.net/p/mjpeg/patches/53/

Hi,

currently [1] mjpegtools does not build on GNU/Hurd.

The problem is the unconditional usage of PATH_MAX and MAXPATHLEN,
neither of which is defined on Hurd.

I fixed the issues in a clean way (hopefully) and sent the patches
upstream [2]; since those patches can sound intrusive and they have no
feedback yet (reported them few minutes ago), I am asking to locally
apply in Debian the attached patch, which does a simplier ifndef/define
job (and should not break things).

Would it be possible to upload it sometime soon? I just discovered
mjpegtools is a build dependency for a couple of sources involved in
the currently ongoing libav9 transition, which then cannot be rebuilt
on Hurd due to the lack of mjpegtools.

[1] 
https://buildd.debian.org/status/fetch.php?pkg=mjpegtoolsarch=hurd-i386ver=1%3A2.0.0%2Bdebian-2stamp=1351795704
[2] https://sourceforge.net/p/mjpeg/patches/53/

Thanks,
-- 
Pino
--- a/lavtools/editlist.c
+++ b/lavtools/editlist.c
@@ -26,6 +26,9 @@
 #include editlist.h
 #include math.h
 
+#ifndef PATH_MAX
+# define PATH_MAX 4096
+#endif
 
 /* Since we use malloc often, here the error handling */
 
--- a/lavtools/png2yuv.c
+++ b/lavtools/png2yuv.c
@@ -51,6 +51,10 @@ png2yuv
 #include subsample.h
 #include colorspace.h
 
+#ifndef PATH_MAX
+# define PATH_MAX 4096
+#endif
+
 #define DEFAULT_CHROMA_MODE Y4M_CHROMA_420JPEG
 
 typedef struct _parameters 
--- a/mplex/main.cpp
+++ b/mplex/main.cpp
@@ -73,6 +73,10 @@ lround(double x)
 };
 #endif
 
+#if	!defined(MAXPATHLEN)
+# define MAXPATHLEN 4096
+#endif
+
 
 
 class FileOutputStream : public OutputStream
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Processing of qtractor_0.5.10-1_amd64.changes

2013-09-29 Thread Debian FTP Masters
qtractor_0.5.10-1_amd64.changes uploaded successfully to localhost
along with the files:
  qtractor_0.5.10-1.dsc
  qtractor_0.5.10.orig.tar.gz
  qtractor_0.5.10-1.debian.tar.gz
  qtractor_0.5.10-1_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


qtractor_0.5.10-1_amd64.changes ACCEPTED into unstable

2013-09-29 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 29 Sep 2013 23:16:34 +0100
Source: qtractor
Binary: qtractor
Architecture: source amd64
Version: 0.5.10-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintainers@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 qtractor   - MIDI/Audio multi-track sequencer application
Changes: 
 qtractor (0.5.10-1) unstable; urgency=low
 .
   * New upstream release.
   * Refresh patches.
   * Remove DM-Upload-Allowed.
   * Remove -DBG package, unbuildable with --debug disabled
   * Fix Vcs urls.
   * Bump Standards.
Checksums-Sha1: 
 32e7b970077d5b1e9a7393ca0b3e28b4e876cfd5 2299 qtractor_0.5.10-1.dsc
 3305bc60f3da1712ab4bf72e8c0123fde480845d 1263320 qtractor_0.5.10.orig.tar.gz
 5dec2f18b5591ad6a53878d9ff5b11659c796e35 6509 qtractor_0.5.10-1.debian.tar.gz
 4a9b17c73299e7894137c9defd88fe554e2bd6c8 1211396 qtractor_0.5.10-1_amd64.deb
Checksums-Sha256: 
 8d6f36067d2471fe6153de6e0e9ddb9a503923d0def43030f2496fa833056cca 2299 
qtractor_0.5.10-1.dsc
 fa2393a0dc18ba52b9c513ffa56d14cfb1aca4312e6361db80f3ddafef2cb659 1263320 
qtractor_0.5.10.orig.tar.gz
 c0f80d9db801d54e58c9a65645828608fe6c5a2b0a8227ca13034c950bd5d130 6509 
qtractor_0.5.10-1.debian.tar.gz
 5e04b93fe0d7b94e66292860c69289002e7e966d13a593a24ac5b06625c03c39 1211396 
qtractor_0.5.10-1_amd64.deb
Files: 
 ca5c7f01f42fc02d19d6368193fdfe82 2299 sound optional qtractor_0.5.10-1.dsc
 54a9c2b4eb0f65e44bdc27c91849a341 1263320 sound optional 
qtractor_0.5.10.orig.tar.gz
 0b1acc27d3e18910b1c4275c3809c171 6509 sound optional 
qtractor_0.5.10-1.debian.tar.gz
 9108e198c5e6fb071782220952ff000c 1211396 sound optional 
qtractor_0.5.10-1_amd64.deb

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

iQIcBAEBCgAGBQJSSK9JAAoJEOikiuUxHXZaUX0P/2eTIrSc/etN2d+B6FkLPOC0
5nJ2l/t/F7cWCd39TALnFBSegWWvWBpW1ttKmrjGbjQ7XPKPaWfeBOmedxl2YoUs
UiZh5GAnbDL6sLiY0KPxt77WAlEq8d5lXOZtTxcHvNC6E1kndCAcZRht6JnmsP50
Dy7TwrxKsZhsiS2t8RuVcAJZbC1wxbZ1jwTj3Aq1Zwu03+YpgsxBPLAnEF0jO5DA
4EXS9sowNzRF++IEjt7PXUkfXmVuDgWc25RmchgufXooV0QP8J/RrmvtAodtDAFZ
ixGSYb6tMXGofInV1oCm0HLgjBsmhW0ZP3E2zB0Zh5ZI1XGUZ7dthINZvj03c58I
zFOdRjBmqefR17BBDgkTr5ZZL6CwyFPTMsLKDkQ43cQes73dsfAwx44WVu/+sR9h
65wKyz/78y4pZIFhx8a5oJ3gEcuNWf0Q1UQdazJ8zbmQBIOEh87NzV0j3qtLYND2
10wPYNT/fIaG6LZKwKO2DbGUz+fMxE2mWU+cRp6rHPNWEdNxq6QNgzerYjNODPi8
g1bgQlQrCu3zZDOVBTAbpB0GpASHVTefn2MmxT/NcfX4nuhq2c92gAB2Ww/CRGLG
WYk6pnTQ5+Ne2HIvZBaqM14afaYyb2t13gSl1utMd0tnPxbOHYue26Ma2r46DBW+
8uk1P++t2eIoeoE0STek
=l9Et
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#724958: gmusicbrowser: New upstream version

2013-09-29 Thread Jonathan McCrohan
Package: gmusicbrowser
Version: 1.1.9-2
Severity: wishlist

Hi,

gmusicbrowser 1.1.10 has been available for a couple of months now. I
see that initial work on this release is in the VCS. It would be great
if this work could be finished and a new package uploaded to Debian.

Thanks,
Jon

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable'), (450, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.10-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IE.utf8, LC_CTYPE=en_IE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gmusicbrowser depends on:
ii  libgstreamer-perl  0.17-1+b1
ii  libgtk2-perl   2:1.247-2+b1
ii  libgtk2.0-02.24.20-1
ii  perl   5.18.1-4

Versions of packages gmusicbrowser recommends:
ii  libcairo-perl   1.103-2+b1
pn  libdigest-crc-perl  none
ii  libgtk2-notify-perl 0.05-3+b2
ii  libgtk2-trayicon-perl   0.06-1+b3
ii  libhtml-parser-perl 3.71-1+b1
ii  libintl-perl1.23-1
ii  liblocale-gettext-perl  1.05-7+b2
ii  libnet-dbus-perl1.0.0-2+b1
ii  perl [libio-compress-perl]  5.18.1-4

Versions of packages gmusicbrowser suggests:
ii  alsa-utils1.0.27.1-1
pn  libgnome2-wnck-perl   none
pn  libgstreamer-interfaces-perl  none
pn  libgtk2-mozembed-perl none
ii  mpg3210.3.2-1.1
ii  mplayer   2:1.0~rc4.dfsg1+svn34540-1+b2
ii  vorbis-tools  1.4.0-1

-- no debconf information

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#724958: gmusicbrowser: New upstream version

2013-09-29 Thread Micah Gersten
On 09/29/2013 07:07 PM, Jonathan McCrohan wrote:
 Package: gmusicbrowser
 Version: 1.1.9-2
 Severity: wishlist

 Hi,

 gmusicbrowser 1.1.10 has been available for a couple of months now. I
 see that initial work on this release is in the VCS. It would be great
 if this work could be finished and a new package uploaded to Debian.

 Thanks,
 Jon

I actually have the fixes for this in Ubuntu, I just need to commit them
to the VCS and request uploading.  I'll try to get to that soon.

Thanks,
Micah

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers