From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6309E13877A for ; Fri, 18 Jul 2014 21:57:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 503C5E08F4; Fri, 18 Jul 2014 21:57:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D6465E08F4 for ; Fri, 18 Jul 2014 21:57:38 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B922F34058D for ; Fri, 18 Jul 2014 21:57:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id B05411807D for ; Fri, 18 Jul 2014 21:57:35 +0000 (UTC) From: "Andrew John Hughes" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew John Hughes" Message-ID: <1405720519.d9f3d89cb88641605e1016a80b3ce5109fe55dfd.gnu_andrew@gentoo> Subject: [gentoo-commits] proj/java:master commit in: dev-java/icedtea-sound/ X-VCS-Repository: proj/java X-VCS-Files: dev-java/icedtea-sound/ChangeLog dev-java/icedtea-sound/Manifest dev-java/icedtea-sound/icedtea-sound-1.0.0.ebuild dev-java/icedtea-sound/metadata.xml X-VCS-Directories: dev-java/icedtea-sound/ X-VCS-Committer: gnu_andrew X-VCS-Committer-Name: Andrew John Hughes X-VCS-Revision: d9f3d89cb88641605e1016a80b3ce5109fe55dfd X-VCS-Branch: master Date: Fri, 18 Jul 2014 21:57:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0640f725-934d-4958-8c4c-2f139e07ce51 X-Archives-Hash: 407b9183d8c05a0414cf8f2fe8316eb8 commit: d9f3d89cb88641605e1016a80b3ce5109fe55dfd Author: Andrew John Hughes member fsf org> AuthorDate: Fri Jul 18 21:55:19 2014 +0000 Commit: Andrew John Hughes member fsf org> CommitDate: Fri Jul 18 21:55:19 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/java.git;a=commit;h=d9f3d89c Initial IcedTea-Sound 1.0.0 release: http://bitly.com/its10000 Package-Manager: portage-2.2.10 Manifest-Sign-Key: 248BDC07 --- dev-java/icedtea-sound/ChangeLog | 232 ++++++++++++++++++++++ dev-java/icedtea-sound/Manifest | 24 +++ dev-java/icedtea-sound/icedtea-sound-1.0.0.ebuild | 41 ++++ dev-java/icedtea-sound/metadata.xml | 13 ++ 4 files changed, 310 insertions(+) diff --git a/dev-java/icedtea-sound/ChangeLog b/dev-java/icedtea-sound/ChangeLog new file mode 100644 index 0000000..016020d --- /dev/null +++ b/dev-java/icedtea-sound/ChangeLog @@ -0,0 +1,232 @@ +# ChangeLog for dev-java/icedtea-web +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea-web/ChangeLog,v 1.42 2014/07/01 05:36:48 ago Exp $ + + 01 Jul 2014; Agostino Sarubbo icedtea-web-1.4.2.ebuild: + Stable for x86, wrt bug #501472 + + 01 Jul 2014; Agostino Sarubbo icedtea-web-1.4.2.ebuild: + Stable for amd64, wrt bug #501472 + +*icedtea-web-1.4.2-r1 (27 Jun 2014) + + 27 Jun 2014; Vlastimil Babka icedtea-web-1.4.2.ebuild, + +icedtea-web-1.4.2-r1.ebuild: + Revbump the current icedtea-web-1.4.2 to 1.4.2-r1 without change. Then remove + icedtea7 USE flag and associated dependency from -r0, so it can be + stabilized. Security bug #501472. + +*icedtea-web-1.4.2 (01 Jun 2014) + + 01 Jun 2014; Vlastimil Babka +icedtea-web-1.4.2.ebuild: + Version bump, security bug #501472. + + 30 Dec 2013; Tom Wijsman -icedtea-web-1.3.1-r7.ebuild, + -icedtea-web-1.3.1.ebuild, metadata.xml: + Dropped vulnerable 1.3.1* (and unused local USE-descriptions gtk2 and gtk3) + for security bug #483198. + + 11 Nov 2013; Vlastimil Babka icedtea-web-1.4.1.ebuild, + metadata.xml: + Introduce icedtea7 USE flag, as it turns out that icedtea-web built with + icedtea-6 is missing a class necessary for icedtea-7. When built with + icedtea-7, it works with both versions. + + 09 Nov 2013; Vlastimil Babka icedtea-web-1.4.1.ebuild: + Correct VMHANDLE to make automatic nsplugin activation work. + +*icedtea-web-1.4.1 (25 Oct 2013) + + 25 Oct 2013; Ralph Sennhauser +icedtea-web-1.4.1.ebuild, + +files/0001-Fix-parallel-install.-BGO-440906.patch, +files/README.gentoo: + Version bump. + Adds ability to switch JVM. + Adds README.gentoo + Fix parallel install. Bug #440906 + + 19 Sep 2013; Tom Wijsman metadata.xml: + gnu_andrew never wanted to be a proxied maintainer for this package and has + asked to be removed. + +*icedtea-web-1.3.2-r7 (23 Jul 2013) +*icedtea-web-1.3.2 (23 Jul 2013) + + 23 Jul 2013; Vlastimil Babka -icedtea-web-1.3.ebuild, + -icedtea-web-1.3-r7.ebuild, +icedtea-web-1.3.2.ebuild, + +icedtea-web-1.3.2-r7.ebuild, + +files/icedtea-web-1.3.2-openjdk-build-25.patch: + Version bump with upstream patch to work with latest icedtea. See + http://blog.fuseyism.com/index.php/2013/06/19/imminent-icedtea-web-breakage/ + + 17 Mar 2013; Markos Chandras metadata.xml: + Add proxy-maintainers to metadata.xml + + 05 Feb 2013; Rick Farina icedtea-web-1.3.1.ebuild: + adding ~arm + +*icedtea-web-1.3.1-r7 (14 Nov 2012) +*icedtea-web-1.3.1 (14 Nov 2012) + + 14 Nov 2012; Vlastimil Babka + -icedtea-web-1.2.1-r1.ebuild, -icedtea-web-1.2.1-r8.ebuild, + -files/icedtea-web-1.2.1-memcpy.patch, +icedtea-web-1.3.1.ebuild, + +icedtea-web-1.3.1-r7.ebuild, -files/fix-plugin-in-icedtea-7.patch: + Version bump, security bug #442478. Install with -j1 for bug #440906. + + 25 Sep 2012; Ralph Sennhauser -icedtea-web-1.2.ebuild, + -icedtea-web-1.2-r7.ebuild, -icedtea-web-1.2.1.ebuild, + -icedtea-web-1.2.1-r7.ebuild: + Remove old, vulnarable. #429522 + +*icedtea-web-1.3-r7 (25 Sep 2012) +*icedtea-web-1.3 (25 Sep 2012) + + 25 Sep 2012; Ralph Sennhauser +icedtea-web-1.3.ebuild, + +icedtea-web-1.3-r7.ebuild, metadata.xml: + Version bump. #434094 + Add missing dependencies on glib, gtk+ and pkgconfig. + Add gtk+:2/gtk+:3 support. + Simplyfy src_configure and src_install. + + 06 Sep 2012; Jeroen Roovers metadata.xml: + Spelling. + +*icedtea-web-1.2.1-r8 (03 Aug 2012) +*icedtea-web-1.2.1-r1 (03 Aug 2012) + + 03 Aug 2012; Vlastimil Babka + +icedtea-web-1.2.1-r1.ebuild, +icedtea-web-1.2.1-r8.ebuild, + +files/icedtea-web-1.2.1-memcpy.patch: + Patch a buffer overflow in memcpy causing crashes with e.g. recent firefox + versions. See http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1106 + +*icedtea-web-1.2.1-r7 (02 Aug 2012) +*icedtea-web-1.2.1 (02 Aug 2012) + + 02 Aug 2012; Ralph Sennhauser +icedtea-web-1.2.1.ebuild, + +icedtea-web-1.2.1-r7.ebuild: + Security and bugfix release. #429522 + + 21 Jul 2012; Ralph Sennhauser -icedtea-web-1.1.4.ebuild, + -icedtea-web-1.1.4-r7.ebuild, -icedtea-web-1.1.4-r8.ebuild, + icedtea-web-1.2.ebuild, icedtea-web-1.2-r7.ebuild: + Drop elog message about old browsers not working. #427458 + Remove old. + + 21 May 2012; Samuli Suominen icedtea-web-1.1.4.ebuild, + icedtea-web-1.1.4-r7.ebuild, icedtea-web-1.1.4-r8.ebuild, + icedtea-web-1.2.ebuild, icedtea-web-1.2-r7.ebuild: + Force net-misc/npapi-sdk for USE="nsplugin" instead of having || ( ) + dependency block with net-libs/xulrunner which is obsolete and vulnerable. + + 15 Apr 2012; Mike Frysinger icedtea-web-1.2.ebuild: + Add back ia64 love #349020 by Dennis Schridde. + + 15 Apr 2012; Mike Frysinger icedtea-web-1.2-r7.ebuild: + Add back ia64 love #349020 by Dennis Schridde. + + 14 Mar 2012; Ralph Sennhauser icedtea-web-1.2.ebuild, + icedtea-web-1.2-r7.ebuild: + Use JAVA_PKG_WANT_BUILD_VM for selecting VM. Obsoletes handle migration code. + +*icedtea-web-1.2-r7 (06 Mar 2012) +*icedtea-web-1.2 (06 Mar 2012) + + 06 Mar 2012; Ralph Sennhauser +icedtea-web-1.2.ebuild, + +icedtea-web-1.2-r7.ebuild: + Version bump + + 03 Mar 2012; Vlastimil Babka icedtea-web-1.1.4-r8.ebuild, + files/fix-plugin-in-icedtea-7.patch: + Fix the patch, bug #406715. Thanks to Flameeyes. + +*icedtea-web-1.1.4-r8 (02 Mar 2012) + + 02 Mar 2012; Vlastimil Babka + +icedtea-web-1.1.4-r8.ebuild, +files/fix-plugin-in-icedtea-7.patch: + Revbump with upstream patch to fix plugin initialization. + + 13 Feb 2012; Vlastimil Babka + -files/0001-Support-using-NPAPI-SDK-headers-instead-of-whole-xul.patch, + -icedtea-web-1.1.3.ebuild, -icedtea-web-1.1.3-r7.ebuild, + icedtea-web-1.1.4.ebuild, icedtea-web-1.1.4-r7.ebuild: + Update installdir with USE=build, die when users set the flag. + +*icedtea-web-1.1.4-r7 (24 Nov 2011) +*icedtea-web-1.1.4 (24 Nov 2011) + + 24 Nov 2011; Ralph Sennhauser +icedtea-web-1.1.4.ebuild, + +icedtea-web-1.1.4-r7.ebuild, metadata.xml: + Version and EAPI bump. + Finish VMHANDLE migration. + Add missing dependencies. Bug #389795 + + 04 Nov 2011; Vlastimil Babka icedtea-web-1.1.3-r7.ebuild: + Add ~x86 keyword. + +*icedtea-web-1.1.3-r7 (04 Nov 2011) + + 04 Nov 2011; Vlastimil Babka + +icedtea-web-1.1.3-r7.ebuild: + Add icedtea-web:7 slot for icedtea-7. + + 04 Nov 2011; Vlastimil Babka -icedtea-web-1.1.1.ebuild, + -icedtea-web-1.1.2.ebuild, -icedtea-web-1.1.2-r1.ebuild, + icedtea-web-1.1.3.ebuild: + Prepare for icedtea VMHANDLE change. Remove old. + +*icedtea-web-1.1.3 (29 Sep 2011) + + 29 Sep 2011; Vlastimil Babka +icedtea-web-1.1.3.ebuild: + Version bump, npapi-sdk support now upstream. + +*icedtea-web-1.1.2-r1 (18 Sep 2011) + + 18 Sep 2011; Vlastimil Babka + +files/0002-Respect-LDFLAGS.patch, +icedtea-web-1.1.2-r1.ebuild: + Revbump to respect LDFLAGS, bug #356645. + + 06 Sep 2011; Vlastimil Babka + +files/0001-Support-using-NPAPI-SDK-headers-instead-of-whole-xul.patch: + Add missing patch, thanks to marienz + +*icedtea-web-1.1.2 (06 Sep 2011) + + 06 Sep 2011; Vlastimil Babka -icedtea-web-1.1.ebuild, + icedtea-web-1.1.1.ebuild, +icedtea-web-1.1.2.ebuild: + Version bump. Support building against npapi-sdk instead of xulrunner, bug + #381957. Also remove xulrunner from RDEPEND in all older versions, bug + #381147. + +*icedtea-web-1.1.1 (22 Jul 2011) + + 22 Jul 2011; Vlastimil Babka -icedtea-web-1.0.1.ebuild, + -icedtea-web-1.0.2.ebuild, +icedtea-web-1.1.1.ebuild: + Version bump, security bug #375977. + + 20 Jun 2011; Vlastimil Babka icedtea-web-1.1.ebuild: + Disable parallel make install until bug #372235 is resolved. + +*icedtea-web-1.1 (13 Jun 2011) + + 13 Jun 2011; Vlastimil Babka +icedtea-web-1.1.ebuild: + Version bump, security bug #370787. + +*icedtea-web-1.0.2 (08 Apr 2011) + + 08 Apr 2011; Vlastimil Babka +icedtea-web-1.0.2.ebuild: + Version bump, bug #361921. + + 30 Mar 2011; Vlastimil Babka icedtea-web-1.0.1.ebuild: + Remove -j1 from src_install as there should be no problem now that + compilation is properly in src_compile. + + 30 Mar 2011; Vlastimil Babka icedtea-web-1.0.1.ebuild: + Add src_compile() phase to override the one from java-pkg-2. + +*icedtea-web-1.0.1 (18 Feb 2011) + + 18 Feb 2011; Vlastimil Babka +icedtea-web-1.0.1.ebuild, + +metadata.xml: + Initial import from java-overlay, proxy-maintained by Andrew John Hughes + diff --git a/dev-java/icedtea-sound/Manifest b/dev-java/icedtea-sound/Manifest new file mode 100644 index 0000000..2d859b4 --- /dev/null +++ b/dev-java/icedtea-sound/Manifest @@ -0,0 +1,24 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +DIST icedtea-sound-1.0.0.tar.xz 1514772 SHA256 29511d271cbb5259eac5dd48867e27d61ce4ce15026dc105277dbf1238333dbb SHA512 3e6eefd7619d43333aa373fe395ea0a16975a0e9432fe7f6ce83ab96b32c101fc900c9ca05a10cb301ea5a6100137b8728c2684043c1ceac288ef2727e933a81 WHIRLPOOL 061026968afd141842ad5fdec1f8a49933baeb9c3bec4775a49cfd0fd5dc0620b9b60719d643973ea968c81f42df697f38b2e97c3ab6029020e0d49cdcaea1ca +EBUILD icedtea-sound-1.0.0.ebuild 843 SHA256 35a321aa3d12eb22a772483d6fe19c824fb10b20cd30f6d33e630a17e82d5ffc SHA512 e6cd24dc17cc8b6abf17dcb8a1668ffff7333cc461bbacd5d5651e8bd263729aaf258a64dce43ecf351272f5535b08723bdc13b457a51a63e97a75f163bdd911 WHIRLPOOL ff827e54b01768ffe3ad40a89ecb29b7b7e543560903e3e136dde805fd2dae20bdac1677264af87a749a72b9757892d5ddbf58b6e2434b60f6aea3c55dd38109 +MISC ChangeLog 9003 SHA256 2063c15a4a450cf9ee043ee742ffc4b94f9bc533acaaeea31b4bf3e9f6035a58 SHA512 5910f9ca98d0aaedba24b7ba3e2aa92b472c30265ee5cd5c8cd24c22517e3b8032c3db20afba295141eeb6edf888772371878081e3b5ccdbcd1ef7705594cd26 WHIRLPOOL e0c2098b8e4dd180259bfcfe4d538b13e1cdf4a59f5dfb3d66e7ae2b3b1dfe9e634b58464e055283c126aaaebc2b55a7604900cd8a5b7298f051fa0170d96088 +MISC metadata.xml 453 SHA256 51005ee88627ec09caa24c351a0e6edf0581e23b9da50c3f38508a8394daf3ad SHA512 b6f783cd21bae14d4fe1af8259079126df7a56a4a9ee3ceef6b94d96462693c32937a959679ea7ee83dc31e41739ceb8bcfa01a25b79013f1b1a379c0936363b WHIRLPOOL 278c7d82065d52344b559e427187e78894a4d08d9ae9b47825ec40c114eaea780c9dcd69df3f114d4181f8eb7f1b4a2a88b88a075fafb2ae8673d5b6d6d71ca5 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.22 (GNU/Linux) + +iQIcBAEBCAAGBQJTyZfHAAoJEDuWpXgki9wHP6IP/3ukh3hgxJIMJVBusAzQwXL7 +SKO7q5/3SxSK5ioUQqzfen5RwbNrO33BxVUSesBIp3XiGdOLWsRc2TSVTbUDjXmt +5I+XUgNmw1+obaswOA+MFADR4HPbwbDFYpzfn3yp6O1vS4QMMQ2htG0EMwp0k60U +yEVw13Ii9UPRiCr/++YXCjL/6zL9I/eSKMdflba9JiGMwPD2IvI5ke+O0NJduDQH +ZUQ4y5Y3nADFboHSSxv2LBukO+r+hTL9auVgRocz5tz1zm8h0SrZdHwOKpUDgD/v +K4XBtJZhn+e0rfbURq1IHiWg2yC+9UjdJslmdqrt3b+rRQWmldD5b2HdnNaiUhrT +FpZSItCVTe93asRckoHRvO5cO2+yk7GQBtevoe1AKYSxsX6bfzzZj6EXCTqsE1yu +B3lgZWXOApaaNVs5IO3OOOFhjO8zDo60azQ3j5B6FHGevmouFCPIS8TUxtfpcsvx +o8ke3+gITYqahd9vQUrBEGAKsJD/8E430l+7XAm9RtK/fVranp05zAq4jdbmNL86 +lSR0mRIAKxhuHgeAc5RzdD/vC7uRQheSaZfHm5nJQu91DW9zIOaerGEPIMm0YbyE +74IvO2+1qQxj8Dpf3syi4Wco8vv5VhvP0+MlSRy39z5iUPbUKAVFQ9ql1m4O79yI +YYG4oScEuvcddDdxgSC3 +=ZdQx +-----END PGP SIGNATURE----- diff --git a/dev-java/icedtea-sound/icedtea-sound-1.0.0.ebuild b/dev-java/icedtea-sound/icedtea-sound-1.0.0.ebuild new file mode 100644 index 0000000..bfc5ce0 --- /dev/null +++ b/dev-java/icedtea-sound/icedtea-sound-1.0.0.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +# Build written by Andrew John Hughes (gnu_andrew@member.fsf.org) + +EAPI="5" + +inherit eutils java-pkg-2 prefix + +DESCRIPTION="Plugins for javax.sound" +HOMEPAGE="http://icedtea.classpath.org" +SRC_URI="http://icedtea.classpath.org/download/source/${P}.tar.xz" + +LICENSE="GPL-2-with-linking-exception" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="+doc test" + +COMMON_DEP=" + >=virtual/jdk-1.6.0 + >=media-sound/pulseaudio-0.9.11:=" +RDEPEND="${COMMON_DEP}" +DEPEND="${COMMON_DEP}" + +pkg_setup() { + JAVA_PKG_WANT_SOURCE="1.6" + JAVA_PKG_WANT_TARGET="1.6" + + java-pkg-2_pkg_setup +} + +src_configure() { + econf --with-jdk-home="${JAVA_HOME}" \ + $(use_enable doc docs) \ + --htmldir="${EROOT}usr/share/doc/${PF}/html" +} + +src_compile() { + default +} diff --git a/dev-java/icedtea-sound/metadata.xml b/dev-java/icedtea-sound/metadata.xml new file mode 100644 index 0000000..c254d5e --- /dev/null +++ b/dev-java/icedtea-sound/metadata.xml @@ -0,0 +1,13 @@ + + + + java + + gnu_andrew@member.fsf.org + Andrew John Hughes + Proxy Maintainer + + + Plugins for javax.sound, including the PulseAudio support formerly bundled with IcedTea. + +