Package: brasero
Severity: important
Version: 0.8.0-1
Tags: patch
User: [EMAIL PROTECTED]
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
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 <[EMAIL PROTECTED]>, Loic Minier <[EMAIL 
PROTECTED]>, Sebastian DrĂśge <[EMAIL PROTECTED]>
 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

Reply via email to