Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: llandwerlin at gmail.com <llandwerlin@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 5/6] Added libdvdnav package (dependency of gst-plugins-bad)
Date: Thu, 12 Nov 2009 23:33:17 +0100	[thread overview]
Message-ID: <1258065198-22972-6-git-send-email-llandwerlin@gmail.com> (raw)
In-Reply-To: <1258065198-22972-1-git-send-email-llandwerlin@gmail.com>

From: Lionel Landwerlin <llandwerlin@gmail.com>

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
---
 package/multimedia/Config.in              |    1 +
 package/multimedia/libdvdnav/Config.in    |    7 +++++++
 package/multimedia/libdvdnav/libdvdnav.mk |   21 +++++++++++++++++++++
 3 files changed, 29 insertions(+), 0 deletions(-)
 create mode 100644 package/multimedia/libdvdnav/Config.in
 create mode 100644 package/multimedia/libdvdnav/libdvdnav.mk

diff --git a/package/multimedia/Config.in b/package/multimedia/Config.in
index cd07fdc..1958e2a 100644
--- a/package/multimedia/Config.in
+++ b/package/multimedia/Config.in
@@ -11,6 +11,7 @@ source "package/multimedia/gst-plugins-bad/Config.in"
 source "package/multimedia/gst-plugins-ugly/Config.in"
 source "package/multimedia/libcdaudio/Config.in"
 source "package/multimedia/libdvdread/Config.in"
+source "package/multimedia/libdvdnav/Config.in"
 source "package/multimedia/libid3tag/Config.in"
 source "package/multimedia/libmad/Config.in"
 source "package/multimedia/libmms/Config.in"
diff --git a/package/multimedia/libdvdnav/Config.in b/package/multimedia/libdvdnav/Config.in
new file mode 100644
index 0000000..54b8cf1
--- /dev/null
+++ b/package/multimedia/libdvdnav/Config.in
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_LIBDVDNAV
+	bool "libdvdnav"
+        select BR2_PACKAGE_LIBDVDREAD
+	help
+	  libdvdnav is a library that allows easy use of sophisticated
+	  DVD navigation features such as DVD menus, multiangle
+	  playback and even interactive DVD games.
diff --git a/package/multimedia/libdvdnav/libdvdnav.mk b/package/multimedia/libdvdnav/libdvdnav.mk
new file mode 100644
index 0000000..ecbb6da
--- /dev/null
+++ b/package/multimedia/libdvdnav/libdvdnav.mk
@@ -0,0 +1,21 @@
+#############################################################
+#
+# libdvdnav
+#
+#############################################################
+
+LIBDVDNAV_VERSION = 4.1.3
+LIBDVDNAV_SOURCE = libdvdnav_$(LIBDVDNAV_VERSION).orig.tar.gz
+LIBDVDNAV_SITE = $(BR2_DEBIAN_MIRROR)/debian/pool/main/libd/libdvdnav/
+LIBDVDNAV_AUTORECONF = YES
+LIBDVDNAV_LIBTOOL_PATCH = YES
+LIBDVDNAV_INSTALL_STAGING = YES
+LIBDVDNAV_INSTALL_TARGET = YES
+
+LIBDVDNAV_DEPENDENCIES = libdvdread
+
+# By default libdvdnav tries to find dvdread-config in $PATH. Because
+# of cross compilation, we prefer using pkg-config.
+LIBDVDNAV_CONF_OPT = --with-dvdread-config="$(PKG_CONFIG_HOST_BINARY) dvdread"
+
+$(eval $(call AUTOTARGETS,package,libdvdnav))
-- 
1.6.5.2

  parent reply	other threads:[~2009-11-12 22:33 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-12 22:33 [Buildroot] gst-plugins-bad dependencies fix llandwerlin at gmail.com
2009-11-12 22:33 ` [Buildroot] [PATCH 1/6] Added libcdaudio package (dependency of gst-plugins-bad) llandwerlin at gmail.com
2009-12-10 15:28   ` Peter Korsgaard
2009-11-12 22:33 ` [Buildroot] [PATCH 2/6] Fix gst-plugins-bad dependency on libcdaudio llandwerlin at gmail.com
2009-11-12 22:33 ` [Buildroot] [PATCH 3/6] Fix gst-plugins-bad dependency on openssl through the apexsink element llandwerlin at gmail.com
2009-11-12 22:33 ` [Buildroot] [PATCH 4/6] Added libdvdread package (dependency of gst-plugins-bad) llandwerlin at gmail.com
2009-11-12 22:33 ` llandwerlin at gmail.com [this message]
2009-12-10 23:36   ` [Buildroot] [PATCH 5/6] Added libdvdnav " Peter Korsgaard
2009-12-10 23:39     ` Peter Korsgaard
2009-11-12 22:33 ` [Buildroot] [PATCH 6/6] Fix gst-plugins-bad dependency on libdvdnav llandwerlin at gmail.com
2009-12-20 16:22   ` Lionel Landwerlin
2009-12-20 18:48     ` Peter Korsgaard
2009-12-09 16:45 ` [Buildroot] gst-plugins-bad dependencies fix Sven Neumann
2009-12-09 16:49   ` Peter Korsgaard
2009-12-09 16:54     ` Lionel Landwerlin

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=1258065198-22972-6-git-send-email-llandwerlin@gmail.com \
    --to=llandwerlin@gmail.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox