Bug#493359: brasero: FTBFS on GNU/kFreeBSD (needs packaging changes only)

Petr Salinger Petr.Salinger at seznam.cz
Sat Aug 2 12:12:03 UTC 2008


Package: brasero
Severity: important
Version: 0.8.0-1
Tags: patch
User: glibc-bsd-devel at lists.alioth.debian.org
Usertags: kfreebsd


Hi,

the current version fails to build on GNU/kFreeBSD.

It needs to build depend on libcam-dev on GNU/kFreeBSD
and pass "--disable-inotify" to configure on them.

Please find attached patch with that.

Thanks in advance

                         Petr
-------------- next part --------------
diff -u brasero-0.8.0/debian/control brasero-0.8.0/debian/control
--- brasero-0.8.0/debian/control
+++ brasero-0.8.0/debian/control
@@ -23,6 +23,7 @@
                libbeagle-dev (>= 0.3.0),
                gnome-doc-utils (>= 0.3.2),
                scrollkeeper,
+               libcam-dev [kfreebsd-i386 kfreebsd-amd64],
                libc0.1-dev (>= 2.5) | libc0.3-dev (>= 2.5) | libc6-dev (>= 2.5) | libc6.1-dev (>= 2.5)
 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Loic Minier <lool at dooz.org>, Sebastian Dr??ge <slomo at debian.org>
 Standards-Version: 3.8.0
diff -u brasero-0.8.0/debian/rules brasero-0.8.0/debian/rules
--- brasero-0.8.0/debian/rules
+++ brasero-0.8.0/debian/rules
@@ -12,3 +12,7 @@
+ifeq ($(DEB_BUILD_ARCH_OS), linux)
 DEB_CONFIGURE_EXTRA_FLAGS += \
 	--disable-libburnia
-
+else
+DEB_CONFIGURE_EXTRA_FLAGS += \
+	--disable-libburnia --disable-inotify
+endif
diff -u brasero-0.8.0/debian/control.in brasero-0.8.0/debian/control.in
--- brasero-0.8.0/debian/control.in
+++ brasero-0.8.0/debian/control.in
@@ -23,6 +23,7 @@
                libbeagle-dev (>= 0.3.0),
                gnome-doc-utils (>= 0.3.2),
                scrollkeeper,
+               libcam-dev [kfreebsd-i386 kfreebsd-amd64],
                libc0.1-dev (>= 2.5) | libc0.3-dev (>= 2.5) | libc6-dev (>= 2.5) | libc6.1-dev (>= 2.5)
 Uploaders: @GNOME_TEAM@
 Standards-Version: 3.8.0


More information about the pkg-gnome-maintainers mailing list