hi i'm new to the list, and would like to cooperate a bit with some ebuilds... i've created the ebuild for the latest JUCE library available, i still need to add the xshm use flag and the doc flag which download and install
http://www.rawmaterialsoftware.com/juce/api/all_docs.tar.gz with the full documentation... i use JUCE every day, and find it the best c++ library out there !
# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $
pkg_setup() { if ! built_with_use sys-libs/glibc nptl; then eerror "JUCE needs POSIX threads in order to work." eerror "You will have to compile glibc with USE=\"nptl\"."
die fi }