yngwin 15/07/28 05:08:11 Modified: metadata.xml chuck-1.3.5.1.ebuild ChangeLog Log: Reassign to proaudio project. Normalize description, alphabetize deps. Simplify examples installation, and prevent compressing them. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x4FDF9CFD2FAC514E!)
Revision Changes Path 1.4 media-sound/chuck/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/chuck/metadata.xml?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/chuck/metadata.xml?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/chuck/metadata.xml?r1=1.3&r2=1.4 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/chuck/metadata.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- metadata.xml 1 Jun 2013 12:17:00 -0000 1.3 +++ metadata.xml 28 Jul 2015 05:08:11 -0000 1.4 @@ -1,9 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer> - <email>[email protected]</email> -</maintainer> -<longdescription>ChucK is a new (and developing) audio programming language for -real-time synthesis, composition, and performance</longdescription> + <maintainer> + <email>[email protected]</email> + </maintainer> + <longdescription> + ChucK is a programming language for real-time sound synthesis and music + creation. It is open-source and freely available on MacOS X, Windows, and + Linux. ChucK presents a unique time-based, concurrent programming model + that is precise and expressive (we call this strongly-timed), dynamic + control rates, and the ability to add and modify code on-the-fly. In + addition, ChucK supports MIDI, OpenSoundControl, HID device, and + multi-channel audio. It is fun and easy to learn, and offers composers, + researchers, and performers a powerful programming tool for building and + experimenting with complex audio synthesis/analysis programs, and real-time + interactive music. + </longdescription> </pkgmetadata> 1.2 media-sound/chuck/chuck-1.3.5.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/chuck/chuck-1.3.5.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/chuck/chuck-1.3.5.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/chuck/chuck-1.3.5.1.ebuild?r1=1.1&r2=1.2 Index: chuck-1.3.5.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/chuck/chuck-1.3.5.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- chuck-1.3.5.1.ebuild 27 Jul 2015 16:41:24 -0000 1.1 +++ chuck-1.3.5.1.ebuild 28 Jul 2015 05:08:11 -0000 1.2 @@ -1,30 +1,28 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/chuck/chuck-1.3.5.1.ebuild,v 1.1 2015/07/27 16:41:24 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/chuck/chuck-1.3.5.1.ebuild,v 1.2 2015/07/28 05:08:11 yngwin Exp $ EAPI=5 inherit toolchain-funcs flag-o-matic eutils -DESCRIPTION="Strongly-timed, Concurrent, and On-the-fly -Audio Programming Language" -HOMEPAGE="http://chuck.cs.princeton.edu/release/" +DESCRIPTION="Strongly-timed, concurrent, and on-the-fly audio programming language" +HOMEPAGE="http://chuck.cs.princeton.edu/" SRC_URI="http://chuck.cs.princeton.edu/release/files/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 ~x86" IUSE="+alsa jack examples" +REQUIRED_USE="|| ( alsa jack )" -RDEPEND="jack? ( media-sound/jack-audio-connection-kit ) - alsa? ( media-libs/alsa-lib ) +RDEPEND="app-eselect/eselect-chuck media-libs/libsndfile - app-eselect/eselect-chuck" + alsa? ( media-libs/alsa-lib ) + jack? ( media-sound/jack-audio-connection-kit )" DEPEND="${RDEPEND} sys-devel/bison sys-devel/flex" -REQUIRED_USE="|| ( alsa jack )" - src_prepare() { epatch "${FILESDIR}"/${PN}-1.2.1.1-hid-smc.patch \ "${FILESDIR}"/${PN}-1.3.5.1-makefile.patch @@ -59,18 +57,15 @@ docinto doc dodoc doc/* if use examples; then - insinto /usr/share/doc/${PF}/examples - doins $(find examples -type f) - for dir in $(find examples/* -type d); do - insinto /usr/share/doc/${PF}/"${dir}" - doins "${dir}"/* - done + insinto /usr/share/doc/${PF}/ + doins -r examples + docompress -x /usr/share/doc/${PF}/examples fi } pkg_postinst() { - elog "Chuck now can use many audio engines, so you can specify audio engine" - elog "with chuck-{jack,alsa}" + elog "Chuck now can use multiple audio engines, so you can specify" + elog "the preferred audio engine with chuck-{jack,alsa}" elog "Or you can use 'eselect chuck' to set the audio engine" einfo "Calling eselect chuck update..." 1.24 media-sound/chuck/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/chuck/ChangeLog?rev=1.24&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/chuck/ChangeLog?rev=1.24&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/chuck/ChangeLog?r1=1.23&r2=1.24 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/chuck/ChangeLog,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- ChangeLog 27 Jul 2015 16:41:24 -0000 1.23 +++ ChangeLog 28 Jul 2015 05:08:11 -0000 1.24 @@ -1,6 +1,11 @@ # ChangeLog for media-sound/chuck # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/chuck/ChangeLog,v 1.23 2015/07/27 16:41:24 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/chuck/ChangeLog,v 1.24 2015/07/28 05:08:11 yngwin Exp $ + + 28 Jul 2015; Ben de Groot <[email protected]> chuck-1.3.5.1.ebuild, + metadata.xml: + Reassign to proaudio project. Normalize description, alphabetize deps. + Simplify examples installation, and prevent compressing them. *chuck-1.3.5.1 (27 Jul 2015)
