debian/0000755000000000000000000000000012220205736007165 5ustar debian/examples0000644000000000000000000000001612220205534010717 0ustar debian/*.html debian/README.Debian0000644000000000000000000000131412220205534011221 0ustar cortado applet for Debian ------------------------- If you are using apache2 you will find all applets in the directory cortado in the DocumentRoot of your web server. The actual configuration file is /etc/apache2/conf-available/cortado.conf. If you are using another httpd you must configure it for yourself. You will find some sample HTML files in /usr/share/doc/cortado/examples. The package installs 3 jar files: 1. cortado-ovt.jar supporting Ogg/Vorbis+Theora 2. cortado-ov.jar supporting Ogg/Vorbis 3. cortado-mmjs.jar supporting Multipart/Mulaw+Smoke+Jpeg For your convenience there is a symlink cortado.jar that links to the 1. version. Markus Koschany Sun Sep 22 15:19:16 CET 2013 debian/watch0000644000000000000000000000012612220205534010211 0ustar version=3 http://downloads.xiph.org/releases/cortado/cortado-([\d.]+)\.tar\.gz debian debian/rules0000755000000000000000000000145312220205533010243 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/class/ant.mk include /usr/share/cdbs/1/rules/debhelper.mk JAVA_HOME = /usr/lib/jvm/default-java DEB_ANT_INSTALL_TARGET = install_applet DEB_ANT_CLEAN_TARGET = distclean DEB_ANT_ARGS += -Dprefix=$(CURDIR)/debian/libcortado-java/usr -Dbuild.type=stripped -Dreal_version=$(DEB_UPSTREAM_VERSION) SHAREDIR := /usr/share/cortado install/libcortado-java:: for type in ov ovt mmjs; do \ ln -s $(SHAREDIR)/cortado-$${type}-stripped-$(DEB_UPSTREAM_VERSION).jar \ $(CURDIR)/debian/libcortado-java/$(SHAREDIR)/cortado-$${type}.jar; \ done ln -s $(SHAREDIR)/cortado-ovt-stripped-$(DEB_UPSTREAM_VERSION).jar \ $(CURDIR)/debian/libcortado-java/$(SHAREDIR)/cortado.jar get-orig-source:: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename debian/changelog0000644000000000000000000001022712220205533011034 0ustar cortado (0.6.0-2) unstable; urgency=low * Team upload. * Adjust the packaging for the new Apache 2.4 web server. - Rename apache2 to cortado.conf and install the server configuration with cortado.install to /etc/apache2/conf-available. - Convert cortado.postinst and cortado.postrm to use apache2-maintscript-helper. Do not rely on files in /usr/share/doc/cortado anymore. Thanks to Andreas Beckmann for the report. (Closes: #710263) - Add cortado.maintscript to ensure the old web server configuration is preserved during an upgrade from Wheezy to Jessie and moved to the new conf-available directory. * Bump compat level to 9 and require debhelper >= 9. * debian/control: - Bump Standards-Version to 3.9.4, no changes. - Use canonical VCS-URI. - Use a different short description for libcortado-java. - Remove alternative apache2-mpm-worker dependency because it is obsolete. - Remove ucf dependency, not needed. - Downgrade dependency on apache2 | httpd to Recommends because web applications should not depend unconditionally on apache2. - cortado: Relax dependency on libcortado-java to (>= ${source:Version}) - Remove obsolete Replaces field for libcortado-java. * Fix lintian warning copyright-refers-to-symlink-license. * Remove destdir.diff patch. It was not applied anyway. * Add DEP3 headers to 01_fix_build.diff patch. * Update README.Debian. * Run wrap-and-sort -sa. -- Markus Koschany Sun, 22 Sep 2013 17:38:39 +0200 cortado (0.6.0-1) unstable; urgency=low * New upstream release * Switch to debhelper level 7. * Update Standards-Version: 3.9.1. * Remove Build-Depends: quilt. * Minor fixes for get-orig-source. -- Torsten Werner Sat, 03 Sep 2011 17:53:12 +0200 cortado (0.5.2-1) unstable; urgency=low * New upstream release. * debian/control - Add a new package libcortado-java which other packages can use as dependency without pulling apache. (Closes: 564621) - Add appropriate depends/replaces for new package. - Update standards version to 3.8.4. * debian/rules, debian/libcortado-java.links - Install jar files and symlinks in libcortado-java package. * debian/cortado.postinst, debian/cortado.postrm - Rename old files so that they belong to cortado package only. -- Onkar Shinde Fri, 19 Feb 2010 00:16:25 +0530 cortado (0.5.1-1) unstable; urgency=low * New upstream release. (Closes: #553148) * debian/control - Add myself to uploaders. - Add Vcs-* headers. - Update standards version to 3.8.3. - Remove ${shlibs:Depends} dependency. - Update homepage. * debian/source/format - Add to specify source format 3.0. * debian/rules - Remove patchsys-quilt.mk. Not needed with source format 3.0. - Update argument prefix. Remove destdir. - Add real_version. * debian/patches/ - 01_fix_build.diff: New patch to fix various build problems. - destdir.diff: Remove. Not needed anymore. - series: Update for new patch. * debian/watch, debian/copyright - Update source website. -- Onkar Shinde Tue, 10 Nov 2009 19:07:47 +0530 cortado (0.2.2-4) unstable; urgency=low * Change Maintainer: Debian Java Maintainers. -- Torsten Werner Sun, 28 Jun 2009 20:23:14 +0200 cortado (0.2.2-3) unstable; urgency=low * Drop jikes from Build-Depends (Closes: #528050) * Switch to default-jdk for building the package * Bump Standards-Version to 3.8.1 * Add Homepage header field -- Varun Hiremath Tue, 12 May 2009 19:46:22 -0400 cortado (0.2.2-2) unstable; urgency=low * Add a symlink /usr/share/java/cortado.jar to conform to the java policy. * minor fixes in postinst and postrm -- Torsten Werner Sun, 22 Apr 2007 20:36:12 +0200 cortado (0.2.2-1) unstable; urgency=low [ Varun Hiremath ] * Initial release (Closes: #405429) [ Torsten Werner ] * Add apache2 configuration. * Add some sample HTML files. * Add README.Debian. * Add myself to Uploaders. -- Torsten Werner Wed, 3 Jan 2007 17:48:46 +0100 debian/javascript.html0000644000000000000000000000345412220205534012223 0ustar

debian/cortado.postinst0000644000000000000000000000037712220205534012430 0ustar #!/bin/sh set -e case "$1" in configure) if [ -e /usr/share/apache2/apache2-maintscript-helper ] ; then . /usr/share/apache2/apache2-maintscript-helper apache2_invoke enconf cortado.conf || exit $? fi ;; esac #DEBHELPER# debian/simple.html0000644000000000000000000000125012220205533011335 0ustar debian/cortado.postrm0000644000000000000000000000040212220205534012056 0ustar #!/bin/sh set -e case "$1" in purge|remove) if [ -e /usr/share/apache2/apache2-maintscript-helper ] ; then . /usr/share/apache2/apache2-maintscript-helper apache2_invoke disconf cortado.conf || exit $? fi ;; esac #DEBHELPER# debian/patches/0000755000000000000000000000000012220205736010614 5ustar debian/patches/series0000644000000000000000000000002212220205533012016 0ustar 01_fix_build.diff debian/patches/01_fix_build.diff0000644000000000000000000000324712220205533013714 0ustar Description: Fix various build issues. Author: Onkar Shinde Index: cortado-0.5.1/build.xml =================================================================== --- cortado-0.5.1.orig/build.xml 2009-11-10 22:07:40.000000000 +0530 +++ cortado-0.5.1/build.xml 2009-11-10 22:14:49.000000000 +0530 @@ -675,7 +675,7 @@ - + Index: cortado-0.5.1/scripts/get-revision =================================================================== --- cortado-0.5.1.orig/scripts/get-revision 2009-11-10 22:07:41.000000000 +0530 +++ cortado-0.5.1/scripts/get-revision 2009-11-10 22:15:46.000000000 +0530 @@ -1,2 +1,5 @@ #!/bin/sh -git describe --tags +if test -x /usr/bin/git +then + git describe --tags +fi Index: cortado-0.5.1/scripts/update-source-info =================================================================== --- cortado-0.5.1.orig/scripts/update-source-info 2009-11-10 22:07:41.000000000 +0530 +++ cortado-0.5.1/scripts/update-source-info 2009-11-10 22:14:49.000000000 +0530 @@ -23,8 +23,11 @@ # if the file is not newer than the .git directory, leave it alone if test ! -d $topsrcdir/.git then - echo "No top-level .git directory, leaving file alone." - exit + if test -e $targetfile + then + echo "No top-level .git directory, leaving file alone." + exit + fi fi # don't compare with .git dir; local modifications should also trigger debian/cortado.conf0000644000000000000000000000022712220205534011464 0ustar # configuration file for cortado and apache2 Alias /cortado /usr/share/cortado Options FollowSymlinks debian/docs0000644000000000000000000000002112220205533010024 0ustar NEWS README TODO debian/source/0000755000000000000000000000000012220205736010465 5ustar debian/source/format0000644000000000000000000000001412220205533011666 0ustar 3.0 (quilt) debian/cortado.install0000644000000000000000000000005712220205533012205 0ustar debian/cortado.conf etc/apache2/conf-available debian/compat0000644000000000000000000000000212220205533010356 0ustar 9 debian/cortado.maintscript0000644000000000000000000000012112220205533013064 0ustar mv_conffile /etc/apache2/conf.d/cortado /etc/apache2/conf-available/cortado.conf debian/copyright0000644000000000000000000000341712220205534011121 0ustar This package was debianized by Varun Hiremath on Mon, 1 Jan 2007 23:38:17 +0530. It was downloaded from http://theora.org/cortado/ Upstream Authors: Wim Taymans , Thomas Vander Stichele Copyright: © 2004 Fluendo S.L. © 2004 Wim Taymans © 2000 ymnk, JCraft,Inc. License: Cortado License: This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. On Debian systems, you can find the GPL license 2 in: /usr/share/common-licenses/GPL-2 ------- Smoke Codec and Jheora License: This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. On Debian systems, you can find the Library GPL license in: /usr/share/common-licenses/LGPL-2 ------ The Debian packaging is © 2007, Varun Hiremath and is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'. debian/libcortado-java.links0000644000000000000000000000007412220205534013265 0ustar /usr/share/cortado/cortado.jar /usr/share/java/cortado.jar debian/control0000644000000000000000000000372412220205534010572 0ustar Source: cortado Section: utils Priority: optional Maintainer: Debian Java Maintainers Uploaders: Varun Hiremath , Torsten Werner , Onkar Shinde Build-Depends: ant, cdbs, debhelper (>= 9), default-jdk, junit Standards-Version: 3.9.4 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/cortado/ Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/cortado/ Homepage: http://theora.org/cortado/ Package: cortado Architecture: all Depends: libcortado-java (>= ${source:Version}), ${misc:Depends} Recommends: apache2 | httpd Description: streaming applet for Ogg formats By embedding the cortado applet in your website, you can give viewers access to streams from either the Flumotion streaming server or any HTTP server providing multimedia files without the need for a locally installed media player supporting the correct formats on the visitor's computer. Cortado currently include Java decoders for Ogg Theora, Ogg Vorbis (the JOrbis library), Mulaw audio, MJPEG and Flumotion's Smoke codec. . The package will automatically be configured for apache2 but can be used with any other HTTP server. Some HTML files are included as examples of how to use the applet. Package: libcortado-java Section: java Architecture: all Depends: ${misc:Depends} Description: streaming applet for Ogg formats -- shared components By embedding the cortado applet in your website, you can give viewers access to streams from either the Flumotion streaming server or any HTTP server providing multimedia files without the need for a locally installed media player supporting the correct formats on the visitor's computer. Cortado currently include Java decoders for Ogg Theora, Ogg Vorbis (the JOrbis library), Mulaw audio, MJPEG and Flumotion's Smoke codec. . The package cotains the actual jar files that can be used by other programs to provide Theora playback capability.