Bug#588410: vlc: FTBFS on kfreebsd-*: checking for DC1394... no

2010-07-08 Thread Cyril Brulebois
Source: vlc
Version: 1.1.0-2
Severity: serious
Justification: FTBFS
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

your package no longer builds on kfreebsd-* because (at least by
default) DC1394 support seems mandatory:
| checking for main in -lliveMedia_pic... yes
| checking for DC1394... no
| configure: error: Library libraw1394 = 2.0.1 libdc1394-2 = 2.1.0 needed for 
dc1394 was not found
| make: *** [build-stamp] Error 1

Full build logs:
  https://buildd.debian.org/status/package.php?p=vlc

Mraw,
KiBi.



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


victory. Cf. Cyrop. III

2010-07-08 Thread Myint Biskach
viscountess.png___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Re: [SCM] rtmpdump packaging branch, master, updated. debian/2.3-1-1-gdc4494b

2010-07-08 Thread Fabian Greffrath

Am 07.07.2010 15:45, schrieb Reinhard Tartler:

I consider the questions about the upstream status and acceptance one of
the, if not the most important part of the patch documentation. It would
have saved this mail thread if it was available in the first place.


Sorry, I didn't mean to upset anybody.


I'd be interested in Howard's opinion on this. He is really reactive and
slomo's last patch was integrated in a couple of minutes when I've
passed him the link to our patch.


I'll just add headers to the patch and discuss it with Howard.

 - Fabian

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


Linking rtmpdump frontends against the shared lib

2010-07-08 Thread Fabian Greffrath

Dear Howard,

I have added a patch to the rtmpdump Debian package that makes the 
frontends link against the shared lib instead of static linking:


http://git.debian.org/?p=pkg-multimedia/rtmpdump.git;a=blob;f=debian/patches/03_dynamic-frontend.patch

My rationale is to avoid code duplication in the binaries, since we 
ship the library anyway. I'd like to discuss this patch with you and 
ask if there is a chance it get adopted upstream.


Best Regards,
Fabian

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


VACATION! 14.07.-25.07.

2010-07-08 Thread Fabian Greffrath

Dear all,

I'll be on vacation from 14.07. to 25.07.2010.

 - Fabian

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


Re: Linking rtmpdump frontends against the shared lib

2010-07-08 Thread Howard Chu

Fabian Greffrath wrote:

Dear Howard,

I have added a patch to the rtmpdump Debian package that makes the
frontends link against the shared lib instead of static linking:

http://git.debian.org/?p=pkg-multimedia/rtmpdump.git;a=blob;f=debian/patches/03_dynamic-frontend.patch

My rationale is to avoid code duplication in the binaries, since we
ship the library anyway. I'd like to discuss this patch with you and
ask if there is a chance it get adopted upstream.


This patch doesn't do what you want; it links both the static and the shared 
library into each executable.


--
  -- Howard Chu
  CTO, Symas Corp.   http://www.symas.com
  Director, Highland Sun http://highlandsun.com/hyc/
  Chief Architect, OpenLDAP  http://www.openldap.org/project/

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


Re: Linking rtmpdump frontends against the shared lib

2010-07-08 Thread Fabian Greffrath

Am 08.07.2010 12:33, schrieb Howard Chu:

This patch doesn't do what you want; it links both the static and the
shared library into each executable.


No, it doesn't, please have another look. I have put all references to 
$(LIBRTMP) for all executables on separate lines, so $^ does just 
substitute the remaining object files. That is, only if $^ does not 
include *all* dependencies that are defined for a specific target, but 
I am sure it doesn't.


 - Fabian

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


Re: Linking rtmpdump frontends against the shared lib

2010-07-08 Thread Howard Chu

Fabian Greffrath wrote:

Am 08.07.2010 12:33, schrieb Howard Chu:

This patch doesn't do what you want; it links both the static and the
shared library into each executable.


No, it doesn't, please have another look. I have put all references to
$(LIBRTMP) for all executables on separate lines, so $^ does just
substitute the remaining object files. That is, only if $^ does not
include *all* dependencies that are defined for a specific target, but
I am sure it doesn't.


It does. Go re-read the make documentation. Dependencies for a target are all 
considered as a unit, no matter how many lines you split them onto.


A new patch for the Makefile is now in SVN.

--
  -- Howard Chu
  CTO, Symas Corp.   http://www.symas.com
  Director, Highland Sun http://highlandsun.com/hyc/
  Chief Architect, OpenLDAP  http://www.openldap.org/project/

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


Re: Linking rtmpdump frontends against the shared lib

2010-07-08 Thread Fabian Greffrath

Am 08.07.2010 12:45, schrieb Howard Chu:

It does. Go re-read the make documentation. Dependencies for a target
are all considered as a unit, no matter how many lines you split them
onto.


Sorry, I am wrong, you are right.

Just after I pressed the Send button I realized I should google for 
gnu make manual and realized I was wrong in this regard.



A new patch for the Makefile is now in SVN.


Thank you very much. I'll integrate this one into our package.

Cheers,
Fabian

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


Re: Linking rtmpdump frontends against the shared lib

2010-07-08 Thread Fabian Greffrath

Am 08.07.2010 12:54, schrieb Fabian Greffrath:

Thank you very much. I'll integrate this one into our package.


In the Makefile there is still one s/progs/$(PROGS)/ required for the 
install rule to work.


 - Fabian

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


Re: Linking rtmpdump frontends against the shared lib

2010-07-08 Thread Howard Chu

Fabian Greffrath wrote:

Am 08.07.2010 12:45, schrieb Howard Chu:

It does. Go re-read the make documentation. Dependencies for a target
are all considered as a unit, no matter how many lines you split them
onto.


Sorry, I am wrong, you are right.


Heh. Well, I'm a co-author of GNU Make after all...
http://highlandsun.com/hyc/#Make


Just after I pressed the Send button I realized I should google for
gnu make manual and realized I was wrong in this regard.


A new patch for the Makefile is now in SVN.


Thank you very much. I'll integrate this one into our package.


No problem.
--
  -- Howard Chu
  CTO, Symas Corp.   http://www.symas.com
  Director, Highland Sun http://highlandsun.com/hyc/
  Chief Architect, OpenLDAP  http://www.openldap.org/project/

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


Re: Linking rtmpdump frontends against the shared lib

2010-07-08 Thread Fabian Greffrath

Am 08.07.2010 13:12, schrieb Howard Chu:

Fabian Greffrath wrote:

Am 08.07.2010 12:54, schrieb Fabian Greffrath:

Thank you very much. I'll integrate this one into our package.


In the Makefile there is still one s/progs/$(PROGS)/ required for the
install rule to work.

Thanks, fixed.


Or is it PROGS instead of $(PROGS)?

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


lv2dynparam1 2-3 MIGRATED to testing

2010-07-08 Thread Debian testing watch
FYI: The status of the lv2dynparam1 source package
in Debian's testing distribution has changed.

  Previous version: 2-2
  Current version:  2-3

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


meterbridge 0.9.2-8 MIGRATED to testing

2010-07-08 Thread Debian testing watch
FYI: The status of the meterbridge source package
in Debian's testing distribution has changed.

  Previous version: 0.9.2-7
  Current version:  0.9.2-8

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