vlc_1.1.0-3_i386.changes ACCEPTED
Reinhard Tartler
siretart at tauware.de
Sat Jul 10 12:48:08 UTC 2010
On Fri, Jul 09, 2010 at 18:10:56 (EDT), Reinhard Tartler wrote:
> and FTBFS again, this time for libudev, which doesn't exist on kfreebsd
>
> :-/
with the obvious fix to move the --enable-udev switch to the linux
specific part down like this:
diff --git a/debian/rules b/debian/rules
index 6136102..24734d4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -90,7 +90,6 @@ confflags += \
--enable-taglib \
--enable-theora \
--enable-twolame \
- --enable-udev \
--enable-upnp \
--enable-vcd \
--enable-vcdx \
@@ -131,6 +130,7 @@ confflags += \
--enable-pvr \
--enable-v4l \
--enable-v4l2 \
+ --enable-udev \
--enable-dc1394 \
$(NULL)
endif
it has problems with the xulrunner stuff:
configure: Checking for Mozilla
checking for libxul >= 1.9.2... no
checking for libxul >= 1.9.2... no
checking for seamonkey-plugin >= 1.9.2... no
checking for iceape-plugin >= 1.9.2... no
checking for xulrunner-plugin >= 1.9.2... no
checking for firefox-plugin >= 1.9.2... no
checking for iceweasel-plugin >= 1.9.2... no
checking for mozilla-plugin >= 1.9.2... no
checking for mozilla-config... no
checking for seamonkey-config... no
checking for xulrunner-config... no
configure: error: Please install the Mozilla development tools (version 1.9.2 or higher) or use --disable-mozilla.
Shall we disable mozilla on freebsd?
--
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4
More information about the pkg-multimedia-maintainers
mailing list