From: aldot at uclibc.org <aldot@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/libid3tag
Date: Thu, 20 Sep 2007 00:19:53 -0700 (PDT) [thread overview]
Message-ID: <20070920071953.3E5E5A4558@busybox.net> (raw)
Author: aldot
Date: 2007-09-20 00:19:52 -0700 (Thu, 20 Sep 2007)
New Revision: 19903
Log:
- cleanup and fix libid3tag (Hans-Christian Egtvedt)
- fix the make libid3tag-clean target to erase all installed files (me)
Modified:
trunk/buildroot/package/libid3tag/libid3tag.mk
Changeset:
Modified: trunk/buildroot/package/libid3tag/libid3tag.mk
===================================================================
--- trunk/buildroot/package/libid3tag/libid3tag.mk 2007-09-19 21:31:32 UTC (rev 19902)
+++ trunk/buildroot/package/libid3tag/libid3tag.mk 2007-09-20 07:19:52 UTC (rev 19903)
@@ -6,7 +6,7 @@
LIBID3TAG_VERSION:=0.15.1b
LIBID3TAG_SOURCE:=libid3tag-$(LIBID3TAG_VERSION).tar.gz
-LIBID3TAG_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/mad/
+LIBID3TAG_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/mad
LIBID3TAG_DIR:=$(BUILD_DIR)/libid3tag-$(LIBID3TAG_VERSION)
LIBID3TAG_CAT:=$(ZCAT)
LIBID3TAG_BIN:=libid3tag.so.0.3.0
@@ -35,11 +35,10 @@
)
touch $@
-$(LIBID3TAG_DIR)/src/.libs/$(LIBID3TAG_BIN): $(LIBID3TAG_DIR)/.configured
+$(LIBID3TAG_DIR)/.libs/$(LIBID3TAG_BIN): $(LIBID3TAG_DIR)/.configured
$(MAKE) -C $(LIBID3TAG_DIR)
- $(MAKE) DESTDIR=$(STAGING_DIR) -C $(LIBID3TAG_DIR) install
-$(STAGING_DIR)/$(LIBID3TAG_TARGET_BIN): $(LIBID3TAG_DIR)/src/.libs/$(LIBID3TAG_BIN)
+$(STAGING_DIR)/$(LIBID3TAG_TARGET_BIN): $(LIBID3TAG_DIR)/.libs/$(LIBID3TAG_BIN)
$(MAKE) DESTDIR=$(STAGING_DIR) -C $(LIBID3TAG_DIR) install
$(SED) "s,^libdir=.*,libdir=\'$(STAGING_DIR)/usr/lib\',g" $(STAGING_DIR)/usr/lib/libid3tag.la
@@ -47,18 +46,16 @@
cp -dpf $(STAGING_DIR)/usr/lib/libid3tag.so* $(TARGET_DIR)/usr/lib/
-$(STRIP) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libid3tag.so*
-libid3tag: uclibc libmad $(TARGET_DIR)/$(LIBID3TAG_TARGET_BIN)
+libid3tag: uclibc zlib libmad $(TARGET_DIR)/$(LIBID3TAG_TARGET_BIN)
libid3tag-source: $(DL_DIR)/$(LIBID3TAG_SOURCE)
libid3tag-clean:
- @if [ -d $(LIBID3TAG_DIR)/Makefile ]; then \
- $(MAKE) -C $(LIBID3TAG_DIR) clean; \
- fi
+ -$(MAKE) -C $(LIBID3TAG_DIR) clean
rm -f $(STAGING_DIR)/$(LIBID3TAG_TARGET_BIN)
- rm -f $(TARGET_DIR)/$(LIBID3TAG_TARGET_BIN)
+ rm -f $(TARGET_DIR)/$(LIBID3TAG_TARGET_BIN) \
+ $(TARGET_DIR)/usr/lib/libid3tag*
-
libid3tag-dirclean:
rm -rf $(LIBID3TAG_DIR)
#############################################################
next reply other threads:[~2007-09-20 7:19 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-20 7:19 aldot at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-07-28 23:17 [Buildroot] svn commit: trunk/buildroot/package/libid3tag ulf at uclibc.org
2007-07-28 17:30 ulf at uclibc.org
2007-07-28 16:02 ulf at uclibc.org
2007-05-29 14:55 jacmet 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=20070920071953.3E5E5A4558@busybox.net \
--to=aldot@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