Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: egtvedt at uclibc.org <egtvedt@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/multimedia/alsa-utils
Date: Thu,  4 Dec 2008 08:10:44 -0800 (PST)	[thread overview]
Message-ID: <20081204161044.93E6B3C8DA@busybox.net> (raw)

Author: egtvedt
Date: 2008-12-04 08:10:44 -0800 (Thu, 04 Dec 2008)
New Revision: 24271

Log:
alsa-util: bump version to 1.0.18 and add patches for this version

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>



Added:
   trunk/buildroot/package/multimedia/alsa-utils/alsa-utils-1.0.18-check-if-__use_bsd-is-defined.patch
   trunk/buildroot/package/multimedia/alsa-utils/alsa-utils-1.0.18-fix-intl-support.patch

Modified:
   trunk/buildroot/package/multimedia/alsa-utils/alsa-utils.mk


Changeset:
Added: trunk/buildroot/package/multimedia/alsa-utils/alsa-utils-1.0.18-check-if-__use_bsd-is-defined.patch
===================================================================
--- trunk/buildroot/package/multimedia/alsa-utils/alsa-utils-1.0.18-check-if-__use_bsd-is-defined.patch	                        (rev 0)
+++ trunk/buildroot/package/multimedia/alsa-utils/alsa-utils-1.0.18-check-if-__use_bsd-is-defined.patch	2008-12-04 16:10:44 UTC (rev 24271)
@@ -0,0 +1,13 @@
+Index: alsa-utils-1.0.18/alsactl/init_sysdeps.c
+===================================================================
+--- alsa-utils-1.0.18.orig/alsactl/init_sysdeps.c	2008-12-01 08:27:16.000000000 +0100
++++ alsa-utils-1.0.18/alsactl/init_sysdeps.c	2008-12-01 08:27:22.000000000 +0100
+@@ -17,7 +17,7 @@
+  *
+  */
+ 
+-#ifdef __GLIBC__
++#if defined(__GLIBC__) && !defined(__USE_BSD)
+ static size_t strlcpy(char *dst, const char *src, size_t size)
+ {
+ 	size_t bytes = 0;

Added: trunk/buildroot/package/multimedia/alsa-utils/alsa-utils-1.0.18-fix-intl-support.patch
===================================================================
--- trunk/buildroot/package/multimedia/alsa-utils/alsa-utils-1.0.18-fix-intl-support.patch	                        (rev 0)
+++ trunk/buildroot/package/multimedia/alsa-utils/alsa-utils-1.0.18-fix-intl-support.patch	2008-12-04 16:10:44 UTC (rev 24271)
@@ -0,0 +1,11 @@
+--- a/seq/aseqnet/Makefile.in
++++ b/seq/aseqnet/Makefile.in
+@@ -252,7 +252,7 @@ clean-binPROGRAMS:
+ 	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
+ aseqnet$(EXEEXT): $(aseqnet_OBJECTS) $(aseqnet_DEPENDENCIES) 
+ 	@rm -f aseqnet$(EXEEXT)
+-	$(LINK) $(aseqnet_LDFLAGS) $(aseqnet_OBJECTS) $(aseqnet_LDADD) $(LIBS)
++	$(LINK) $(aseqnet_LDFLAGS) $(aseqnet_OBJECTS) $(aseqnet_LDADD) $(LIBS) $(INTLLIBS)
+ 
+ mostlyclean-compile:
+ 	-rm -f *.$(OBJEXT)

Modified: trunk/buildroot/package/multimedia/alsa-utils/alsa-utils.mk
===================================================================
--- trunk/buildroot/package/multimedia/alsa-utils/alsa-utils.mk	2008-12-04 16:10:06 UTC (rev 24270)
+++ trunk/buildroot/package/multimedia/alsa-utils/alsa-utils.mk	2008-12-04 16:10:44 UTC (rev 24271)
@@ -3,7 +3,7 @@
 # alsa-utils
 #
 #############################################################
-ALSA_UTILS_VERSION:=1.0.14
+ALSA_UTILS_VERSION:=1.0.18
 ALSA_UTILS_SOURCE:=alsa-utils-$(ALSA_UTILS_VERSION).tar.bz2
 ALSA_UTILS_SITE:=ftp://ftp.alsa-project.org/pub/utils
 ALSA_UTILS_DIR:=$(BUILD_DIR)/alsa-utils-$(ALSA_UTILS_VERSION)

             reply	other threads:[~2008-12-04 16:10 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-04 16:10 egtvedt at uclibc.org [this message]
2008-12-04 16:28 ` [Buildroot] svn commit: trunk/buildroot/package/multimedia/alsa-utils Peter Korsgaard
2008-12-04 16:34   ` Hans-Christian Egtvedt
2008-12-04 16:45     ` Peter Korsgaard
  -- strict thread matches above, loose matches on Subject: below --
2009-03-04 14:17 jacmet at uclibc.org
2009-03-04 13:22 jacmet at uclibc.org
2009-03-04 13:22 jacmet at uclibc.org
2009-03-04 13:27 ` Hans-Christian Egtvedt
2009-03-04 13:34   ` Peter Korsgaard
2009-02-19 16:04 jacmet at uclibc.org
2009-01-22 23:06 ulf at uclibc.org
2009-01-16 22:06 ulf at uclibc.org
2008-12-04 16:10 egtvedt at uclibc.org

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=20081204161044.93E6B3C8DA@busybox.net \
    --to=egtvedt@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox