Re: [SCM] lives packaging branch, master, updated. debian/1.1.8-1-32-g9b1ab25

2010-01-12 Thread Harry Rickards
2010/1/12 Reinhard Tartler siret...@tauware.de:
 On Di, Jan 12, 2010 at 09:44:33 (CET), 
 hrickards-gu...@users.alioth.debian.org wrote:
snip
 The commit description does not match with the content. You didn't
 remove, but add the frei0r-plugins-dev build dependency on powerpc :-)

I did remove frei0r-plugins-dev:
- frei0r-plugins-dev[!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386 !arm !powerpc],
+ frei0r-plugins-dev[!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386 !arm],

 Moreover, we generally avoid commits that touch both debian/changelog
 and other files. Instead, you might find the utility 'git-dch' very
 helpful to generate entries for debian/changelog based on git commits.

Ok. Thanks for the advice. When would you advise on running git-dch?
(e.g if I'm going to make a few commits now, and then another few in
an hour, should I run git-dch now or after the commits in an hour?)


 --
 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




-- 
Harry Rickards - ha...@linux.com
Debian Lenny server | Debian Sid desktop | UNR Karmic netbook
A good programmer is someone who looks both ways before crossing a
one-way street. - Doug Linder
Binary is as easy as 01, 10, 11.

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


Re: [SCM] lives packaging branch, master, updated. debian/1.1.8-1-32-g9b1ab25

2010-01-12 Thread Reinhard Tartler
On Di, Jan 12, 2010 at 09:44:36 (CET), hrickards-gu...@users.alioth.debian.org 
wrote:

 The following commit has been merged in the master branch:
 commit 33126682a35c38ae6bbe3056518d92173de513a7
 Author: Harry Rickards ha...@linux.com
 Date:   Tue Jan 12 08:39:09 2010 +

 Updated to use Debian fork of cdda2wav, icedax

 diff --git a/debian/changelog b/debian/changelog
 index 34ab57f..15b1308 100644
 --- a/debian/changelog
 +++ b/debian/changelog
 @@ -15,6 +15,7 @@ lives (1.1.8-2) UNRELEASED; urgency=low
* Removed unnecessary build-depends on python
* Removed libdirac-encoder0 and libdirac-decoder0 as they should
  be pulled in via shlibs.
 +  * Updated to use Debian fork of cdda2wav, icedax.

[ Alessio Treglia ]
* debian/rules: Don't include quilt.make rules file, it's unnecessary.
 diff --git a/debian/control b/debian/control
 index 236138f..434f1b4 100644
 --- a/debian/control
 +++ b/debian/control
 @@ -47,7 +47,7 @@ Depends: ${misc:Depends},
   libweed0 (= ${source:Version}),
   lives-data,
   ogmtools[!hurd-i386]
 -Recommends: cdda2wav, dvgrab, mkvtoolnix, x11-utils, pulseaudio
 +Recommends: icedax, dvgrab, mkvtoolnix, x11-utils, pulseaudio
  Suggests: python, libtheora-bin, libdv-bin[!hurd-i386], ffmpeg
  Description: a Video Editing system allowing users to edit and create video
   LiVES is a Video Editing system allowing both novice and advanced users

I think this is not enough. A short grep over the source shows that
lives searches for a binary called 'cdda2wav', so these places would
need to be replaced with 'icedax' as well.

In Debian there is still a package called 'cdda2wav' that provides a
symlink for the 'icedax' package. This is probably why this wasn't a
issue so far, but with this patch, it becomes one.

NB: I'm a bit biased about the cdrtools issue.

-- 
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


Re: [SCM] lives packaging branch, master, updated. debian/1.1.8-1-32-g9b1ab25

2010-01-12 Thread Fabian Greffrath

Am 12.01.2010 11:16, schrieb Reinhard Tartler:

NB: I'm a bit biased about the cdrtools issue.


?! Please elaborate.

--
Dipl.-Phys. Fabian Greffrath

Ruhr-Universität Bochum
Lehrstuhl für Energieanlagen und Energieprozesstechnik (LEAT)
Universitätsstr. 150, IB 3/134
D-44780 Bochum

Telefon: +49 (0)234 / 32-26334
Fax: +49 (0)234 / 32-14227
E-Mail:  greffr...@leat.ruhr-uni-bochum.de

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


Re: [SCM] lives packaging branch, master, updated. debian/1.1.8-1-32-g9b1ab25

2010-01-12 Thread Reinhard Tartler
On Di, Jan 12, 2010 at 11:59:32 (CET), Fabian Greffrath wrote:

 Am 12.01.2010 11:16, schrieb Reinhard Tartler:
 NB: I'm a bit biased about the cdrtools issue.

 ?! Please elaborate.

I've was involved in preparing updated packages for cdrtools for both
ubuntu and debian. Both attempts failed on so many levels that you
cannot imagine. I'd prefer to not talk about this in public unless
necessary.

Sorry.

-- 
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


Re: [SCM] lives packaging branch, master, updated. debian/1.1.8-1-32-g9b1ab25

2010-01-12 Thread Reinhard Tartler
On Di, Jan 12, 2010 at 17:10:38 (CET), Harry Rickards wrote:

 2010/1/12 Reinhard Tartler siret...@tauware.de:
 snip
 I think this is not enough. A short grep over the source shows that
 lives searches for a binary called 'cdda2wav', so these places would
 need to be replaced with 'icedax' as well.

 In Debian there is still a package called 'cdda2wav' that provides a
 symlink for the 'icedax' package. This is probably why this wasn't a
 issue so far, but with this patch, it becomes one.

 Ok. If I patch that (replacing all instances of cdda2wav with icedax)
 can you think of any other problems that may occur?

I think so, yes.

 NB: I'm a bit biased about the cdrtools issue.

 Regarding your other email about not wishing to talk about this in
 public, would you be willing to talk about it to me privately via
 email if I agree to not give out any information about the problem
 without discussing it with you beforehand?

probably yes. Feel free to ask specific questions privately.

-- 
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