From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 5/6] package: Added libdvdnav package (dependency of gst-plugins-bad)
Date: Fri, 11 Dec 2009 23:07:05 +0100 [thread overview]
Message-ID: <87ws0ttbau.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <1260487878-21126-6-git-send-email-llandwerlin@gmail.com> (llandwerlin@gmail.com's message of "Fri, 11 Dec 2009 00:31:17 +0100")
>>>>> "Lionel" == llandwerlin <llandwerlin@gmail.com> writes:
Lionel> From: Lionel Landwerlin <llandwerlin@gmail.com>
Lionel> Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
Hmm, this seems pretty broken - Does it really build for you?
First of all, there's no configure script in the tarball. There is a
configure2 script, and adding a symlink gets us to the build step where
it dies trying to find the libdvdread headers:
make[1]: Entering directory `/tmp/br/build/libdvdnav-4.1.3'
sh "/tmp/br/build/libdvdnav-4.1.3"/version.sh "/tmp/br/build/libdvdnav-4.1.3" "4.1.3"
cd obj && gcc -fPIC -DPIC -MD -O3 -g -Wall -funsigned-char -I/tmp/br/build/libdvdnav-4.1.3 -I"/tmp/br/build/libdvdnav-4.1.3"/src -I"/tmp/br/build/libdvdnav-4.1.3"/src/vm -DDVDNAV_COMPILE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -DHAVE_DLFCN_H -c -o dvdnav.so /tmp/br/build/libdvdnav-4.1.3/src/dvdnav.c
/tmp/br/build/libdvdnav-4.1.3/src/dvdnav.c:40:32: error: dvdread/dvd_reader.h: No such file or directory
Also notice that it uses the host compiler.
Lionel> +config BR2_PACKAGE_LIBDVDNAV
Lionel> + bool "libdvdnav"
Lionel> + select BR2_PACKAGE_LIBDVDREAD
Lionel> + help
Lionel> + libdvdnav is a library that allows easy use of sophisticated
Lionel> + DVD navigation features such as DVD menus, multiangle
Lionel> + playback and even interactive DVD games.
Lionel> +
Lionel> + http://www.mplayerhq.hu
Indentation is off here.
Lionel> +++ b/package/multimedia/libdvdnav/libdvdnav.mk
Lionel> @@ -0,0 +1,19 @@
Lionel> +#############################################################
Lionel> +#
Lionel> +# libdvdnav
Lionel> +#
Lionel> +#############################################################
Lionel> +
Lionel> +LIBDVDNAV_VERSION = 4.1.3
Lionel> +LIBDVDNAV_SOURCE = libdvdnav_$(LIBDVDNAV_VERSION).orig.tar.gz
Lionel> +LIBDVDNAV_SITE = $(BR2_DEBIAN_MIRROR)/debian/pool/main/libd/libdvdnav/
The official upstream location is afaik
http://www.mplayerhq.hu/MPlayer/releases/dvdnav/
--
Bye, Peter Korsgaard
next prev parent reply other threads:[~2009-12-11 22:07 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-10 23:31 [Buildroot] [PATCH 0/6] gst-plugins-bad dependencies fix v2 llandwerlin at gmail.com
2009-12-10 23:31 ` [Buildroot] [PATCH 1/6] package: Added libcdaudio package (dependency of gst-plugins-bad) llandwerlin at gmail.com
2009-12-10 23:31 ` [Buildroot] [PATCH 2/6] gst-plugins-bad: Fix dependency on libcdaudio llandwerlin at gmail.com
2009-12-10 23:31 ` [Buildroot] [PATCH 3/6] gst-plugins-bad: Fix dependency on openssl through the apexsink element llandwerlin at gmail.com
2009-12-10 23:31 ` [Buildroot] [PATCH 4/6] package: Added libdvdread package (dependency of gst-plugins-bad) llandwerlin at gmail.com
2009-12-12 2:23 ` Lionel Landwerlin
2009-12-12 8:02 ` Peter Korsgaard
2009-12-12 12:30 ` Lionel Landwerlin
2009-12-12 13:35 ` Peter Korsgaard
2009-12-10 23:31 ` [Buildroot] [PATCH 5/6] package: Added libdvdnav " llandwerlin at gmail.com
2009-12-11 22:07 ` Peter Korsgaard [this message]
2009-12-12 2:22 ` Lionel Landwerlin
2009-12-12 7:55 ` Peter Korsgaard
2009-12-10 23:31 ` [Buildroot] [PATCH 6/6] gst-plugins-bad: Fix dependency on libdvdnav llandwerlin at gmail.com
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87ws0ttbau.fsf@macbook.be.48ers.dk \
--to=jacmet@uclibc.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.