Re: add pristine-tar

2010-05-23 Thread Jaromír Mikeš
 Od: Jaromír Mikeš mira.mi...@seznam.cz

 few repositories I co-maintain missing pristine-tar.
 How to add pristine-tar to such existing repo?

I tried:
$ pristine-tar commit ../zita-convolver_2.0.0.orig.tar.bz2
and get:
$ pristine-tar: committed zita-convolver_2.0.0.orig.tar.bz2.delta to branch 
pristine-tar
Than I tried build package:
$ git-buildpackage -S
[snip]
fatal: Path 'zita-convolver_2.0.0.orig.tar.gz.delta' does not exist in 
'refs/heads/pristine-tar'
pristine-tar: git show 
refs/heads/pristine-tar:zita-convolver_2.0.0.orig.tar.gz.delta failed
/usr/bin/pristine-tar returned 128
Couldn't run '/usr/bin/pristine-tar'

it looks like git-buildpackage search just for orig.tar.gz and ignore 
orig.tar.bz2

Or something else is wrong?

mira

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


Re: add pristine-tar

2010-05-23 Thread Jonas Smedegaard

On Sun, May 23, 2010 at 09:32:31AM +0200, Jaromír Mikeš wrote:

Od: Jaromír Mikeš mira.mi...@seznam.cz



few repositories I co-maintain missing pristine-tar.
How to add pristine-tar to such existing repo?


I tried:
$ pristine-tar commit ../zita-convolver_2.0.0.orig.tar.bz2
and get:
$ pristine-tar: committed zita-convolver_2.0.0.orig.tar.bz2.delta to branch 
pristine-tar


Better to use the --pristine-tar option of git-import-orig - unless you 
already pushed your git-import-orig commit so it is too late to role 
back to do that.




Than I tried build package:
$ git-buildpackage -S
[snip]
fatal: Path 'zita-convolver_2.0.0.orig.tar.gz.delta' does not exist in 
'refs/heads/pristine-tar'
pristine-tar: git show 
refs/heads/pristine-tar:zita-convolver_2.0.0.orig.tar.gz.delta failed
/usr/bin/pristine-tar returned 128
Couldn't run '/usr/bin/pristine-tar'

it looks like git-buildpackage search just for orig.tar.gz and ignore 
orig.tar.bz2


Use git-buildpackage --git-compression=bzip

Or better: add a hint about compression type to debian/gbp.conf.  See 
the source of e.g. morituri for an example.



 - Jonas

--
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#581418: Happened to me to.

2010-05-23 Thread Ryan Davis
Hard to track down as I made a bunch of changes all at once. I downgraded
and all was well again.
---
Those who will not reason, are bigots, those who cannot, are fools, and
those who dare not, are slaves.
 -- Lord Byron
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#582744: [jackd] invalid manpage for alsa_in

2010-05-23 Thread Manolo Díaz
Package: jackd
Version: 1.9.5~dfsg-13
Severity: normal

Hi,

jackd installs a man page for alsa_in, but this one is broken and
spits the following error:


$: man alsa_in
man: /usr/share/man/man1/alsa_in.1 is self referencing
No manual entry for alsa_in
See 'man 7 undocumented' for help when manual pages are not available.


Best regards,
--
Manolo Díaz



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


Re: add pristine-tar

2010-05-23 Thread Jaromír Mikeš

Od: Jonas Smedegaard jo...@jones.dk



 Od: Jaromír Mikeš mira.mi...@seznam.cz

 few repositories I co-maintain missing pristine-tar.
 How to add pristine-tar to such existing repo?

I tried:
$ pristine-tar commit ../zita-convolver_2.0.0.orig.tar.bz2
and get:
$ pristine-tar: committed zita-convolver_2.0.0.orig.tar.bz2.delta to branch
pristine-tar

Better to use the --pristine-tar option of git-import-orig - unless you 
already pushed your git-import-orig commit so it is too late to role 
back to do that.



Than I tried build package:
$ git-buildpackage -S
[snip]
fatal: Path 'zita-convolver_2.0.0.orig.tar.gz.delta' does not exist in
'refs/heads/pristine-tar'
pristine-tar: git show
refs/heads/pristine-tar:zita-convolver_2.0.0.orig.tar.gz.delta failed
/usr/bin/pristine-tar returned 128
Couldn't run '/usr/bin/pristine-tar'

it looks like git-buildpackage search just for orig.tar.gz and ignore
orig.tar.bz2

Use git-buildpackage --git-compression=bzip

Or better: add a hint about compression type to debian/gbp.conf.  See 
the source of e.g. morituri for an example.


Thank you Jonas for help.
I will try when I will be at my working machine again.

regards

mira

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


Bug#582784: patch to enable fribidi support in mplayer

2010-05-23 Thread Lior Kaplan
Package: mplayer
Version: 2:1.0~rc3+svn20100502-2
Severity: normal
Tags: patch l10n

