+++ /dev/null
-# ChangeLog for media-libs/daaplib
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/daaplib/ChangeLog,v 1.11 2005/09/03 23:39:17 flameeyes Exp $
-
- 03 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> daaplib-0.1.1a.ebuild:
- Don't install COPYING file.
-
- 20 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org> daaplib-0.1.1a.ebuild:
- Stable on sparc
-
- 03 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org> daaplib-0.1.1a.ebuild:
- Keyworded ~sparc wrt #76093
-
- 05 Nov 2004; Jeremy Huddleston <eradicator@gentoo.org>
- daaplib-0.1.1a.ebuild:
- Stable amd64.
-
- 05 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org>
- daaplib-0.1.1a.ebuild:
- Added to ~amd64. get_libdir fixups.
-
- 25 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org>
- daaplib-0.1.1a.ebuild:
- Stable x86.
-
- 23 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org>
- daaplib-0.1.1a.ebuild, files/daaplib-0.1.1a-Makefile:
- -fPIC update. Makefile overhaul. Supports user CFLAGS.
-
- 25 Mar 2004; David Holm <dholm@gentoo.org> daaplib-0.1.1a.ebuild:
- Added to ~ppc.
-
-*daaplib-0.1.1a (24 Mar 2004)
-
- 24 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org>
- daaplib-0.1.1a.ebuild, metadata.xml:
- Initial import. Ebuild submitted by Sandy McArthur <sandymac@gentoo.org>.
- Closes bug #34297.
+++ /dev/null
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 73054f4ad497168e421face89048f265 ChangeLog 1327
-MD5 950fa04067bade6529d3ca030c21dd97 daaplib-0.1.1a.ebuild 975
-MD5 0589e7641e96ea672f142cb3fd282e8b metadata.xml 397
-MD5 2ec77395a6d005da75eb0f9a9f3650dd files/daaplib-0.1.1a-Makefile 930
-MD5 c4e1bf55fa774a3c2698e7e9bd20fa0a files/digest-daaplib-0.1.1a 62
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFDGjQ0j5H05b2HAEkRAkKRAKCL2+TNxzJFF4bX8JRpguMv72lY7wCghXNm
-Z13M6frF7Vn/dL4Is+6kuEE=
-=JA3U
------END PGP SIGNATURE-----
+++ /dev/null
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/daaplib/daaplib-0.1.1a.ebuild,v 1.11 2005/09/03 23:39:17 flameeyes Exp $
-
-IUSE="static"
-
-inherit eutils
-
-S="${WORKDIR}/${PN}.${PV}/daaplib/src"
-
-DESCRIPTION="a tiny, portable C++ library to read and write low-level DAAP streams in memory"
-HOMEPAGE="http://www.deleet.de/projekte/daap/daaplib/"
-SRC_URI="http://deleet.de/projekte/daap/daaplib/${PN}.${PV}.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86 ~ppc sparc"
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-src_unpack() {
- unpack ${A}
-
- # Use updated gentoo Makefile
- ebegin "Updating Makefile"
- cp ${FILESDIR}/${P}-Makefile ${S}/makefile
- eend $?
-}
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- make DESTDIR="${D}" \
- PREFIX="/usr" \
- LIBDEPLOY="/usr/$(get_libdir)" install || die
-
- use static || rm ${D}/usr/$(get_libdir)/libdaaplib.a
-
- dodoc ../../README
-}
+++ /dev/null
-CXX = c++
-AR = ar
-CP = cp
-RM = rm
-
-TARGET = libdaaplib.a libdaaplib.so
-OBJS = taginput.o tagoutput.o registry.o
-
-LIBS =
-LIBPATH =
-PREFIX = /usr/local
-LIBDEPLOY = $(PREFIX)/lib
-INCDEPLOY = $(PREFIX)/include
-INCPATH = ../include
-DESTDIR =
-FLAGS = -Wall -Wno-multichar -fPIC $(CXXFLAGS) $(CPPFLAGS)
-
-.cpp.o:
- $(CXX) $(FLAGS) -I$(INCPATH) -c $<
-
-libdaaplib.a: $(OBJS)
- $(AR) rs libdaaplib.a $(OBJS)
- ranlib libdaaplib.a
-
-libdaaplib.so: $(OBJS)
- $(CXX) -shared --soname=libdaaplib.so -o libdaaplib.so $(OBJS)
-
-$(OBJS): $(<:.o=.h) $(INCPATH)/daap/basic.h
-
-clean:
- rm $(OBJS) $(TARGET)
-
-install: $(TARGET)
- mkdir -p $(DESTDIR)$(LIBDEPLOY)
- cp libdaaplib.a $(DESTDIR)$(LIBDEPLOY)
- chmod 644 $(DESTDIR)$(LIBDEPLOY)/libdaaplib.a
- cp libdaaplib.so $(DESTDIR)$(LIBDEPLOY)
- chmod 755 $(DESTDIR)$(LIBDEPLOY)/libdaaplib.so
-
- mkdir -p $(DESTDIR)$(INCDEPLOY)
- cp -r $(INCPATH)/daap $(DESTDIR)$(INCDEPLOY)
- chmod -R a+r $(DESTDIR)$(INCDEPLOY)/daap
+++ /dev/null
-MD5 038df4ac53780074e6e642a6e928f4fb daaplib.0.1.1a.zip 26059
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>sound</herd>
- <longdescription>
- daaplib is a very tiny and portable C++ library which helps to read
- and write low-level DAAP streams in memory. the code is
- straightforward and can mirror the structure of the data fairly well
- </longdescription>
-</pkgmetadata>