summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2012-03-03 20:17:54 +0000
committerAlfredo Tupone <tupone@gentoo.org>2012-03-03 20:17:54 +0000
commitff63d306cebf6951206bc6f49ea5732ed080d36a (patch)
treebd7a7808b48aa51a3e9b270acbffbb083f05190b /dev-java/cortado
parentFix "ignored LINGUAS" bug 406419 (diff)
downloadhistorical-ff63d306cebf6951206bc6f49ea5732ed080d36a.tar.gz
historical-ff63d306cebf6951206bc6f49ea5732ed080d36a.tar.bz2
historical-ff63d306cebf6951206bc6f49ea5732ed080d36a.zip
New package. Bug #356441
Package-Manager: portage-2.1.10.49/cvs/Linux i686
Diffstat (limited to 'dev-java/cortado')
-rw-r--r--dev-java/cortado/ChangeLog10
-rw-r--r--dev-java/cortado/Manifest14
-rw-r--r--dev-java/cortado/cortado-0.6.0.ebuild33
-rw-r--r--dev-java/cortado/metadata.xml22
4 files changed, 79 insertions, 0 deletions
diff --git a/dev-java/cortado/ChangeLog b/dev-java/cortado/ChangeLog
new file mode 100644
index 000000000000..c01e3e30e51b
--- /dev/null
+++ b/dev-java/cortado/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-java/cortado
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/cortado/ChangeLog,v 1.1 2012/03/03 20:17:54 tupone Exp $
+
+*cortado-0.6.0 (03 Mar 2012)
+
+ 03 Mar 2012; Tupone Alfredo <tupone@gentoo.org> +cortado-0.6.0.ebuild,
+ +metadata.xml:
+ New package. Bug #356441 by Alexander Stein
+
diff --git a/dev-java/cortado/Manifest b/dev-java/cortado/Manifest
new file mode 100644
index 000000000000..50d6b2a8dbbf
--- /dev/null
+++ b/dev-java/cortado/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+DIST cortado-0.6.0.tar.gz 233854 RMD160 99de4bfce18c979a1c6479730df62dde9fc5364e SHA1 33b56d6a7e8a1d72a8a0ec0a4e069d0499b49ace SHA256 37a708bfceba5b7b0b544456bb3857f708c83734dfb3f3f1ababcc602b923e85
+EBUILD cortado-0.6.0.ebuild 792 RMD160 a7ae32752750b40b661857700c15b9684365e079 SHA1 446d1f8066381653a64015fb066c4818879f526c SHA256 7a2eb1ca75e72557b2d60d886d84b5efcea3e9c323508bd0c6bf8f94571226c9
+MISC ChangeLog 372 RMD160 bb0c1134916db1350dc70d95a2c620058f76a24a SHA1 48dfc4ac3f7e3cd467b8482ced7edf44ec7cafc8 SHA256 31f55adea78f8e03cca0cb9db48428475dd0ff3f2b2fb9e5296fd61489e6e37f
+MISC metadata.xml 1054 RMD160 afc0705bd4af6bff313d861864e0f8c6fd579b8a SHA1 c7ed6d52c38e04c88f90ea28fddc87d3147551df SHA256 529589f4697f220855ca1b6949d92b9452d4970cf9b6d8cec6e4f409de63e0f0
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.18 (GNU/Linux)
+
+iEYEARECAAYFAk9SfIMACgkQIY77eQFFFC1CiwCg2AV/qMqTMiGjouou31yDZF6Z
+cLoAn2iqvQTnViq3vs+gRt8401WCDybu
+=oNnd
+-----END PGP SIGNATURE-----
diff --git a/dev-java/cortado/cortado-0.6.0.ebuild b/dev-java/cortado/cortado-0.6.0.ebuild
new file mode 100644
index 000000000000..ca92d929b155
--- /dev/null
+++ b/dev-java/cortado/cortado-0.6.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/cortado/cortado-0.6.0.ebuild,v 1.1 2012/03/03 20:17:54 tupone Exp $
+
+EAPI=2
+
+inherit java-pkg-2 java-ant-2
+
+DESCRIPTION="Multimedia framework for Java written by Fluendo"
+HOMEPAGE="http://www.theora.org/cortado/"
+SRC_URI="http://downloads.xiph.org/releases/cortado/${P}.tar.gz"
+
+LICENSE="GPL-2 LGPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+IUSE=""
+
+COMMON_DEP=""
+
+RDEPEND=">=virtual/jre-1.4
+ ${COMMON_DEP}"
+DEPEND=">=virtual/jdk-1.4
+ app-arch/unzip
+ ${COMMON_DEP}"
+
+EANT_BUILD_TARGET=stripped
+
+src_install() {
+ java-pkg_newjar output/dist/applet/${PN}-ovt-stripped-${PV}.jar
+ dodoc ChangeLog HACKING NEWS README RELEASE TODO \
+ || die "dodoc failed"
+}
diff --git a/dev-java/cortado/metadata.xml b/dev-java/cortado/metadata.xml
new file mode 100644
index 000000000000..ff5db0ba4080
--- /dev/null
+++ b/dev-java/cortado/metadata.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>java</herd>
+ <maintainer>
+ <email>tupone@gentoo.org</email>
+ <name>Tupone Alfredo</name>
+ </maintainer>
+ <longdescription lang="en">
+ Cortado is an open-source cross-browser and cross-platform video
+ playback solution based upon Java technology. Leveraging the huge
+ installation base of Java it allows web-authors to deliver Ogg Theora
+ content without having to worry about the media playback setup
+ installed on customers' machines. This enables e.g. Wikipedia to
+ deliver Ogg Theora video content embedded into articles to millions of
+ users. Originally developed at Fluendo, Cortado's latest versions are
+ now maintained by Xiph.org. If you're interested in using free media
+ delivery technology, e.g. to avoid the costs adjunctive to non-free
+ technologies like H.264, and want to reach a big potential user base,
+ Cortado may be the solution you've been looking for.
+ </longdescription>
+</pkgmetadata>