From: Julien Boibessot <julien.boibessot@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] libcddb: new package
Date: Wed, 16 Sep 2015 16:37:30 +0200 [thread overview]
Message-ID: <55F97EAA.4070704@free.fr> (raw)
In-Reply-To: <1438335061-17285-1-git-send-email-julien.boibessot@free.fr>
ping ? :-)
On 31/07/2015 11:31, julien.boibessot at free.fr wrote:
> From: Julien Boibessot <julien.boibessot@armadeus.com>
>
>
> Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com>
> ---
> package/Config.in | 1 +
> package/libcddb/Config.in | 20 ++++++++++++++++++++
> package/libcddb/libcddb.hash | 2 ++
> package/libcddb/libcddb.mk | 26 ++++++++++++++++++++++++++
> 4 files changed, 49 insertions(+)
> create mode 100644 package/libcddb/Config.in
> create mode 100644 package/libcddb/libcddb.hash
> create mode 100644 package/libcddb/libcddb.mk
>
> diff --git a/package/Config.in b/package/Config.in
> index 2528238..cbcff27 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -694,6 +694,7 @@ menu "Audio/Sound"
> source "package/fdk-aac/Config.in"
> source "package/libao/Config.in"
> source "package/libcdaudio/Config.in"
> + source "package/libcddb/Config.in"
> source "package/libcdio/Config.in"
> source "package/libcue/Config.in"
> source "package/libcuefile/Config.in"
> diff --git a/package/libcddb/Config.in b/package/libcddb/Config.in
> new file mode 100644
> index 0000000..f2bb827
> --- /dev/null
> +++ b/package/libcddb/Config.in
> @@ -0,0 +1,20 @@
> +config BR2_PACKAGE_LIBCDDB
> + bool "libcddb"
> + select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
> + help
> + Libcddb is a C library to access data on a CDDB server
> + (freedb.org). It allows you to:
> + * search the database for possible CD matches;
> + * retrieve detailed information about a specific CD;
> + * submit new CD entries to the database.
> +
> + http://libcddb.sourceforge.net/index.html
> +
> +if BR2_PACKAGE_LIBCDDB
> +
> +config BR2_PACKAGE_LIBCDDB_INSTALL_CDDB_QUERY
> + bool "install cddb_query"
> + help
> + cddb_query is an optionnal libcddb test program.
> +
> +endif
> diff --git a/package/libcddb/libcddb.hash b/package/libcddb/libcddb.hash
> new file mode 100644
> index 0000000..9e60683
> --- /dev/null
> +++ b/package/libcddb/libcddb.hash
> @@ -0,0 +1,2 @@
> +# Locally computed:
> +sha256 35ce0ee1741ea38def304ddfe84a958901413aa829698357f0bee5bb8f0a223b libcddb-1.3.2.tar.bz2
> diff --git a/package/libcddb/libcddb.mk b/package/libcddb/libcddb.mk
> new file mode 100644
> index 0000000..7ddb1e7
> --- /dev/null
> +++ b/package/libcddb/libcddb.mk
> @@ -0,0 +1,26 @@
> +################################################################################
> +#
> +# libcddb
> +#
> +################################################################################
> +
> +LIBCDDB_VERSION = 1.3.2
> +LIBCDDB_SOURCE = libcddb-$(LIBCDDB_VERSION).tar.bz2
> +LIBCDDB_SITE = http://downloads.sourceforge.net/libcddb/
> +LIBCDDB_LICENSE = LGPLv2+
> +LIBCDDB_LICENSE_FILES = COPYING
> +LIBCDDB_INSTALL_STAGING = YES
> +
> +ifeq ($(BR2_ENABLE_LOCALE),)
> +LIBCDDB_DEPENDENCIES += libiconv
> +endif
> +
> +define LIBCDDB_REMOVE_CDDB_QUERY
> + rm -f $(TARGET_DIR)/usr/bin/cddb_query
> +endef
> +
> +ifeq ($(BR2_PACKAGE_LIBCDDB_INSTALL_CDDB_QUERY),)
> +LIBCDDB_POST_INSTALL_TARGET_HOOKS += LIBCDDB_REMOVE_CDDB_QUERY
> +endif
> +
> +$(eval $(autotools-package))
next prev parent reply other threads:[~2015-09-16 14:37 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-31 9:31 [Buildroot] [PATCH] libcddb: new package julien.boibessot at free.fr
2015-09-16 14:37 ` Julien Boibessot [this message]
2015-09-18 8:32 ` Thomas Petazzoni
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=55F97EAA.4070704@free.fr \
--to=julien.boibessot@free.fr \
--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.