Checking mplayer's build logs I noticed this line:

Checking for fribidi with charsets ... no

This is probably due to the an updated libfribidi package (version 0.19.2-1)
which has dropped fribidi-config that mplayer checks for.

I'm attaching a patch to fix the configure script. Additionally the
following
configure option has to be added:
--with-fribidi-config=/usr/bin/pkg-config

As libfribidi-dev is already a build dependency, no other changes are
needed.

Expected result:

Checking for fribidi with charsets ... yes

Thanks,

Kaplan
--- configure2010-05-01 21:51:08.0 +0300
+++ configure2010-05-23 18:36:21.0 +0300
@@ -6052,15 +6052,15 @@
 }
 EOF
 _fribidi=no
-cc_check `$_fribidiconfig --cflags` `$_fribidiconfig --libs`  tmp_run  _fribidi=yes
+cc_check `$_fribidiconfig --cflags fribidi` `$_fribidiconfig --libs fribidi`  tmp_run  _fribidi=yes
 else
 _fribidi=no
 fi
 fi
 if test $_fribidi = yes ; then
 def_fribidi='#define CONFIG_FRIBIDI'
-extra_cflags=$extra_cflags `$_fribidiconfig --cflags`
-extra_ldflags=$extra_ldflags `$_fribidiconfig --libs`
+extra_cflags=$extra_cflags `$_fribidiconfig --cflags fribidi`
+extra_ldflags=$extra_ldflags `$_fribidiconfig --libs fribidi`
 else
 def_fribidi='#undef CONFIG_FRIBIDI'
 fi
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


smplayer 0.6.9-1 MIGRATED to testing

2010-05-23 Thread Debian testing watch
FYI: The status of the smplayer source package
in Debian's testing distribution has changed.

  Previous version: 0.6.8-2
  Current version:  0.6.9-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

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


qtractor_0.4.6-1_amd64.changes ACCEPTED

2010-05-23 Thread Archive Administrator



Accepted:
qtractor_0.4.6-1.diff.gz
  to main/q/qtractor/qtractor_0.4.6-1.diff.gz
qtractor_0.4.6-1.dsc
  to main/q/qtractor/qtractor_0.4.6-1.dsc
qtractor_0.4.6-1_amd64.deb
  to main/q/qtractor/qtractor_0.4.6-1_amd64.deb
qtractor_0.4.6.orig.tar.gz
  to main/q/qtractor/qtractor_0.4.6.orig.tar.gz


Override entries for your package:
qtractor_0.4.6-1.dsc - source sound
qtractor_0.4.6-1_amd64.deb - optional sound

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 582644 


Thank you for your contribution to Debian.

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


Bug#582644: marked as done (qtractor: new upstream release (0.4.6))

2010-05-23 Thread Debian Bug Tracking System
Your message dated Sun, 23 May 2010 19:03:05 +
with message-id e1oggs1-0002bp...@ries.debian.org
and subject line Bug#582644: fixed in qtractor 0.4.6-1
has caused the Debian Bug report #582644,
regarding qtractor: new upstream release (0.4.6)
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 ow...@bugs.debian.org
immediately.)


-- 
582644: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582644
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: qtractor
Version: 0.4.5-2+b1
Severity: wishlist

New upstream release



