Bug#730976: handbrake: FTBFS on kfreebsd-*

2014-09-13 Thread Petr Salinger
tags -1 + patch -- It sufficess to link with pthread, using patch bellow. Cheers Petr --- test/module.defs +++ test/module.defs @@ -46,6 +46,8 @@ TEST.GCC.l += iconv else ifeq ($(BUILD.system),linux) TEST.GCC.l += pthread dl m +else ifeq ($(BUILD.system),kfreebsd) +TEST.

Bug#712516: vlc: RC: FTBFS on kfreebsd-i386 with vlc 2.0.7-1

2013-06-18 Thread Petr Salinger
Hello kfreebsd maintainers, VLC 2.0.7 FTBFS with kfreebsd-i386. It used to build fine with VLC 2.0.6. It failed in the same way also under kfreebsd-amd64. https://buildd.debian.org/status/logs.php?pkg=vlc&arch=kfreebsd-amd64 It builds for me under kfreebsd-amd64, using today sid, modulo fix for

Bug#712687: missing include dir in pkgconfig/flac.pc

2013-06-18 Thread Petr Salinger
Package: libflac-dev Version: 1.3.0-1 Severity: serious Tags: patch User: debian-...@lists.debian.org Usertags: kfreebsd Hi. The /usr/lib/x86_64-kfreebsd-gnu/pkgconfig/flac.pc used to contain: Cflags: -I${includedir}/FLAC now it contains: Cflags: -I${includedir} It breaks build of vlc. Petr

Bug#635724: vlc: FTBFS (kfreebsd-i386)

2011-08-02 Thread Petr Salinger
Also build of vlc 1.1.10-1 in sid chroot segfaults, so it looks like bug in some other package. Version of gcc , eglibc, ...? Petr ___ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.de

Bug#612438: libva not building on kFreeBSD (Bug #612438)

2011-02-08 Thread Petr Salinger
kFreeBSD 8.2 has v4l already, its header is in sys/compat/linux/linux_videodev.h Shouldn't we provide this header instead of disabling v4l? It provides v4l interface, but libva needs v4l2 ... Petr ___ pkg-multimedia-maintainers mailing list pkg-mu

Bug#612480: libva: FTBFS on GNU/kFreeBSD

2011-02-08 Thread Petr Salinger
Package: libva Version: 1.0.8-1 Severity: important Tags: patch User: debian-...@lists.debian.org Usertags: kfreebsd Hi, the current version fails to build on GNU/kFreeBSD. Please find attached patch with tweaks. Petr --- libva-1.0.8.orig/va/va_backend_tpi.h +++ libva-1.0.8/va/va_backend_tpi.

Bug#578622: mplayer: FTBFS on kfreebsd-amd64 (vidix disable needed)

2010-04-23 Thread Petr Salinger
Modified: trunk/libvo/vo_directfb2.c == --- trunk/libvo/vo_directfb2.c Thu Apr 22 16:02:20 2010(r31057) +++ trunk/libvo/vo_directfb2.c Fri Apr 23 12:04:56 2010(r31058) @@ -35,9 +35,9 @@ #include #ifd

Bug#578622: mplayer: FTBFS on kfreebsd-amd64 (vidix disable needed)

2010-04-23 Thread Petr Salinger
I can understand your position if you are only a porter and not a direct maintainer of a package. However, I have seen package maintainers in different distros duplicate each other's work and add hacks to their packages that I could have fixed quicker and cleaner if somebody had shared their prob

Bug#578622: mplayer: FTBFS on kfreebsd-amd64 (vidix disable needed)

2010-04-23 Thread Petr Salinger
Hi. That was helpful, fixed upstream. I once again reiterate my suggestion to pass problems to upstream first before attempting to work around them locally in the packaging infrastructure of a single distribution. The expected workflow is a different one. Let the package does not build on a

Bug#578622: mplayer: FTBFS on kfreebsd-amd64 (vidix disable needed)

2010-04-21 Thread Petr Salinger
the current version fails to build on kfreebsd-amd64. it suffices to disable vidix support in debian/rules Bad solution, this will only work for Debian. You should fix configure instead of adding workarounds to the local packaging infrastructure. What are the error messages? The full build

Bug#578622: mplayer: FTBFS on kfreebsd-amd64

2010-04-21 Thread Petr Salinger
Hi, please also change configure as shown bellow. Otherwise the memalign() is without prototype, which on 64 bit platform leads to segfaults for some videos. Petr --- configure +++ configure @@ -3166,7 +3166,7 @@ def_malloc_h='#define HAVE_MALLOC_H 0' fi # malloc.h emits a warning in Free

Bug#578622: mplayer: FTBFS on kfreebsd-amd64 (vidix disable needed)

2010-04-21 Thread Petr Salinger
Package: mplayer Version: 1.0~rc3+svn20090405-1 Severity: important Tags: patch User: debian-...@lists.debian.org Usertags: kfreebsd Hi, the current version fails to build on kfreebsd-amd64. it suffices to disable vidix support in debian/rules to get working mplayer. Petr ifeq ($(DEB_HOST_AR

Bug#566779: snd: FTBFS on GNU/kFreeBSD: missing -ldl

2010-01-28 Thread Petr Salinger
We no longer provide snd-nox-alsa runtime package, it's only defined as provided by snd-nox: is it enough? Should we handle a small transition (snd-nox-alsa -> snd-nox)? I do not know. Creating transitional package should be very easy. On the other hand, the snd-nox-alsa have not been part of an

Bug#566779: snd: FTBFS on GNU/kFreeBSD: missing -ldl

2010-01-28 Thread Petr Salinger
package snd-gtk-pulse everywhere, on linux uses ALSA, on GNU/kFreeBSD OSS package snd-gtk-jack on i386 amd64 powerpc CPUs, i.e. also on kfreebsd-amd64 and kfreebsd-i386 package snd-nox everywhere, on linux uses ALSA, on GNU/kFreeBSD OSS Agreed. Do we really need to change the name? Could we simp

Bug#566779: snd: FTBFS on GNU/kFreeBSD: missing -ldl

2010-01-27 Thread Petr Salinger
Looks like -ldl is still missing. ;) It is needed to extend configure.ac and regenerate configure, as shown in "Message #22 received at 566...@bugs.debian.org". Also cleanup of debian/control, like Package: snd-gtk-pulse Architecture: any -Provides: snd-gtk-alsa, snd-gtk +Provides: snd-gtk-a

Bug#566779: snd: FTBFS on GNU/kFreeBSD: missing -ldl

2010-01-25 Thread Petr Salinger
Hi. The native sound system is OSS for GNU/kFreeBSD. It looks like on linux the snd package comes in three variants: - snd-gtk-jack - snd-gtk-pulse - snd-nox-alsa IMO, it should be possible to extend configure.ac and on GNU/kFreeBSD (kfreebsd-i386 kfreebsd-amd64) also provide three variants -

Bug#565850: soundkonverter: FTBFS: fails to find cdda_* (missing build-depends on libcdparanoia-dev)

2010-01-19 Thread Petr Salinger
reassign 565850 src:soundkonverter retitle 565850 soundkonverter: FTBFS: fails to find cdda_* (missing build-depends on libcdparanoia-dev) found 565850 1.0.0~alpha1-1 -- Please add into build-depends "libcdparanoia-dev". Petr ___ pkg-multimedia-mai