-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages qtractor depends on:
ii  libasound2  1.0.22-2 shared library for ALSA applicatio
ii  libc6   2.10.2-6 Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.4.4-1GCC support library
ii  libjack01.9.2-0.64studio2~lenny1 JACK Audio Connection Kit (client 
ii  liblo7  0.26~repack-5Lightweight OSC library
ii  libmad0 0.15.1b-5MPEG audio decoder library
ii  libogg0 1.2.0~dfsg-1 Ogg bitstream library
ii  libqt4-xml  4:4.6.2-4Qt 4 XML module
ii  libqtcore4  4:4.6.2-4Qt 4 core module
ii  libqtgui4   4:4.6.2-4Qt 4 GUI module
ii  librubberband2  1.3-1.1+b1   an audio time-stretching and pitch
ii  libsamplerate0  0.1.7-3  Audio sample rate conversion libra
ii  libslv2-9   0.6.6-3  A library for simple use of LV2 pl
ii  libsndfile1 1.0.21-2 Library for reading/writing audio 
ii  libstdc++6  4.4.4-1  The GNU Standard C++ Library v3
ii  libvorbis0a 1.3.1-1  The Vorbis General Audio Compressi
ii  libvorbisenc2   1.3.1-1  The Vorbis General Audio Compressi
ii  libvorbisfile3  1.3.1-1  The Vorbis General Audio Compressi
ii  libx11-62:1.3.3-3X11 client-side library

qtractor recommends no packages.

qtractor suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: qtractor
Source-Version: 0.4.6-1

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

qtractor_0.4.6-1.diff.gz
  to main/q/qtractor/qtractor_0.4.6-1.diff.gz
qtractor_0.4.6-1.dsc
  to main/q/qtractor/qtractor_0.4.6-1.dsc
qtractor_0.4.6-1_amd64.deb
  to main/q/qtractor/qtractor_0.4.6-1_amd64.deb
qtractor_0.4.6.orig.tar.gz
  to main/q/qtractor/qtractor_0.4.6.orig.tar.gz



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 582...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alessio Treglia quadris...@ubuntu.com (supplier of updated qtractor 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 May 2010 20:41:26 +0200
Source: qtractor
Binary: qtractor
Architecture: source amd64
Version: 0.4.6-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintainers@lists.alioth.debian.org
Changed-By: Alessio Treglia quadris...@ubuntu.com
Description: 
 qtractor   - MIDI/Audio multi-track sequencer application
Closes: 582644
Changes: 
 qtractor (0.4.6-1) unstable; urgency=low
 .
   * Add source format file.
   * New upstream release (Closes: #582644).
   * Drop patch to the desktop file, no longer needed.
   * Refresh 02-package_url.patch,03-binutils_gold.patch patches.
Checksums-Sha1: 
 b4a649e7fdf89de0d2e7bba30a766d7e730a7dde 1624 qtractor_0.4.6-1.dsc
 93dfb2b4852bde5adc6ddd5366635bfb8939d122 714557 qtractor_0.4.6.orig.tar.gz
 5299e99284c71a95d26846fd9a154cf5519f2e67 4404 qtractor_0.4.6-1.diff.gz
 ca6f6a7570b7fa0773ff8431740b9c929ac3064c 1026436 qtractor_0.4.6-1_amd64.deb
Checksums-Sha256: 
 338382e443e22ade0460b3815458166fb8b1a19bb1c9e782bbbd6b0c67ab6384 1624 
qtractor_0.4.6-1.dsc
 

Bug#582784: patch to enable fribidi support in mplayer

2010-05-23 Thread Reinhard Tartler
On Sun, May 23, 2010 at 18:01:07 (CEST), Lior Kaplan wrote:

 Checking mplayer's build logs I noticed this line:

 Checking for fribidi with charsets ... no

 This is probably due to the an updated libfribidi package (version 0.19.2-1)
 which has dropped fribidi-config that mplayer checks for.

This has already been analyzed in ubuntu:
https://bugs.edge.launchpad.net/ubuntu/+source/mplayer/+bug/556200

Ah, I see that you have noticed that yourself :-)

 I'm attaching a patch to fix the configure script. Additionally the
 following
 configure option has to be added:
 --with-fribidi-config=/usr/bin/pkg-config

 As libfribidi-dev is already a build dependency, no other changes are
 needed.

 Expected result:

 Checking for fribidi with charsets ... yes

okay, now we need to get that applied upstream :-)

anyway, thanks for the patch, I'll apply it for the next upload.

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4



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


Bug#582784: patch to enable fribidi support in mplayer

2010-05-23 Thread Lior Kaplan
On Sun, May 23, 2010 at 10:54 PM, Reinhard Tartler siret...@tauware.dewrote:

 On Sun, May 23, 2010 at 18:01:07 (CEST), Lior Kaplan wrote:

  Checking mplayer's build logs I noticed this line:
 
  Checking for fribidi with charsets ... no
 
  This is probably due to the an updated libfribidi package (version
 0.19.2-1)
  which has dropped fribidi-config that mplayer checks for.

 This has already been analyzed in ubuntu:
 https://bugs.edge.launchpad.net/ubuntu/+source/mplayer/+bug/556200

 Ah, I see that you have noticed that yourself :-)


I noticed it in Ubuntu, and figured it will be easier to get it fixed in
Debian.



  I'm attaching a patch to fix the configure script. Additionally the
  following
  configure option has to be added:
  --with-fribidi-config=/usr/bin/pkg-config
 
  As libfribidi-dev is already a build dependency, no other changes are
  needed.
 
  Expected result:
 
  Checking for fribidi with charsets ... yes

 okay, now we need to get that applied upstream :-)

 anyway, thanks for the patch, I'll apply it for the next upload.


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


Bug#396954: Bug# 396954: mplayer: please also provide mencoder

2010-05-23 Thread Arnout Engelen
 However, things have changed a bit. The objections with the encoders can
 be adressed in the same way as in ffmpeg, so IMO it should make no
 problem to introduce mencoder into debian proper, under the provision
 that the same encoder policy as in ffmpeg is applied to mplayer as well.
 
 I'm CC'ing ftp-master so that they have a chance to object. If we don't
 hear objections, we'll introduce mencoder in the next upload making sure
 that the internal copy of libavcodec is removed from some encoders the
 same way as ffmpeg is done

Great to see some progress here, looking forward to having mencoder in Debian.


Arnout



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