diff options
author | 2015-08-08 13:49:04 -0700 | |
---|---|---|
committer | 2015-08-08 17:38:18 -0700 | |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /media-tv/tvbrowser/files | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'media-tv/tvbrowser/files')
-rw-r--r-- | media-tv/tvbrowser/files/3.4-build.xml.patch | 150 | ||||
-rw-r--r-- | media-tv/tvbrowser/files/3.4-remove-registrykey.patch | 154 | ||||
-rw-r--r-- | media-tv/tvbrowser/files/3.4.1.0-build.xml.patch | 109 | ||||
-rw-r--r-- | media-tv/tvbrowser/files/3.4.1.0-remove-registrykey.patch | 150 | ||||
-rw-r--r-- | media-tv/tvbrowser/files/tvbrowser-3.2.1-build.xml | 480 | ||||
-rw-r--r-- | media-tv/tvbrowser/files/tvbrowser-9999-build.xml | 965 |
6 files changed, 2008 insertions, 0 deletions
diff --git a/media-tv/tvbrowser/files/3.4-build.xml.patch b/media-tv/tvbrowser/files/3.4-build.xml.patch new file mode 100644 index 000000000000..a1d6db698d22 --- /dev/null +++ b/media-tv/tvbrowser/files/3.4-build.xml.patch @@ -0,0 +1,150 @@ +diff --git a/tvbrowser-3.4/build.xml b/tvbrowser-3.4/build.xml +index 2073823..615f576 100644 +--- a/tvbrowser-3.4/build.xml ++++ b/tvbrowser-3.4/build.xml +@@ -104,31 +104,6 @@ + |
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
+
+- <!-- Creates an .app file for Mac OS X (http://informagen.com/JarBundler/) -->
+- <taskdef name="jarbundler"
+- classpath="deployment/macosx/jarbundler-2.0.0.jar"
+- classname="net.sourceforge.jarbundler.JarBundler" />
+-
+- <!-- Creates a Windows Executable using launch4j (http://launch4j.sf.net) -->
+- <taskdef name="launch4j"
+- classname="net.sf.launch4j.ant.Launch4jTask"
+- classpath="${deployment.dir}/win/launch4j/launch4j.jar:${deployment.dir}/win/launch4j/lib/xstream.jar" />
+-
+- <!-- Creates a linux desktopEntry-->
+- <taskdef name="desktopEntry"
+- classname="com.googlecode.ant_deb_task.DesktopEntry"
+- classpathref="ant-deb.classpath"/>
+-
+- <!-- Creates an Ubuntu package-->
+- <taskdef name="deb"
+- classname="com.googlecode.ant_deb_task.Deb"
+- classpathref="ant-deb.classpath"/>
+-
+- <!-- Creates a RedHad package-->
+- <taskdef name="rrpm"
+- classname="org.redline_rpm.RedlineTask"
+- classpathref="ant-rpm.classpath"/>
+-
+ <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+ |
+ | Display all targets
+@@ -304,6 +279,7 @@ + <echo message="Creating the jars ..."/>
+
+ <!-- Extract the libraries for the tvbrowser.jar into the temp.dir -->
++ <!--
+ <unjar src="${lib.dir}/${lib.skinlf.name}-${lib.skinlf.version}.jar" dest="${unpacked.dir}/${lib.skinlf.name}.jar"/>
+ <unjar src="${lib.dir}/${lib.bsh.name}-${lib.bsh.version}.jar" dest="${unpacked.dir}/${lib.bsh.name}.jar"/>
+ <unjar src="${lib.dir}/${lib.jgoodies-common.name}-${lib.jgoodies-common.version}.jar" dest="${unpacked.dir}/${lib.jgoodies-common.name}.jar"/>
+@@ -318,6 +294,7 @@ + <unjar src="${lib.dir}/${lib.texhyphj.name}-${lib.texhyphj.version}.jar" dest="${unpacked.dir}/${lib.texhyphj.name}.jar" />
+ <unjar src="${lib.dir}/${lib.substance.name}-${lib.substance.version}.jar" dest="${unpacked.dir}/${lib.substance.name}.jar" />
+ <unjar src="${lib.dir}/${lib.trident.name}-${lib.trident.version}.jar" dest="${unpacked.dir}/${lib.trident.name}.jar" />
++ -->
+
+ <!-- Pack the tvbrowser.jar -->
+ <jar jarfile="${tvbrowser-default.runtime.dir}/tvbrowser.jar"
+@@ -333,6 +310,7 @@ + <fileset dir="${classes.dir}" includes="util/**"/>
+ <fileset dir="${classes.dir}" includes="com/**"/>
+ <fileset dir="${classes.dir}/imgs" includes="splash.png"/>
++ <!--
+ <fileset dir="${unpacked.dir}/${lib.skinlf.name}.jar" includes="com/**"/>
+ <fileset dir="${unpacked.dir}/${lib.skinlf.name}.jar" includes="org/**"/>
+ <fileset dir="${unpacked.dir}/${lib.bsh.name}.jar" includes="bsh/**"/>
+@@ -348,6 +326,7 @@ + <fileset dir="${unpacked.dir}/${lib.texhyphj.name}.jar" includes="net/**"/>
+ <fileset dir="${unpacked.dir}/${lib.substance.name}.jar" includes="org/**"/>
+ <fileset dir="${unpacked.dir}/${lib.trident.name}.jar" includes="org/**"/>
++ -->
+ </jar>
+
+ <!-- Copy the other stuff -->
+@@ -406,8 +385,9 @@ +
+ <!-- Extract the libraries for the tvbrowser.jar into the temp.dir -->
+ <mkdir dir="${unpacked.dir}/${lib.commons.net.name}.jar"/>
++ <!--
+ <unjar src="${lib.dir}/${lib.commons.net.name}-${lib.commons.net.version}.jar" dest="${unpacked.dir}/${lib.commons.net.name}.jar"/>
+-
++-->
+ </target>
+
+
+@@ -446,7 +426,7 @@ +
+ <!-- Creates the runtime folder for the Mac platform -->
+ <target name="runtime-mac" depends="clean-mac, make-mac, runtime, test">
+-
++<!--
+ <delete dir="${tvbrowser-mac.runtime.dir}"/>
+ <mkdir dir="${tvbrowser-mac.runtime.dir}"/>
+
+@@ -477,11 +457,12 @@ + <copy todir="${tvbrowser-mac.runtime.dir}/TV-Browser.app/Contents/Resources">
+ <fileset dir="${deployment.dir}" includes="osx.properties"/>
+ </copy>
+-
++-->
+ </target>
+
+ <!-- Creates the desktop entry file for Linux platforms -->
+ <target name="tvbrowser-desktop-entry">
++ <!--
+ <desktopEntry
+ toFile="${tvbrowser-linux.runtime.dir}/tvbrowser.desktop"
+ name="TV-Browser"
+@@ -498,10 +479,12 @@ + <comment lang="de" value="Anpassbare und einfach zu benutzende TV-Zeitschrift - geschrieben in Java"/>
+ </desktopEntry>
+ <echo file="${tvbrowser-linux.runtime.dir}/tvbrowser.desktop" append="true">StartupWMClass=tvbrowser-TVBrowser</echo>
++ -->
+ </target>
+
+ <!-- Creates the desktop entry file for Ubuntu platform -->
+ <target name="tvbrowser-desktop-entry-deb">
++ <!--
+ <desktopEntry
+ toFile="${tvbrowser-linux.runtime.dir}/tvbrowser.desktop"
+ name="${programname}"
+@@ -518,6 +501,7 @@ + <comment lang="de" value="Anpassbare und einfach zu benutzende TV-Zeitschrift - geschrieben in Java"/>
+ </desktopEntry>
+ <echo file="${tvbrowser-linux.runtime.dir}/tvbrowser.desktop" append="true">StartupWMClass=tvbrowser-TVBrowser</echo>
++ -->
+ </target>
+
+ <!-- Creates the runtime folder for linux platforms -->
+@@ -673,6 +657,7 @@ +
+ <!-- Creates the windows exe file -->
+ <target name="exe" depends="runtime-win">
++ <!--
+ <launch4j configFile="${deployment.dir}/win/launch4j/tvbrowser.xml"
+ fileversion="${tvbrowser.version.file}"
+ productversion="${tvbrowser.version.file}"
+@@ -683,15 +668,18 @@ + productversion="${tvbrowser.version.file}"
+ txtfileversion="${tvbrowser.version}"
+ txtproductversion="${tvbrowser.version}"/>
++ -->
+ </target>
+
+ <!-- Creates the windows transportable exe file -->
+ <target name="transportable-exe" depends="runtime-transportable">
++ <!--
+ <launch4j configFile="${deployment.dir}/win/launch4j/tvbrowser-transportable.xml"
+ fileversion="${tvbrowser.version.file}"
+ productversion="${tvbrowser.version.file}"
+ txtfileversion="${tvbrowser.version}"
+ txtproductversion="${tvbrowser.version}"/>
++ -->
+ </target>
+
+ <!-- Creates the release binaries (.exe installer) for windows platforms -->
diff --git a/media-tv/tvbrowser/files/3.4-remove-registrykey.patch b/media-tv/tvbrowser/files/3.4-remove-registrykey.patch new file mode 100644 index 000000000000..e886aaf22d1f --- /dev/null +++ b/media-tv/tvbrowser/files/3.4-remove-registrykey.patch @@ -0,0 +1,154 @@ +diff --git a/tvbrowser-3.4/src/tvbrowser/TVBrowser.java b/tvbrowser-3.4/src/tvbrowser/TVBrowser.java +index 1aaedb5..51558be 100644 +--- a/tvbrowser-3.4/src/tvbrowser/TVBrowser.java ++++ b/tvbrowser-3.4/src/tvbrowser/TVBrowser.java +@@ -113,9 +113,6 @@ import util.ui.Localizer; + import util.ui.UIThreadRunner;
+ import util.ui.UiUtilities;
+ import util.ui.textcomponentpopup.TextComponentPopupEventQueue;
+-import ca.beq.util.win32.registry.RegistryKey;
+-import ca.beq.util.win32.registry.RegistryValue;
+-import ca.beq.util.win32.registry.RootKey;
+
+ import com.jgoodies.looks.LookUtils;
+ import com.l2fprod.gui.plaf.skin.SkinLookAndFeel;
+@@ -575,77 +572,6 @@ public class TVBrowser { + public void run() {
+ ChannelList.completeChannelLoading();
+ initializeAutomaticDownload();
+- if (Launch.isOsWindowsNtBranch()) {
+- try {
+- RegistryKey desktopSettings = new RegistryKey(
+- RootKey.HKEY_CURRENT_USER, "Control Panel\\Desktop");
+- RegistryValue autoEnd = desktopSettings
+- .getValue("AutoEndTasks");
+-
+- if (autoEnd.getData().equals("1")) {
+- RegistryValue killWait = desktopSettings
+- .getValue("WaitToKillAppTimeout");
+-
+- int i = Integer.parseInt(killWait.getData().toString());
+-
+- if (i < 5000) {
+- JOptionPane pane = new JOptionPane();
+-
+- String cancel = mLocalizer.msg("registryCancel",
+- "Close TV-Browser");
+- String dontDoIt = mLocalizer.msg("registryJumpOver",
+- "Not this time");
+-
+- pane.setOptions(new String[] {
+- Localizer.getLocalization(Localizer.I18N_OK), dontDoIt,
+- cancel });
+- pane.setOptionType(JOptionPane.YES_NO_CANCEL_OPTION);
+- pane.setMessageType(JOptionPane.WARNING_MESSAGE);
+- pane
+- .setMessage(mLocalizer
+- .msg(
+- "registryWarning",
+- "The fast shutdown of Windows is activated.\nThe timeout to wait for before Windows is closing an application is too short,\nto give TV-Browser enough time to save all settings.\n\nThe setting hasn't the default value. It was changed by a tool or by you.\nTV-Browser will now try to change the timeout.\n\nIf you don't want to change this timeout select 'Not this time' or 'Close TV-Browser'."));
+-
+- pane.setInitialValue(mLocalizer.msg("registryCancel",
+- "Close TV-Browser"));
+-
+- JDialog d = pane.createDialog(UiUtilities
+- .getLastModalChildOf(mainFrame), UIManager
+- .getString("OptionPane.messageDialogTitle"));
+- d.setModal(true);
+- UiUtilities.centerAndShow(d);
+-
+- if (pane.getValue() == null
+- || pane.getValue().equals(cancel)) {
+- mainFrame.quit();
+- } else if (!pane.getValue().equals(dontDoIt)) {
+- try {
+- killWait.setData("5000");
+- desktopSettings.setValue(killWait);
+- JOptionPane
+- .showMessageDialog(
+- UiUtilities.getLastModalChildOf(mainFrame),
+- mLocalizer
+- .msg("registryChanged",
+- "The timeout was changed successfully.\nPlease reboot Windows!"));
+- } catch (Exception registySetting) {
+- JOptionPane
+- .showMessageDialog(
+- UiUtilities.getLastModalChildOf(mainFrame),
+- mLocalizer
+- .msg(
+- "registryNotChanged",
+- "<html>The Registry value couldn't be changed. Maybe you haven't the right to do it.<br>If it is so contact you Administrator and let him do it for you.<br><br><b><Attention:/b> The following description is for experts. If you change or delete the wrong value in the Registry you could destroy your Windows installation.<br><br>To get no warning on TV-Browser start the Registry value <b>WaitToKillAppTimeout</b> in the Registry path<br><b>HKEY_CURRENT_USER\\Control Panel\\Desktop</b> have to be at least <b>5000</b> or the value for <b>AutoEndTasks</b> in the same path have to be <b>0</b>.</html>"),
+- Localizer.getLocalization(Localizer.I18N_ERROR),
+- JOptionPane.ERROR_MESSAGE);
+- }
+- }
+- }
+- }
+- } catch (Throwable registry) {
+- }
+- }
+
+ if (currentVersion != null
+ && currentVersion.compareTo(new Version(2, 71, false)) < 0) {
+diff --git a/tvbrowser-3.4/src/tvbrowser/ui/settings/StartupSettingsTab.java b/tvbrowser-3.4/src/tvbrowser/ui/settings/StartupSettingsTab.java +index fa90661..fe13256 100644 +--- a/tvbrowser-3.4/src/tvbrowser/ui/settings/StartupSettingsTab.java ++++ b/tvbrowser-3.4/src/tvbrowser/ui/settings/StartupSettingsTab.java +@@ -50,8 +50,6 @@ import tvbrowser.ui.mainframe.MainFrame; + import tvbrowser.ui.mainframe.PeriodItem;
+ import util.ui.Localizer;
+ import util.ui.UiUtilities;
+-import ca.beq.util.win32.registry.RegistryKey;
+-import ca.beq.util.win32.registry.RootKey;
+
+ import com.jgoodies.forms.builder.PanelBuilder;
+ import com.jgoodies.forms.factories.Borders;
+@@ -163,41 +161,6 @@ public class StartupSettingsTab implements devplugin.SettingsTab { + .getBoolean());
+ mSettingsPn.add(mShowStartScreenChB, cc.xy(2, ++y));
+
+- if (System.getProperty("os.name").toLowerCase().startsWith("windows") && !TVBrowser.isTransportable()) {
+- layout.insertRow(++y, RowSpec.decode("1dlu"));
+- layout.insertRow(++y, RowSpec.decode("pref"));
+-
+- try {
+- RegistryKey shellFolders = new RegistryKey(RootKey.HKEY_CURRENT_USER, "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell Folders");
+- String path = shellFolders.getValue("Startup").getData().toString();
+-
+- if(path == null || path.length() < 1 || !(new File(path)).isDirectory()) {
+- throw new Exception();
+- }
+-
+- mLinkFileFile = new File(path,"TV-Browser.url");
+-
+- try {
+- mLinkFile = new LinkFile(mLinkFileFile);
+-
+- if(mLinkFileFile.isFile()) {
+- try {
+- if (!mLinkFile.hasTarget((new File("tvbrowser.exe")).getAbsoluteFile())) {
+- createLink(mLinkFile);
+- }
+- }catch(Exception linkException) {
+- mLinkFileFile.delete();
+- }
+- }
+- }catch(FileNotFoundException fe) {}
+-
+- mAutostartWithWindows = new JCheckBox(mLocalizer.msg("autostart","Start TV-Browser with Windows"),
+- mLinkFileFile.isFile());
+-
+- mSettingsPn.add(mAutostartWithWindows, cc.xy(2, y));
+- } catch (Throwable e) {e.printStackTrace();}
+- }
+-
+ y++;
+
+ mSettingsPn.add(createRefreshPanel(), cc.xyw(1,++y,5));
+@@ -513,4 +476,4 @@ public class StartupSettingsTab implements devplugin.SettingsTab { + return new File(mTarget).equals(file);
+ }
+ }
+-} +\ No newline at end of file ++}
diff --git a/media-tv/tvbrowser/files/3.4.1.0-build.xml.patch b/media-tv/tvbrowser/files/3.4.1.0-build.xml.patch new file mode 100644 index 000000000000..570bff32db76 --- /dev/null +++ b/media-tv/tvbrowser/files/3.4.1.0-build.xml.patch @@ -0,0 +1,109 @@ +--- build.xml.orig 2015-03-24 17:34:18.753531031 +0000 ++++ build.xml 2015-03-24 17:38:48.013509290 +0000 +@@ -105,32 +105,6 @@ + | Task definitions
+ |
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
+-
+- <!-- Creates an .app file for Mac OS X (http://informagen.com/JarBundler/) -->
+- <taskdef name="jarbundler"
+- classpath="deployment/macosx/jarbundler-2.0.0.jar"
+- classname="net.sourceforge.jarbundler.JarBundler" />
+-
+- <!-- Creates a Windows Executable using launch4j (http://launch4j.sf.net) -->
+- <taskdef name="launch4j"
+- classname="net.sf.launch4j.ant.Launch4jTask"
+- classpath="${deployment.dir}/win/launch4j/launch4j.jar:${deployment.dir}/win/launch4j/lib/xstream.jar" />
+-
+- <!-- Creates a linux desktopEntry-->
+- <taskdef name="desktopEntry"
+- classname="com.googlecode.ant_deb_task.DesktopEntry"
+- classpathref="ant-deb.classpath"/>
+-
+- <!-- Creates an Ubuntu package-->
+- <taskdef name="deb"
+- classname="com.googlecode.ant_deb_task.Deb"
+- classpathref="ant-deb.classpath"/>
+-
+- <!-- Creates a RedHad package-->
+- <taskdef name="rrpm"
+- classname="org.redline_rpm.RedlineTask"
+- classpathref="ant-rpm.classpath"/>
+-
+ <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+ |
+ | Display all targets
+@@ -329,6 +303,7 @@ + <echo message="Creating the jars ..."/>
+
+ <!-- Extract the libraries for the tvbrowser.jar into the temp.dir -->
++ <!--
+ <unjar src="${lib.dir}/${lib.skinlf.name}-${lib.skinlf.version}.jar" dest="${unpacked.dir}/${lib.skinlf.name}.jar"/>
+ <unjar src="${lib.dir}/${lib.bsh.name}-${lib.bsh.version}.jar" dest="${unpacked.dir}/${lib.bsh.name}.jar"/>
+ <unjar src="${lib.dir}/${lib.jgoodies-common.name}-${lib.jgoodies-common.version}.jar" dest="${unpacked.dir}/${lib.jgoodies-common.name}.jar"/>
+@@ -343,6 +318,7 @@ + <unjar src="${lib.dir}/${lib.texhyphj.name}-${lib.texhyphj.version}.jar" dest="${unpacked.dir}/${lib.texhyphj.name}.jar" />
+ <unjar src="${lib.dir}/${lib.substance.name}-${lib.substance.version}.jar" dest="${unpacked.dir}/${lib.substance.name}.jar" />
+ <unjar src="${lib.dir}/${lib.trident.name}-${lib.trident.version}.jar" dest="${unpacked.dir}/${lib.trident.name}.jar" />
++ -->
+
+ <!-- Pack the tvbrowser.jar -->
+ <jar jarfile="${tvbrowser-default.runtime.dir}/tvbrowser.jar"
+@@ -357,6 +333,7 @@ + <fileset dir="${classes.dir}" includes="tvdataservice/**"/>
+ <fileset dir="${classes.dir}" includes="util/**"/>
+ <fileset dir="${classes.dir}" includes="com/**"/>
++ <!--
+ <fileset dir="${classes.dir}/imgs" includes="splash.png"/>
+ <fileset dir="${unpacked.dir}/${lib.skinlf.name}.jar" includes="com/**"/>
+ <fileset dir="${unpacked.dir}/${lib.skinlf.name}.jar" includes="org/**"/>
+@@ -373,6 +350,7 @@ + <fileset dir="${unpacked.dir}/${lib.texhyphj.name}.jar" includes="net/**"/>
+ <fileset dir="${unpacked.dir}/${lib.substance.name}.jar" includes="org/**"/>
+ <fileset dir="${unpacked.dir}/${lib.trident.name}.jar" includes="org/**"/>
++ -->
+ </jar>
+
+ <!-- Copy the other stuff -->
+@@ -431,7 +409,9 @@ +
+ <!-- Extract the libraries for the tvbrowser.jar into the temp.dir -->
+ <mkdir dir="${unpacked.dir}/${lib.commons.net.name}.jar"/>
++ <!--
+ <unjar src="${lib.dir}/${lib.commons.net.name}-${lib.commons.net.version}.jar" dest="${unpacked.dir}/${lib.commons.net.name}.jar"/>
++ -->
+
+ </target>
+
+@@ -555,6 +535,7 @@ +
+ <!-- Creates the desktop entry file for Linux platforms -->
+ <target name="tvbrowser-desktop-entry">
++ <!--
+ <desktopEntry
+ toFile="${tvbrowser-linux.runtime.dir}/tvbrowser.desktop"
+ name="TV-Browser"
+@@ -571,6 +552,7 @@ + <comment lang="de" value="Anpassbare und einfach zu benutzende TV-Zeitschrift - geschrieben in Java"/>
+ </desktopEntry>
+ <echo file="${tvbrowser-linux.runtime.dir}/tvbrowser.desktop" append="true">StartupWMClass=tvbrowser-TVBrowser</echo>
++ -->
+ </target>
+
+ <!-- Creates the desktop entry file for Ubuntu platform -->
+@@ -752,6 +734,7 @@ +
+ <!-- Creates the windows exe file -->
+ <target name="exe" depends="runtime-win">
++ <!--
+ <launch4j configFile="${deployment.dir}/win/launch4j/tvbrowser.xml"
+ fileversion="${tvbrowser.version.file}"
+ productversion="${tvbrowser.version.file}"
+@@ -762,6 +745,7 @@ + productversion="${tvbrowser.version.file}"
+ txtfileversion="${tvbrowser.version}"
+ txtproductversion="${tvbrowser.version}"/>
++ -->
+ </target>
+
+ <!-- Creates the windows transportable exe file -->
diff --git a/media-tv/tvbrowser/files/3.4.1.0-remove-registrykey.patch b/media-tv/tvbrowser/files/3.4.1.0-remove-registrykey.patch new file mode 100644 index 000000000000..2c52ddada29a --- /dev/null +++ b/media-tv/tvbrowser/files/3.4.1.0-remove-registrykey.patch @@ -0,0 +1,150 @@ +--- src/tvbrowser/TVBrowser.java.orig 2015-03-24 17:41:56.811494046 +0000 ++++ src/tvbrowser/TVBrowser.java 2015-03-24 17:43:30.625486471 +0000 +@@ -113,9 +113,6 @@ + import util.ui.UIThreadRunner;
+ import util.ui.UiUtilities;
+ import util.ui.textcomponentpopup.TextComponentPopupEventQueue;
+-import ca.beq.util.win32.registry.RegistryKey;
+-import ca.beq.util.win32.registry.RegistryValue;
+-import ca.beq.util.win32.registry.RootKey;
+
+ import com.jgoodies.looks.LookUtils;
+ import com.l2fprod.gui.plaf.skin.SkinLookAndFeel;
+@@ -567,77 +564,6 @@ + public void run() {
+ ChannelList.completeChannelLoading();
+ initializeAutomaticDownload();
+- if (Launch.isOsWindowsNtBranch()) {
+- try {
+- RegistryKey desktopSettings = new RegistryKey(
+- RootKey.HKEY_CURRENT_USER, "Control Panel\\Desktop");
+- RegistryValue autoEnd = desktopSettings
+- .getValue("AutoEndTasks");
+-
+- if (autoEnd.getData().equals("1")) {
+- RegistryValue killWait = desktopSettings
+- .getValue("WaitToKillAppTimeout");
+-
+- int i = Integer.parseInt(killWait.getData().toString());
+-
+- if (i < 5000) {
+- JOptionPane pane = new JOptionPane();
+-
+- String cancel = mLocalizer.msg("registryCancel",
+- "Close TV-Browser");
+- String dontDoIt = mLocalizer.msg("registryJumpOver",
+- "Not this time");
+-
+- pane.setOptions(new String[] {
+- Localizer.getLocalization(Localizer.I18N_OK), dontDoIt,
+- cancel });
+- pane.setOptionType(JOptionPane.YES_NO_CANCEL_OPTION);
+- pane.setMessageType(JOptionPane.WARNING_MESSAGE);
+- pane
+- .setMessage(mLocalizer
+- .msg(
+- "registryWarning",
+- "The fast shutdown of Windows is activated.\nThe timeout to wait for before Windows is closing an application is too short,\nto give TV-Browser enough time to save all settings.\n\nThe setting hasn't the default value. It was changed by a tool or by you.\nTV-Browser will now try to change the timeout.\n\nIf you don't want to change this timeout select 'Not this time' or 'Close TV-Browser'."));
+-
+- pane.setInitialValue(mLocalizer.msg("registryCancel",
+- "Close TV-Browser"));
+-
+- JDialog d = pane.createDialog(UiUtilities
+- .getLastModalChildOf(mainFrame), UIManager
+- .getString("OptionPane.messageDialogTitle"));
+- d.setModal(true);
+- UiUtilities.centerAndShow(d);
+-
+- if (pane.getValue() == null
+- || pane.getValue().equals(cancel)) {
+- mainFrame.quit();
+- } else if (!pane.getValue().equals(dontDoIt)) {
+- try {
+- killWait.setData("5000");
+- desktopSettings.setValue(killWait);
+- JOptionPane
+- .showMessageDialog(
+- UiUtilities.getLastModalChildOf(mainFrame),
+- mLocalizer
+- .msg("registryChanged",
+- "The timeout was changed successfully.\nPlease reboot Windows!"));
+- } catch (Exception registySetting) {
+- JOptionPane
+- .showMessageDialog(
+- UiUtilities.getLastModalChildOf(mainFrame),
+- mLocalizer
+- .msg(
+- "registryNotChanged",
+- "<html>The Registry value couldn't be changed. Maybe you haven't the right to do it.<br>If it is so contact you Administrator and let him do it for you.<br><br><b><Attention:/b> The following description is for experts. If you change or delete the wrong value in the Registry you could destroy your Windows installation.<br><br>To get no warning on TV-Browser start the Registry value <b>WaitToKillAppTimeout</b> in the Registry path<br><b>HKEY_CURRENT_USER\\Control Panel\\Desktop</b> have to be at least <b>5000</b> or the value for <b>AutoEndTasks</b> in the same path have to be <b>0</b>.</html>"),
+- Localizer.getLocalization(Localizer.I18N_ERROR),
+- JOptionPane.ERROR_MESSAGE);
+- }
+- }
+- }
+- }
+- } catch (Throwable registry) {
+- }
+- }
+
+ if (currentVersion != null
+ && currentVersion.compareTo(new Version(2, 71, false)) < 0) {
+--- src/tvbrowser/ui/settings/StartupSettingsTab.java.orig 2015-03-24 17:51:54.418445794 +0000 ++++ src/tvbrowser/ui/settings/StartupSettingsTab.java 2015-03-24 17:52:23.370443456 +0000 +@@ -50,8 +50,6 @@ + import tvbrowser.ui.mainframe.PeriodItem;
+ import util.ui.Localizer;
+ import util.ui.UiUtilities;
+-import ca.beq.util.win32.registry.RegistryKey;
+-import ca.beq.util.win32.registry.RootKey;
+
+ import com.jgoodies.forms.builder.PanelBuilder;
+ import com.jgoodies.forms.factories.Borders;
+@@ -163,41 +161,6 @@ + .getBoolean());
+ mSettingsPn.add(mShowStartScreenChB, cc.xy(2, ++y));
+
+- if (System.getProperty("os.name").toLowerCase().startsWith("windows") && !TVBrowser.isTransportable()) {
+- layout.insertRow(++y, RowSpec.decode("1dlu"));
+- layout.insertRow(++y, RowSpec.decode("pref"));
+-
+- try {
+- RegistryKey shellFolders = new RegistryKey(RootKey.HKEY_CURRENT_USER, "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell Folders");
+- String path = shellFolders.getValue("Startup").getData().toString();
+-
+- if(path == null || path.length() < 1 || !(new File(path)).isDirectory()) {
+- throw new Exception();
+- }
+-
+- mLinkFileFile = new File(path,"TV-Browser.url");
+-
+- try {
+- mLinkFile = new LinkFile(mLinkFileFile);
+-
+- if(mLinkFileFile.isFile()) {
+- try {
+- if (!mLinkFile.hasTarget((new File("tvbrowser.exe")).getAbsoluteFile())) {
+- createLink(mLinkFile);
+- }
+- }catch(Exception linkException) {
+- mLinkFileFile.delete();
+- }
+- }
+- }catch(FileNotFoundException fe) {}
+-
+- mAutostartWithWindows = new JCheckBox(mLocalizer.msg("autostart","Start TV-Browser with Windows"),
+- mLinkFileFile.isFile());
+-
+- mSettingsPn.add(mAutostartWithWindows, cc.xy(2, y));
+- } catch (Throwable e) {e.printStackTrace();}
+- }
+-
+ y++;
+
+ mSettingsPn.add(createRefreshPanel(), cc.xyw(1,++y,5));
+@@ -513,4 +476,4 @@ + return new File(mTarget).equals(file);
+ }
+ }
+-} +\ No newline at end of file ++}
diff --git a/media-tv/tvbrowser/files/tvbrowser-3.2.1-build.xml b/media-tv/tvbrowser/files/tvbrowser-3.2.1-build.xml new file mode 100644 index 000000000000..a26bcc4d69ed --- /dev/null +++ b/media-tv/tvbrowser/files/tvbrowser-3.2.1-build.xml @@ -0,0 +1,480 @@ +<?xml version="1.0"?>
+<!--
+ | Ant build script for the TV-Browser project.
+ |
+ | TV-Browser
+ | Copyright (C) 04-2003 Martin Oberhauser (martin@tvbrowser.org)
+ |
+ | 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.
+ |
+ | You should have received a copy of the GNU General Public License
+ | along with this program; if not, write to the Free Software
+ | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ |
+ | CVS information:
+ | $RCSfile: tvbrowser-3.2.1-build.xml,v $
+ | $Source: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/files/tvbrowser-3.2.1-build.xml,v $
+ | $Date: 2013/08/13 20:58:08 $
+ | $Author: tomwij $
+ | $Revision: 1.1 $
+ |
+ | Author: Til Schneider, www.murfman.de
+ |
+ | Modified by Gentoo Developers for Gentoo Linux packaging purposes.
+ +-->
+<project name="TV-Browser" default="targets" basedir=".">
+
+
+ <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+ |
+ | The properties and paths
+ |
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
+
+ <property environment="env"/>
+ <property file="build.properties"/>
+ <property name="programname" value="TV-Browser"/>
+ <property name="programname.file" value="tvbrowser"/>
+ <property name="classes.dir" value="classes"/>
+ <property name="lib.dir" value="lib"/>
+ <property name="txt.dir" value="txt"/>
+ <property name="src.dir" value="src"/>
+ <property name="test.src.dir" value="test/src"/>
+ <property name="test.classes.dir" value="test/classes"/>
+ <property name="doc.dir" value="doc"/>
+ <property name="doc.header" value="${programname} ${tvbrowser.version} API"/>
+ <property name="doc.title" value="API documentation for ${programname} ${tvbrowser.version}"/>
+ <property name="doc.bottom" value="${programname} ${tvbrowser.version}, Copyright (C) 2004-2008 TV-Browser Team (dev@tvbrowser.org)"/>
+
+ <property name="runtime.dir" value="runtime"/>
+ <property name="tvbrowser-default.runtime.dir" value="${runtime.dir}/tvbrowser_default"/>
+
+ <property name="tvbrowser-win.runtime.dir" value="${runtime.dir}/tvbrowser_win"/>
+ <property name="tvbrowser-linux.runtime.dir" value="${runtime.dir}/tvbrowser_linux"/>
+ <property name="tvbrowser-transportable.runtime.dir" value="${runtime.dir}/tvbrowser_transportable"/>
+ <property name="tvbrowser-nightly.runtime.dir" value="${runtime.dir}/tvbrowser_nightly"/>
+ <property name="tvbrowser-mac.runtime.dir" value="${runtime.dir}/tvbrowser_mac"/>
+ <property name="themepacks.dir" value="themepacks"/>
+ <property name="personas.dir" value="personas"/>
+
+ <property name="deployment.dir" value="deployment" />
+ <property name="win.dir" value="${deployment.dir}/win"/>
+ <property name="linux.dir" value="${deployment.dir}/linux"/>
+ <property name="x11.dir" value="${deployment.dir}/x11"/>
+ <property name="installer.dir" value="${win.dir}/installer"/>
+ <property name="package-lists.dir" value="${txt.dir}/package-lists"/>
+ <property name="public.dir" value="public"/>
+
+ <path id="sourcepath">
+ <pathelement location="${src.dir}"/>
+ </path>
+
+ <path id="classpath">
+ <pathelement location="${classes.dir}"/>
+ <fileset dir="${lib.dir}">
+ <include name="*.jar"/>
+ <exclude name="ant.jar"/>
+ </fileset>
+ </path>
+
+ <path id="docpath">
+ <path refid="sourcepath"/>
+ </path>
+
+ <path id="ant-deb.classpath">
+ <fileset dir="${deployment.dir}/linux/ant-deb-task" includes="*.jar"/>
+ </path>
+
+ <path id="ant-rpm.classpath">
+ <fileset dir="${deployment.dir}/linux/redline-rpm" includes="*.jar"/>
+ </path>
+
+ <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+|
+| Display all targets
+|
+- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
+
+ <target name="targets" description="lists all the available public targets">
+ <echo message="usage: build [target]"/>
+ <echo message=""/>
+ <echo message="main targets:"/>
+ <echo message="============="/>
+ <echo message=" targets Shows this list of targets."/>
+ <echo message=" dump-info Dumps some information (VM-Version...)."/>
+ <echo message=" public-default Creates platform-independent binaries"/>
+ <echo message=" public-linux Creates binaries for Linux platforms"/>
+ <echo message=" public-nightly Creates platform-independent binaries for nightly transportable version of TV-Browser (without platform dependent starters)"/>
+ <echo message=" public-src Creates a .zip file containing the full source code of TV-Browser"/>
+ <echo message=" public-doc Generates the JavaDoc documentation."/>
+ <echo message=" release-packages Generates all packages needed for a TV-Browser release (without Mac version, works only under Windows)."/>
+ <echo message=""/>
+ <echo message="further targets:"/>
+ <echo message="================"/>
+ <echo message=" clean Deletes all class files, runtime directories and temporary files."/>
+ <echo message=" clean-runtime Deletes the runtime directory."/>
+ <echo message=" make-default Compiles the platform independent source code."/>
+ <echo message=" make-linux Compiles the source code for linux platforms."/>
+ <echo message=" runtime-default Creates the platform independent runtime directory" />
+ <echo message=" runtime-linux Creates a runtime directory for linux platforms" />
+ <echo message=" test Runs the JUnit tests."/>
+ </target>
+
+
+ <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+ |
+ | Clean tasks: remove files
+ |
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
+
+
+ <!-- Deletes the runtime director -->
+ <target name="clean">
+ <delete dir="${classes.dir}"/>
+ <delete dir="${test.classes.dir}"/>
+ </target>
+
+
+ <!-- Deletes the classes and the runtime directory. -->
+ <target name="clean-default" depends="clean">
+ <delete dir="${tvbrowser-default.runtime.dir}"/>
+ </target>
+
+ <!-- Deletes the classes and the runtime directory. -->
+ <target name="clean-transportable" depends="clean">
+ <delete dir="${tvbrowser-transportable.runtime.dir}"/>
+ </target>
+
+ <!-- Deletes the classes and the runtime directory. -->
+ <target name="clean-win" depends="clean">
+ <delete dir="${tvbrowser-win.runtime.dir}"/>
+ </target>
+
+ <!-- Deletes the classes and the runtime directory. -->
+ <target name="clean-linux" depends="clean">
+ <delete dir="${tvbrowser-linux.runtime.dir}"/>
+ </target>
+
+ <!-- Deletes the classes and the runtime directory. -->
+ <target name="clean-mac" depends="clean">
+ <delete dir="${tvbrowser-mac.runtime.dir}"/>
+ </target>
+
+ <target name="clean-all" depends="clean-mac, clean-linux, clean-win, clean-default">
+ <delete dir="${public.dir}"/>
+ </target>
+
+
+
+ <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+|
+| Make tasks: compile the source code
+|
+- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
+ <target name="copy-resources">
+ <copy todir="${classes.dir}">
+ <fileset dir="${src.dir}" includes="**/*.gif"/>
+ <fileset dir="${src.dir}" includes="**/*.jpg"/>
+ <fileset dir="${src.dir}" includes="**/*.png"/>
+ <fileset dir="${src.dir}" includes="**/*.dtd"/>
+ <fileset dir="${src.dir}" includes="**/*.properties"/>
+ <fileset dir="${src.dir}" includes="**/*.theme"/>
+ <fileset dir="${src.dir}" includes="**/*.csv"/>
+ </copy>
+ </target>
+
+ <!-- Compiles the platform independent source code -->
+ <target name="make-default" depends="copy-resources">
+ <echo message="Compiling the source code ... "/>
+ <mkdir dir="${classes.dir}"/>
+ <javac destdir="${classes.dir}" debug="${debug}" deprecation="true" encoding="UTF-8" target="1.6" source="1.6">
+ <src>
+ <path refid="sourcepath"/>
+ </src>
+ <classpath>
+ <path refid="classpath"/>
+ </classpath>
+ <exclude name="**/macosx/*"/>
+ </javac>
+
+
+ </target>
+
+
+ <!-- Compiles the source code for windows platforms -->
+ <target name="make-win" depends="make-default">
+
+ </target>
+
+
+ <!-- Compiles the source code for linux platforms -->
+ <target name="make-linux" depends="make-default">
+
+ </target>
+
+ <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+ |
+ | Runtime tasks: create runtime folders for the specified platform
+ |
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
+
+ <target name="mkdirs">
+ <!-- Make the TV-Browser runtime -->
+ <delete dir="${tvbrowser-default.runtime.dir}"/>
+ <mkdir dir="${tvbrowser-default.runtime.dir}"/>
+ <mkdir dir="${tvbrowser-default.runtime.dir}/plugins"/>
+ </target>
+
+ <!-- Creates the platform independent runtime folder -->
+ <target name="runtime" depends="clean-default, make-default, mkdirs">
+ <echo message="Creating the jars ..."/>
+
+ <!-- Pack the tvbrowser.jar -->
+ <jar jarfile="${tvbrowser-default.runtime.dir}/tvbrowser.jar"
+ compress="true"
+ index="true">
+ <manifest>
+ <attribute name="Main-Class" value="tvbrowser.TVBrowser"/>
+ <attribute name="SplashScreen-Image" value="splash.png"/>
+ </manifest>
+ <fileset dir="${classes.dir}" includes="tvbrowser/**"/>
+ <fileset dir="${classes.dir}" includes="devplugin/**"/>
+ <fileset dir="${classes.dir}" includes="tvdataservice/**"/>
+ <fileset dir="${classes.dir}" includes="util/**"/>
+ <fileset dir="${classes.dir}" includes="com/**"/>
+ <fileset dir="${classes.dir}/imgs" includes="splash.png"/>
+ </jar>
+
+ <!-- Copy the other stuff -->
+ <echo message="Copying the images and all the other stuff ..."/>
+ <mkdir dir="${tvbrowser-default.runtime.dir}/imgs"/>
+ <copy todir="${tvbrowser-default.runtime.dir}/imgs">
+ <fileset dir="${classes.dir}/imgs" excludes="splash.png"/>
+ </copy>
+
+ <copy todir="${tvbrowser-default.runtime.dir}/imgs">
+ <fileset dir="./images/additional">
+ <include name="*.ico"/>
+ </fileset>
+ </copy>
+
+ <mkdir dir="${tvbrowser-default.runtime.dir}/personas"/>
+ <copy todir="${tvbrowser-default.runtime.dir}/personas">
+ <fileset dir="./personas"/>
+ </copy>
+ <copy todir="${tvbrowser-default.runtime.dir}">
+ <fileset dir="${txt.dir}" includes="LICENSE.txt"/>
+ <fileset dir="${txt.dir}" includes="COPYRIGHT.txt"/>
+ <fileset dir="${deployment.dir}/common" includes="**" />
+ <!-- <fileset dir="${txt.dir}" includes="website.url"/> -->
+ <!-- <fileset dir="${txt.dir}" includes="default.properties"/> -->
+ <!-- <fileset dir="${txt.dir}" includes="osx.properties"/> -->
+ <!-- <fileset dir="${txt.dir}" includes="windows.properties"/> -->
+ <!-- <fileset dir="${txt.dir}" includes="tvbrowser.sh"/> -->
+ </copy>
+
+ <!-- Themepacks -->
+ <mkdir dir="${tvbrowser-default.runtime.dir}/themepacks"/>
+ <copy todir="${tvbrowser-default.runtime.dir}/themepacks">
+ <fileset dir="themepacks"/>
+ </copy>
+
+ <!-- Icon-Themes -->
+ <mkdir dir="${tvbrowser-default.runtime.dir}/icons"/>
+
+ <zip destfile="${tvbrowser-default.runtime.dir}/icons/Tango.zip">
+ <zipfileset dir="images/themes/tango"></zipfileset>
+ </zip>
+ <zip destfile="${tvbrowser-default.runtime.dir}/icons/CrystalClear.zip">
+ <zipfileset dir="images/themes/CrystalClear"></zipfileset>
+ </zip>
+ </target>
+
+
+ <!-- Creates the default runtime folder (platform independent) -->
+ <target name="runtime-default" depends="clean-default, make-default, runtime, test">
+ </target>
+
+ <!-- Creates the runtime folder for linux platforms -->
+ <target name="runtime-linux" depends="clean-linux, make-linux, runtime">
+ <delete dir="${tvbrowser-linux.runtime.dir}"/>
+ <mkdir dir="${tvbrowser-linux.runtime.dir}"/>
+ <copy todir="${tvbrowser-linux.runtime.dir}">
+ <fileset dir="${tvbrowser-default.runtime.dir}"/>
+ <fileset dir="${deployment.dir}" includes="linux.properties"/>
+ <fileset dir="${linux.dir}" includes="tvbrowser.sh"/>
+ <!-- <fileset dir="${linux.dir}" includes="tvbrowser.desktop"/>-->
+ </copy>
+ <chmod perm="u+x" file="${tvbrowser-linux.runtime.dir}/tvbrowser.sh"/>
+ </target>
+
+ <target name="release-packages" depends="public-linux, public-default, public-doc, public-src"/>
+
+ <!-- Creates the release binaries (.zip) for the platform independent TV-Browser version -->
+ <target name="public-default" depends="runtime-default" description="creates platform-independent binaries">
+ <mkdir dir="${public.dir}"/>
+
+ <zip destfile="${public.dir}/tvbrowser_${tvbrowser.version}_bin.zip">
+ <zipfileset prefix="tvbrowser-${tvbrowser.version}"
+ dir="${tvbrowser-default.runtime.dir}"/>
+ </zip>
+ </target>
+
+ <target name="clean-public">
+ <delete>
+ <fileset dir="${public.dir}" includes="**/*"/>
+ </delete>
+ </target>
+
+ <target name="public-nightly" depends="clean-public" description="Creates platform-independent binaries for nightly transportable version of TV-Browser (without platform dependent starters)">
+ <mkdir dir="${public.dir}"/>
+
+ <tstamp>
+ <format property="TODAY" pattern="yyyy-MM-dd"/>
+ </tstamp>
+
+ <echo file="${tvbrowser-transportable.runtime.dir}/NIGHTLY_VALUES" append="false">${TODAY}-nightly</echo>
+
+ <zip destfile="${public.dir}/tvbrowser_${tvbrowser.version}_${TODAY}_nightly_bin_transportable.zip">
+ <zipfileset prefix="tvbrowser-nightly-transportable" dir="${tvbrowser-transportable.runtime.dir}"/>
+ </zip>
+
+ </target>
+
+ <!-- Creates the release binaries (.tar.gz) for linux platforms -->
+ <target name="public-linux" depends="runtime-linux" description="Creates binaries for Linux platforms">
+ <mkdir dir="${public.dir}"/>
+
+ <tar tarfile="${public.dir}/tvbrowser_${tvbrowser.version}_bin.tar.gz" compression="gzip">
+ <tarfileset dir="${tvbrowser-linux.runtime.dir}" prefix="tvbrowser-${tvbrowser.version}" excludes="**/tvbrowser.sh"/>
+ <tarfileset dir="${tvbrowser-linux.runtime.dir}"
+ prefix="tvbrowser-${tvbrowser.version}"
+ mode="755" includes="**/tvbrowser.sh" />
+ </tar>
+
+ </target>
+
+ <!--
+ | Does the JUnit tests.
+ |
+ | If this target does not work, copy the file "junit.jar" from the directory "lib"
+ | in your ANT_HOME/lib directory. (ANT_HOME/lib is on my machine "/usr/share/ant/lib")
+ +-->
+ <target name="test" depends="make-default">
+ <echo>${ant.version}. JUnit4 tests will only work with Ant>=1.7</echo>
+ <mkdir dir="${test.classes.dir}"/>
+ <javac destdir="${test.classes.dir}" debug="${debug}" deprecation="true" encoding="UTF-8" target="1.5" source="1.5">
+ <src>
+ <path path="${test.src.dir}"/>
+ </src>
+ <classpath>
+ <path refid="classpath"/>
+ </classpath>
+ </javac>
+
+ <copy todir="${test.classes.dir}">
+ <fileset dir="${test.src.dir}" includes="**/*.gif"/>
+ <fileset dir="${test.src.dir}" includes="**/*.jpg"/>
+ <fileset dir="${test.src.dir}" includes="**/*.png"/>
+ <fileset dir="${test.src.dir}" includes="**/*.dtd"/>
+ <fileset dir="${test.src.dir}" includes="**/*.properties"/>
+ <fileset dir="${test.src.dir}" includes="**/*.theme"/>
+ <fileset dir="${test.src.dir}" includes="**/*.txt"/>
+ </copy>
+
+
+ <junit haltonfailure="yes" fork="no" >
+ <classpath>
+ <path refid="classpath"/>
+ <path path="${test.classes.dir}"/>
+ </classpath>
+
+ <formatter type="brief" usefile="false"/>
+
+ <batchtest>
+ <fileset dir="${test.src.dir}">
+ <include name="**/*Test.java"/>
+ </fileset>
+ </batchtest>
+ </junit>
+ </target>
+
+
+ <!--
+ | Generates the JavaDoc documentation.
+ +-->
+ <target name="public-doc" description="Generates the JavaDoc documentation">
+ <echo message="Generating JavaDoc documentation ..." />
+ <delete dir="${doc.dir}"/>
+ <mkdir dir="${doc.dir}"/>
+ <javadoc packagenames="*"
+ sourcepathref="docpath"
+ classpathref="classpath"
+ destdir="${doc.dir}"
+ doctitle="${doc.title}"
+ windowtitle="${doc.title}"
+ additionalparam="-breakiterator"
+ header="${doc.header}"
+ bottom="${doc.bottom}"
+ access="package"
+ failonerror="true"
+ encoding="UTF-8"
+ charset="UTF-8"
+ docencoding="UTF-8">
+ <link offline="true"
+ href="${java-api-location}"
+ packagelistLoc="${package-lists.dir}/jdk/"/>
+ </javadoc>
+
+
+ <zip destfile="${public.dir}/tvbrowser_${tvbrowser.version}_doc.zip">
+ <zipfileset prefix="tvbrowser_v${tvbrowser.version}/doc"
+ dir="${doc.dir}"/>
+ </zip>
+
+ </target>
+
+ <!--
+ | Dump some information.
+ +-->
+ <target name="dump-info">
+ <echo message="JAVA_HOME=${env.JAVA_HOME}" />
+ <echo message="java.vm.info=${java.vm.info}" />
+ <echo message="java.vm.name=${java.vm.name}" />
+ <echo message="java.vm.vendor=${java.vm.vendor}" />
+ <echo message="java.vm.version=${java.vm.version}" />
+ <echo message="os.arch=${os.arch}" />
+ <echo message="os.name=${os.name}" />
+ <echo message="os.version=${os.version}" />
+ <echo message="file.encoding=${file.encoding}" />
+ <echo message="user.language=${user.language}" />
+ </target>
+
+
+
+
+ <target name="public-src" description="Creates a .zip file containing the full source code of TV-Browser">
+ <mkdir dir="${public.dir}"/>
+ <zip destfile="${public.dir}/tvbrowser_${tvbrowser.version}_src.zip">
+ <zipfileset prefix="tvbrowser-${tvbrowser.version}"
+ dir=".">
+
+ <exclude name="${classes.dir}/**" />
+ <exclude name="${public.dir}/**" />
+ <exclude name="${runtime.dir}/**" />
+
+ </zipfileset>
+ </zip>
+ </target>
+
+ <target name="public-tvdatakit"></target>
+
+</project>
diff --git a/media-tv/tvbrowser/files/tvbrowser-9999-build.xml b/media-tv/tvbrowser/files/tvbrowser-9999-build.xml new file mode 100644 index 000000000000..16143b7197d9 --- /dev/null +++ b/media-tv/tvbrowser/files/tvbrowser-9999-build.xml @@ -0,0 +1,965 @@ +<?xml version="1.0"?> +<!-- + | Ant build script for the TV-Browser project. + | + | TV-Browser + | Copyright (C) 04-2003 Martin Oberhauser (martin@tvbrowser.org) + | + | 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. + | + | You should have received a copy of the GNU General Public License + | along with this program; if not, write to the Free Software + | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + | + | CVS information: + | $RCSfile: tvbrowser-9999-build.xml,v $ + | $Source: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/files/tvbrowser-9999-build.xml,v $ + | $Date: 2015/05/31 00:56:25 $ + | $Author: monsieurp $ + | $Revision: 1.1 $ + | + | Author: Til Schneider, www.murfman.de + +--> +<project name="TV-Browser" default="targets" basedir="."> + + + <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + | + | The properties and paths + | + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> + + <property environment="env"/> + <property file="build.properties"/> + <property name="programname" value="TV-Browser"/> + <property name="programname.file" value="tvbrowser"/> + <property name="classes.dir" value="classes"/> + <property name="lib.dir" value="lib"/> + <property name="txt.dir" value="txt"/> + <property name="src.dir" value="src"/> + <property name="test.src.dir" value="test/src"/> + <property name="test.classes.dir" value="test/classes"/> + <property name="doc.dir" value="doc"/> + <property name="doc.header" value="${programname} ${tvbrowser.version} API"/> + <property name="doc.title" value="API documentation for ${programname} ${tvbrowser.version}"/> + <property name="doc.bottom" value="${programname} ${tvbrowser.version}, Copyright (C) 2004-2008 TV-Browser Team (dev@tvbrowser.org)"/> + + <property name="unpacked.dir" value="unpacked"/> + + <property name="runtime.dir" value="runtime"/> + <property name="tvbrowser-default.runtime.dir" value="${runtime.dir}/tvbrowser_default"/> + + <property name="tvbrowser-win.runtime.dir" value="${runtime.dir}/tvbrowser_win"/> + <property name="tvbrowser-linux.runtime.dir" value="${runtime.dir}/tvbrowser_linux"/> + <property name="tvbrowser-transportable.runtime.dir" value="${runtime.dir}/tvbrowser_transportable"/> + <property name="tvbrowser-nightly.runtime.dir" value="${runtime.dir}/tvbrowser_nightly"/> + <property name="tvbrowser-mac.runtime.dir" value="${runtime.dir}/tvbrowser_mac"/> + <property name="tvbrowser-macjava.runtime.dir" value="${runtime.dir}/tvbrowser_macjava"/> + <property name="themepacks.dir" value="themepacks"/> + <property name="personas.dir" value="personas"/> + + <property name="deployment.dir" value="deployment" /> + <property name="win.dir" value="${deployment.dir}/win"/> + <property name="linux.dir" value="${deployment.dir}/linux"/> + <property name="osx.dir" value="${deployment.dir}/macosx"/> + <property name="x11.dir" value="${deployment.dir}/x11"/> + <property name="installer.dir" value="${win.dir}/installer"/> + <property name="package-lists.dir" value="${txt.dir}/package-lists"/> + <property name="public.dir" value="public"/> + <property name="newsplugin.url" value="http://www.tvbrowser.org/data/uploads/1372016422809_543/NewsPlugin.jar"/> + + <path id="sourcepath"> + <pathelement location="${src.dir}"/> + </path> + + <path id="classpath"> + <pathelement location="${classes.dir}"/> + <fileset dir="${lib.dir}"> + <include name="*.jar"/> + <exclude name="ant.jar"/> + </fileset> + </path> + + <path id="docpath"> + <path refid="sourcepath"/> + </path> + + <path id="ant-deb.classpath"> + <fileset dir="${deployment.dir}/linux/ant-deb-task" includes="*.jar"/> + </path> + + <path id="ant-rpm.classpath"> + <fileset dir="${deployment.dir}/linux/redline-rpm" includes="*.jar"/> + </path> + + <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + | + | Display all targets + | + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> + + <target name="targets" description="lists all the available public targets"> + <echo message="usage: build [target]"/> + <echo message=""/> + <echo message="main targets:"/> + <echo message="============="/> + <echo message=" targets Shows this list of targets."/> + <echo message=" download-libs Downloads all necessary libraries from the Internet."/> + <echo message=" dump-info Dumps some information (VM-Version...)."/> + <echo message=" public-default Creates platform-independent binaries"/> + <echo message=" public-mac Creates binaries for the Mac OS X (requires Mac OS X)"/> + <echo message=" public-macjava Creates binaries for the Mac OS X with Java from Oracle (requires Mac OS X)"/> + <echo message=" public-linux Creates binaries for Linux platforms"/> + <echo message=" public-ubuntu Creates binaries for Ubuntu platforms"/> + <echo message=" public-fedora Creates binaries for Fedora platforms"/> + <echo message=" public-transportable Creates platform-independent binaries for transportable version of TV-Browser (requires Windows)"/> + <echo message=" public-nightly Creates platform-independent binaries for nightly transportable version of TV-Browser (without platform dependent starters)"/> + <echo message=" public-src Creates a .zip file containing the full source code of TV-Browser"/> + <echo message=" public-doc Generates the JavaDoc documentation."/> + <echo message=" release-packages Generates all packages needed for a TV-Browser release (without Mac version, works only under Windows)."/> + <echo message=""/> + <echo message="further targets:"/> + <echo message="================"/> + <echo message=" clean Deletes all class files, runtime directories and temporary files."/> + <echo message=" clean-runtime Deletes the runtime directory."/> + <echo message=" make-default Compiles the platform independent source code."/> + <echo message=" make-transportable Compiles the platform independent source code for transportable version."/> + <echo message=" make-linux Compiles the source code for linux platforms."/> + <echo message=" make-win Compiles the source code for windows platforms."/> + <echo message=" make-mac Compiles the source code for Mac OS X."/> + <echo message=" make-macjava Compiles the source code for Mac OS X with Java from Oracle."/> + <echo message=" runtime-default Creates the platform independent runtime directory" /> + <echo message=" runtime-transportable Creates the platform independent runtime directory for transportable version" /> + <echo message=" runtime-linux Creates a runtime directory for linux platforms" /> + <echo message=" runtime-mac Creates a runtime directory for Mac OS X" /> + <echo message=" runtime-macjava Creates a runtime directory for Mac OS X with Java from Oracle" /> + <echo message=" runtime-win Creates a runtime directory for MS Windows" /> + <echo message=" test Runs the JUnit tests."/> + </target> + + + <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + | + | Clean tasks: remove files + | + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> + + + <!-- Deletes the runtime director --> + <target name="clean"> + <delete dir="${classes.dir}"/> + <delete dir="${unpacked.dir}"/> + <delete dir="${test.classes.dir}"/> + </target> + + + <!-- Deletes the classes and the runtime directory. --> + <target name="clean-default" depends="clean"> + <delete dir="${tvbrowser-default.runtime.dir}"/> + </target> + + <!-- Deletes the classes and the runtime directory. --> + <target name="clean-transportable" depends="clean"> + <delete dir="${tvbrowser-transportable.runtime.dir}"/> + </target> + + <!-- Deletes the classes and the runtime directory. --> + <target name="clean-win" depends="clean"> + <delete dir="${tvbrowser-win.runtime.dir}"/> + </target> + + <!-- Deletes the classes and the runtime directory. --> + <target name="clean-linux" depends="clean"> + <delete dir="${tvbrowser-linux.runtime.dir}"/> + </target> + + <!-- Deletes the classes and the runtime directory. --> + <target name="clean-mac" depends="clean"> + <delete dir="${tvbrowser-mac.runtime.dir}"/> + </target> + + <!-- Deletes the classes and the runtime directory. --> + <target name="clean-macjava" depends="clean"> + <delete dir="${tvbrowser-macjava.runtime.dir}"/> + </target> + + <target name="clean-all" depends="clean-mac, clean-macjava, clean-linux, clean-win, clean-default"> + <delete dir="${public.dir}"/> + </target> + + + + <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +| +| Make tasks: compile the source code +| +- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> + <target name="copy-resources"> + <copy todir="${classes.dir}"> + <fileset dir="${src.dir}" includes="**/*.gif"/> + <fileset dir="${src.dir}" includes="**/*.jpg"/> + <fileset dir="${src.dir}" includes="**/*.png"/> + <fileset dir="${src.dir}" includes="**/*.dtd"/> + <fileset dir="${src.dir}" includes="**/*.properties"/> + <fileset dir="${src.dir}" includes="**/*.theme"/> + <fileset dir="${src.dir}" includes="**/*.csv"/> + </copy> + </target> + + <!-- Compiles the platform independent source code --> + <target name="make-default" depends="copy-resources"> + <echo message="Compiling the source code ... "/> + <mkdir dir="${classes.dir}"/> + <javac destdir="${classes.dir}" debug="${debug}" deprecation="true" encoding="UTF-8" target="1.6" source="1.6"> + <src> + <path refid="sourcepath"/> + </src> + <classpath> + <path refid="classpath"/> + </classpath> + </javac> + + + </target> + + + <!-- Compiles the source code for windows platforms --> + <target name="make-win" depends="make-default"> + + </target> + + + <!-- Compiles the source code for linux platforms --> + <target name="make-linux" depends="make-default"> + + </target> + + <!-- Compiles the source code for transportable version of TV-Browser --> + <target name="make-transportable" depends="make-default"> + + </target> + + <!-- Compiles the source code for mac platforms --> + <target name="make-mac" depends="copy-resources"> + <echo message="Compiling the source code ..."/> + <mkdir dir="${classes.dir}"/> + <javac destdir="${classes.dir}" debug="${debug}" deprecation="true" encoding="UTF-8" target="1.5" source="1.5"> + <src> + <path refid="sourcepath"/> + </src> + <classpath> + <path refid="classpath"/> + <path location="/System/Library/Java"/> + </classpath> + </javac> + + </target> + + <!-- Compiles the source code for mac platforms with Java from Oracle --> + <target name="make-macjava" depends="copy-resources"> + <echo message="Compiling the source code ..."/> + <mkdir dir="${classes.dir}"/> + <javac destdir="${classes.dir}" debug="${debug}" deprecation="true" encoding="UTF-8" target="1.6" source="1.6"> + <src> + <path refid="sourcepath"/> + </src> + <classpath> + <path refid="classpath"/> + <path location="/Library/Java/JavaVirtualMachines"/> + </classpath> + </javac> + + </target> + + <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + | + | Runtime tasks: create runtime folders for the specified platform + | + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> + + <target name="mkdirs"> + <!-- Make the TV-Browser runtime --> + <delete dir="${tvbrowser-default.runtime.dir}"/> + <mkdir dir="${tvbrowser-default.runtime.dir}"/> + <mkdir dir="${tvbrowser-default.runtime.dir}/plugins"/> + </target> + + <!-- Creates the platform independent runtime folder --> + <target name="runtime" depends="clean-default, make-default, mkdirs"> + <echo message="Creating the jars ..."/> + + <!-- Pack the tvbrowser.jar --> + <jar jarfile="${tvbrowser-default.runtime.dir}/tvbrowser.jar" + compress="true" + index="true"> + <manifest> + <attribute name="Main-Class" value="tvbrowser.TVBrowser"/> + <attribute name="SplashScreen-Image" value="splash.png"/> + </manifest> + <fileset dir="${classes.dir}" includes="tvbrowser/**"/> + <fileset dir="${classes.dir}" includes="devplugin/**"/> + <fileset dir="${classes.dir}" includes="tvdataservice/**"/> + <fileset dir="${classes.dir}" includes="util/**"/> + <fileset dir="${classes.dir}" includes="com/**"/> + <fileset dir="${classes.dir}/imgs" includes="splash.png"/> + </jar> + + <!-- Copy the other stuff --> + <echo message="Copying the images and all the other stuff ..."/> + <mkdir dir="${tvbrowser-default.runtime.dir}/imgs"/> + <copy todir="${tvbrowser-default.runtime.dir}/imgs"> + <fileset dir="${classes.dir}/imgs" excludes="splash.png"/> + </copy> + + <copy todir="${tvbrowser-default.runtime.dir}/imgs"> + <fileset dir="./images/additional"> + <include name="*.ico"/> + </fileset> + </copy> + + <mkdir dir="${tvbrowser-default.runtime.dir}/personas"/> + <copy todir="${tvbrowser-default.runtime.dir}/personas"> + <fileset dir="./personas"/> + </copy> + <copy todir="${tvbrowser-default.runtime.dir}"> + <fileset dir="${txt.dir}" includes="LICENSE.txt"/> + <fileset dir="${txt.dir}" includes="COPYRIGHT.txt"/> + <fileset dir="${deployment.dir}/common" includes="**" /> + <!-- <fileset dir="${txt.dir}" includes="website.url"/> --> + <!-- <fileset dir="${txt.dir}" includes="default.properties"/> --> + <!-- <fileset dir="${txt.dir}" includes="osx.properties"/> --> + <!-- <fileset dir="${txt.dir}" includes="windows.properties"/> --> + <!-- <fileset dir="${txt.dir}" includes="tvbrowser.sh"/> --> + </copy> + + <!-- Themepacks --> + <mkdir dir="${tvbrowser-default.runtime.dir}/themepacks"/> + <copy todir="${tvbrowser-default.runtime.dir}/themepacks"> + <fileset dir="themepacks"/> + </copy> + + <!-- Icon-Themes --> + <mkdir dir="${tvbrowser-default.runtime.dir}/icons"/> + + <!-- Info-Icon-Themes --> + <mkdir dir="${tvbrowser-default.runtime.dir}/infothemes"/> + + <zip destfile="${tvbrowser-default.runtime.dir}/infothemes/tvb_default.zip"> + <zipfileset dir="images/infothemes/tvb_default"></zipfileset> + </zip> + <zip destfile="${tvbrowser-default.runtime.dir}/infothemes/tvb_colored.zip"> + <zipfileset dir="images/infothemes/tvb_colored"></zipfileset> + </zip> + + <zip destfile="${tvbrowser-default.runtime.dir}/icons/Tango.zip"> + <zipfileset dir="images/themes/tango"></zipfileset> + </zip> + <zip destfile="${tvbrowser-default.runtime.dir}/icons/CrystalClear.zip"> + <zipfileset dir="images/themes/CrystalClear"></zipfileset> + </zip> + </target> + + <!-- Creates the default runtime folder (platform independent) --> + <target name="runtime-default" depends="clean-default, make-default, runtime"> + </target> + + + <!-- Creates the runtime folder for the transportable version --> + <target name="runtime-transportable" depends="clean-transportable, make-transportable, runtime"> + <echo message="deployment dir is ${deployment.dir}, win is ${win.dir}" /> + <mkdir dir="${tvbrowser-transportable.runtime.dir}"/> + <mkdir dir="${tvbrowser-transportable.runtime.dir}/settings"/> + <copy todir="${tvbrowser-transportable.runtime.dir}/settings"> + <fileset dir="${deployment.dir}" includes="packer.txt"/> + </copy> + <copy todir="${tvbrowser-transportable.runtime.dir}"> + <fileset dir="${tvbrowser-default.runtime.dir}"/> + <fileset dir="${win.dir}/jRegistryKey" includes="jRegistryKey.dll" /> + </copy> + </target> + + <!-- Creates the runtime folder for the windows platform --> + <target name="runtime-win" depends="clean-win, make-win, runtime"> + <echo message="deployment dir is ${deployment.dir}, win is ${win.dir}" /> + <mkdir dir="${tvbrowser-win.runtime.dir}"/> + <copy todir="${tvbrowser-win.runtime.dir}"> + <fileset dir="${tvbrowser-default.runtime.dir}"/> + <fileset dir="${win.dir}/jRegistryKey" includes="jRegistryKey.dll" /> + <fileset dir="${deployment.dir}" includes="windows.properties"/> + <fileset dir="${win.dir}" includes="tvbrowser_noDD.txt"/> + </copy> + + </target> + + + <!-- Creates the runtime folder for the Mac platform --> + <target name="runtime-mac" depends="clean-mac, make-mac, runtime"> + + <delete dir="${tvbrowser-mac.runtime.dir}"/> + <mkdir dir="${tvbrowser-mac.runtime.dir}"/> + + <jarbundler dir="${tvbrowser-mac.runtime.dir}" + verbose="false" + name="TV-Browser" + icon="./images/additional/tvbrowser.icns" + mainclass="tvbrowser.TVBrowser" + extraclasspath="/System/Library/Java" + jvmversion="1.6+" + vmoptions="-Dpropertiesfile=osx.properties -Xmx256m" + bundleid="org.tvbrowser" + smalltabs="true" + antialiasedgraphics="true" + antialiasedtext="true" + liveresize="true" + growboxintrudes="false" + screenmenu="true" + developmentregion="Global" + version="${tvbrowser.version}" + workingdirectory="$APP_PACKAGE/Contents/Resources" + jars="${tvbrowser-default.runtime.dir}/tvbrowser.jar"> + <resourcefileset dir="${tvbrowser-default.runtime.dir}"> + <exclude name="tvbrowser.jar"/> + </resourcefileset> + </jarbundler> + + <copy todir="${tvbrowser-mac.runtime.dir}/TV-Browser.app/Contents/Resources"> + <fileset dir="${deployment.dir}" includes="osx.properties"/> + </copy> + + </target> + + <!-- Creates the runtime folder for the Mac platform with Java from Oracle-> + <target name="runtime-macjava" depends="clean-macjava, make-macjava, runtime, test"--> + <target name="runtime-macjava" depends="clean-macjava, make-macjava, runtime"> + + <!-- Creates an .app file for Mac OS X with appbundler for Java SE 7+ from infinitekind --> + <taskdef name="appbundler" + classpath="deployment/macosx7/appbundler-1.0ea.jar" + classname="com.oracle.appbundler.AppBundlerTask" /> + + <!--runtime dir="${env.JAVA_HOME}"/--> + + <delete dir="${tvbrowser-macjava.runtime.dir}"/> + <mkdir dir="${tvbrowser-macjava.runtime.dir}"/> + + <appbundler + outputdirectory="${tvbrowser-macjava.runtime.dir}" + name="TV-Browser" + icon="images/additional/tvbrowser.icns" + displayname="TV-Browser" + identifier="tvbrowser.TVBrowser" + shortversion="${tvbrowser.version}" + applicationCategory="public.app-category.entertainment" + workingDirectory="$APP_ROOT/Contents/Resources" + mainclassname="tvbrowser.TVBrowser" + highResolutionCapable="false"> + <classpath dir="${tvbrowser-default.runtime.dir}"> + <include name="*.jar"/> + </classpath> + <!-- OSX specific options, optional --> + <option value="-Dpropertiesfile=osx.properties"/> + <option value="-Dapple.laf.useScreenMenuBar=true"/> + <option value="-Dcom.apple.macos.use-file-dialog-packages=true"/> + <!--option value="-Dcom.apple.macos.useScreenMenuBar=true"/--> + <option value="-Dcom.apple.mrj.application.apple.menu.about.name=${bundle.name}"/> + <option value="-Dcom.apple.smallTabs=true"/> + <option value="-Xmx1024M"/> + </appbundler> + + <copy todir="${tvbrowser-macjava.runtime.dir}/TV-Browser.app/Contents/Resources"> + <fileset dir="${tvbrowser-default.runtime.dir}" excludes="tvbrowser.jar"/> + </copy> + <copy todir="${tvbrowser-macjava.runtime.dir}/TV-Browser.app/Contents/Resources"> + <fileset dir="${deployment.dir}" includes="osx.properties"/> + </copy> + + </target> + + + <!-- Creates the desktop entry file for Linux platforms --> + <target name="tvbrowser-desktop-entry"> + <desktopEntry + toFile="${tvbrowser-linux.runtime.dir}/tvbrowser.desktop" + name="TV-Browser" + icon="imgs/tvbrowser128.png" + exec="tvbrowser.sh" + tryExec="tvbrowser.sh" + categories="Video;AudioVideo;TV" + type="Application" + > + <name lang="de" value="${programname}"/> + <genericName value="Digital TV Guide"/> + <genericName lang="de" value="Digitale TV-Zeitschrift"/> + <comment value="Themeable and easy to use TV Guide - written in Java"/> + <comment lang="de" value="Anpassbare und einfach zu benutzende TV-Zeitschrift - geschrieben in Java"/> + </desktopEntry> + <echo file="${tvbrowser-linux.runtime.dir}/tvbrowser.desktop" append="true">StartupWMClass=tvbrowser-TVBrowser</echo> + </target> + + <!-- Creates the desktop entry file for Ubuntu platform --> + <target name="tvbrowser-desktop-entry-deb"> + <desktopEntry + toFile="${tvbrowser-linux.runtime.dir}/tvbrowser.desktop" + name="${programname}" + icon="/usr/share/tvbrowser/imgs/tvbrowser128.png" + exec="tvbrowser" + categories="Video;AudioVideo;TV" + type="Application" + comment="Easy to use TV Guide - written in Java" + > + <name lang="de" value="${programname}"/> + <genericName value="Digital TV Guide"/> + <genericName lang="de" value="Digitale TV-Zeitschrift"/> + <comment value="Themeable and easy to use TV Guide - written in Java"/> + <comment lang="de" value="Anpassbare und einfach zu benutzende TV-Zeitschrift - geschrieben in Java"/> + </desktopEntry> + <echo file="${tvbrowser-linux.runtime.dir}/tvbrowser.desktop" append="true">StartupWMClass=tvbrowser-TVBrowser</echo> + </target> + + <!-- Creates the runtime folder for linux platforms --> + <target name="runtime-linux" depends="clean-linux, make-linux, runtime"> + <delete dir="${tvbrowser-linux.runtime.dir}"/> + <mkdir dir="${tvbrowser-linux.runtime.dir}"/> + <copy todir="${tvbrowser-linux.runtime.dir}"> + <fileset dir="${tvbrowser-default.runtime.dir}"/> + <fileset dir="${deployment.dir}" includes="linux.properties"/> + <fileset dir="${linux.dir}" includes="tvbrowser.sh"/> + <!-- <fileset dir="${linux.dir}" includes="tvbrowser.desktop"/>--> + </copy> + <chmod perm="u+x" file="${tvbrowser-linux.runtime.dir}/tvbrowser.sh"/> + </target> + + <target name="release-packages" depends="public-linux, public-ubuntu, public-fedora, public-default, public-doc, public-src"/> + + <!-- Creates the release binaries (.zip) for the platform independent TV-Browser version --> + <target name="public-default" depends="runtime-default" description="creates platform-independent binaries"> + <mkdir dir="${public.dir}"/> + + <zip destfile="${public.dir}/tvbrowser_${tvbrowser.version}_bin.zip"> + <zipfileset prefix="tvbrowser-${tvbrowser.version}" + dir="${tvbrowser-default.runtime.dir}"/> + </zip> + </target> + + <target name="clean-public"> + <delete> + <fileset dir="${public.dir}" includes="**/*"/> + </delete> + </target> + + <target name="public-nightly" depends="clean-public,runtime-transportable" description="Creates platform-independent binaries for nightly transportable version of TV-Browser (without platform dependent starters)"> + <mkdir dir="${public.dir}"/> + + <tstamp> + <format property="TODAY" pattern="yyyy-MM-dd"/> + </tstamp> + + <echo file="${tvbrowser-transportable.runtime.dir}/NIGHTLY_VALUES" append="false">${TODAY}-nightly</echo> + + <zip destfile="${public.dir}/tvbrowser_${tvbrowser.version}_${TODAY}_nightly_bin_transportable.zip"> + <zipfileset prefix="tvbrowser-nightly-transportable" dir="${tvbrowser-transportable.runtime.dir}"/> + </zip> + + </target> + + <target name="public-ubuntu" depends="runtime-linux, tvbrowser-desktop-entry-deb" description="Creates binaries for Ubuntu platforms"> + <mkdir dir="${public.dir}"/> + + <deb + todir="${public.dir}" + package="tvbrowser" + section="utils" + depends="sun-java6-jre | openjdk-6-jre | sun-java7-jre | openjdk-7-jre | openjdk-8-jre | default-jre | java6-runtime | java7-runtime | java8-runtime " + recommends="openjdk-6-jre"> + + <version upstream="${tvbrowser.version}"/> + <maintainer name="TV-Browser team" email="dev@tvbrowser.org"/> + + <!-- do not indent the description, otherwise the indent will be visible in the package manager and other tools --> + <description synopsis="Digital TV Guide">Themeable and easy to use TV Guide - written in Java.</description> + + <tarfileset dir="${tvbrowser-linux.runtime.dir}" prefix="usr/share/tvbrowser"> + <include name="imgs/**"/> + <include name="plugins/**"/> + <include name="themepacks/**"/> + <include name="infothemes/**"/> + <exclude name="tvbrowser.sh"/> + <exclude name="tvbrowser.desktop"/> + <include name="*"/> + </tarfileset> + + <tarfileset dir="${tvbrowser-linux.runtime.dir}/personas" prefix="usr/share/tvbrowser/personas" /> + + <tarfileset dir="${tvbrowser-linux.runtime.dir}/icons" prefix="usr/share/tvbrowser/icons"> + <include name="*"/> + </tarfileset> + <tarfileset dir="${tvbrowser-linux.runtime.dir}" prefix="usr/share/tvbrowser" filemode="755" includes="**/tvbrowser.sh" /> + <tarfileset dir="${tvbrowser-linux.runtime.dir}" prefix="usr/share/applications" includes="**/tvbrowser.desktop"/> + <tarfileset dir="${deployment.dir}/linux" + prefix="usr/bin" + filemode="755" includes="**/tvbrowser" /> + </deb> + </target> + + <target name="public-fedora" depends="runtime-linux, tvbrowser-desktop-entry-deb" description="Creates binaries for RedHat platforms"> + <mkdir dir="${public.dir}"/> + + <rrpm + destination="${public.dir}" + name="tvbrowser" + version="${tvbrowser.version}" + group="Java"> + + <zipfileset dir="${tvbrowser-linux.runtime.dir}" prefix="/usr/share/tvbrowser"> + <include name="imgs/**"/> + <include name="plugins/**"/> + <include name="themepacks/**"/> + <include name="infothemes/**"/> + <exclude name="tvbrowser.sh"/> + <exclude name="tvbrowser.desktop"/> + <include name="*"/> + </zipfileset> + + <zipfileset dir="${tvbrowser-linux.runtime.dir}/personas" prefix="/usr/share/tvbrowser/personas" /> + + <zipfileset dir="${tvbrowser-linux.runtime.dir}/icons" prefix="/usr/share/tvbrowser/icons"> + <include name="*"/> + </zipfileset> + <zipfileset dir="${tvbrowser-linux.runtime.dir}" prefix="/usr/share/tvbrowser" filemode="755" includes="**/tvbrowser.sh" /> + <zipfileset dir="${tvbrowser-linux.runtime.dir}" prefix="/usr/share/applications" includes="**/tvbrowser.desktop"/> + <zipfileset dir="${deployment.dir}/linux" + prefix="/usr/bin" + filemode="755" includes="**/tvbrowser" /> + <depends name="java" version="1.6"/> + </rrpm> + </target> + + <!-- Creates the release binaries (.tar.gz) for linux platforms --> + <target name="public-linux" depends="runtime-linux, tvbrowser-desktop-entry" description="Creates binaries for Linux platforms"> + <mkdir dir="${public.dir}"/> + + <tar tarfile="${public.dir}/tvbrowser_${tvbrowser.version}_bin.tar.gz" compression="gzip"> + <tarfileset dir="${tvbrowser-linux.runtime.dir}" prefix="tvbrowser-${tvbrowser.version}" excludes="**/tvbrowser.sh"/> + <tarfileset dir="${tvbrowser-linux.runtime.dir}" + prefix="tvbrowser-${tvbrowser.version}" + mode="755" includes="**/tvbrowser.sh" /> + </tar> + + </target> + + <!-- + | Does the JUnit s. + | + | If this target does not work, copy the file "junit.jar" from the directory "lib" + | in your ANT_HOME/lib directory. (ANT_HOME/lib is on my machine "/usr/share/ant/lib") + +--> + <target name="test" depends="make-default"> + <echo>${ant.version}. JUnit4 tests will only work with Ant>=1.7</echo> + <mkdir dir="${test.classes.dir}"/> + <javac destdir="${test.classes.dir}" debug="${debug}" deprecation="true" encoding="UTF-8" target="1.5" source="1.5"> + <src> + <path path="${test.src.dir}"/> + </src> + <classpath> + <path refid="classpath"/> + </classpath> + </javac> + + <copy todir="${test.classes.dir}"> + <fileset dir="${test.src.dir}" includes="**/*.gif"/> + <fileset dir="${test.src.dir}" includes="**/*.jpg"/> + <fileset dir="${test.src.dir}" includes="**/*.png"/> + <fileset dir="${test.src.dir}" includes="**/*.dtd"/> + <fileset dir="${test.src.dir}" includes="**/*.properties"/> + <fileset dir="${test.src.dir}" includes="**/*.theme"/> + <fileset dir="${test.src.dir}" includes="**/*.txt"/> + </copy> + + + <junit haltonfailure="yes" fork="no" > + <classpath> + <path refid="classpath"/> + <path path="${test.classes.dir}"/> + </classpath> + + <formatter type="brief" usefile="false"/> + + <batchtest> + <fileset dir="${test.src.dir}"> + <include name="**/*Test.java"/> + </fileset> + </batchtest> + </junit> + </target> + + + <!-- + | Generates the JavaDoc documentation. + +--> + <target name="public-doc" description="Generates the JavaDoc documentation"> + <echo message="Generating JavaDoc documentation ..." /> + <delete dir="${doc.dir}"/> + <mkdir dir="${doc.dir}"/> + <javadoc packagenames="*" + sourcepathref="docpath" + classpathref="classpath" + destdir="${doc.dir}" + doctitle="${doc.title}" + windowtitle="${doc.title}" + additionalparam="-breakiterator" + header="${doc.header}" + bottom="${doc.bottom}" + access="package" + failonerror="false" + encoding="UTF-8" + charset="UTF-8" + docencoding="UTF-8"> + <link offline="true" + href="${java-api-location}" + packagelistLoc="${package-lists.dir}/jdk/"/> + </javadoc> + + + <zip destfile="${public.dir}/tvbrowser_${tvbrowser.version}_doc.zip"> + <zipfileset prefix="tvbrowser_v${tvbrowser.version}/doc" + dir="${doc.dir}"/> + </zip> + + </target> + + <!-- + | Dump some information. + +--> + <target name="dump-info"> + <echo message="JAVA_HOME=${env.JAVA_HOME}" /> + <echo message="java.vm.info=${java.vm.info}" /> + <echo message="java.vm.name=${java.vm.name}" /> + <echo message="java.vm.vendor=${java.vm.vendor}" /> + <echo message="java.vm.version=${java.vm.version}" /> + <echo message="os.arch=${os.arch}" /> + <echo message="os.name=${os.name}" /> + <echo message="os.version=${os.version}" /> + <echo message="file.encoding=${file.encoding}" /> + <echo message="user.language=${user.language}" /> + </target> + + + + + <target name="public-src" description="Creates a .zip file containing the full source code of TV-Browser"> + <mkdir dir="${public.dir}"/> + <zip destfile="${public.dir}/tvbrowser_${tvbrowser.version}_src.zip"> + <zipfileset prefix="tvbrowser-${tvbrowser.version}" + dir="."> + + <exclude name="${classes.dir}/**" /> + <exclude name="${public.dir}/**" /> + <exclude name="${runtime.dir}/**" /> + <exclude name="${unpacked.dir}/**" /> + + </zipfileset> + </zip> + </target> + + + <!-- - - - - - - - - - - - - - - - - - + internal target: download-zipped-lib + - - - - - - - - - - - - - - - - - --> + <target name="download-zipped-lib"> + + <macrodef name="propertycopy"> + <attribute name="name"/> + <attribute name="from"/> + <sequential> + <property name="@{name}" value="${@{from}}"/> + </sequential> + </macrodef> + + <propertycopy name="lib.url" from="lib.${lib}.url"/> + <propertycopy name="lib.name" from="lib.${lib}.name"/> + <propertycopy name="lib.version" from="lib.${lib}.version"/> + + <get dest="${lib.dir}/download.zip" src="${lib.url}"/> + <unzip src="${lib.dir}/download.zip" dest="${lib.dir}/download"> + <patternset> + <include name="**/${lib.name}*.jar"/> + </patternset> + <flattenmapper/> + </unzip> + <copy todir="${lib.dir}" verbose="true" overwrite="true"> + <fileset dir="${lib.dir}/download"> + <include name="${lib.name}.jar"/> + <include name="${lib.name}-?.?.jar"/> + <include name="${lib.name}-?.?.?.jar"/> + <include name="${lib.name}-?.?.??.jar"/> + <include name="${lib.name}-r*.jar"/> + </fileset> + <mapper> + <mergemapper to="${lib.name}-${lib.version}.jar"/> + </mapper> + </copy> + <delete dir="${lib.dir}/download"/> + </target> + +<!-- - - - - - - - - - - - - - - - - - + internal target: download-tarred-lib + - - - - - - - - - - - - - - - - - --> + <target name="download-tarred-lib"> + <macrodef name="propertycopy"> + <attribute name="name"/> + <attribute name="from"/> + <sequential> + <property name="@{name}" value="${@{from}}"/> + </sequential> + </macrodef> + + <propertycopy name="lib.url" from="lib.${lib}.url"/> + <propertycopy name="lib.name" from="lib.${lib}.name"/> + <propertycopy name="lib.version" from="lib.${lib}.version"/> + + <get dest="${lib.dir}/download.tar.gz" src="${lib.url}"/> + <gunzip src="${lib.dir}/download.tar.gz"/> + <untar src="${lib.dir}/download.tar" dest="${lib.dir}/download"> + <patternset> + <include name="**/${lib.name}*.jar"/> + </patternset> + <flattenmapper/> + </untar> + <copy todir="${lib.dir}" verbose="true" overwrite="true"> + <fileset dir="${lib.dir}/download"> + <include name="${lib.name}.jar"/> + <include name="${lib.name}-?.?.jar"/> + <include name="${lib.name}-?.?.?.jar"/> + <include name="${lib.name}-?.?.??.jar"/> + </fileset> + <mapper> + <mergemapper to="${lib.name}-${lib.version}.jar"/> + </mapper> + </copy> + <delete dir="${lib.dir}/download"/> + </target> + +<!-- - - - - - - - - - - - - - - - - - + internal target: download-lib + - - - - - - - - - - - - - - - - - --> + <target name="download-lib"> + <macrodef name="propertycopy"> + <attribute name="name"/> + <attribute name="from"/> + <sequential> + <property name="@{name}" value="${@{from}}"/> + </sequential> + </macrodef> + + <propertycopy name="lib.url" from="lib.${lib}.url"/> + <propertycopy name="lib.name" from="lib.${lib}.name"/> + <propertycopy name="lib.version" from="lib.${lib}.version"/> + + <get dest="${lib.dir}/${lib.name}-${lib.version}.jar" src="${lib.url}"/> + </target> + + <target name="download-libs" description="downloads all necessary library files"> + <mkdir dir="${lib.dir}"/> + + <!-- bsh --> + <antcall target="download-lib"> + <param name="lib" value="bsh"/> + </antcall> + + <!-- commons codec --> + <antcall target="download-zipped-lib"> + <param name="lib" value="commons.codec"/> + </antcall> + + <!-- commons lang --> + <antcall target="download-zipped-lib"> + <param name="lib" value="commons.lang"/> + </antcall> + + <!-- commons net --> + <antcall target="download-zipped-lib"> + <param name="lib" value="commons.net"/> + </antcall> + + <!-- htmlparser --> + <antcall target="download-zipped-lib"> + <param name="lib" value="htmlparser"/> + </antcall> + + <!-- jgoodies common --> + <antcall target="download-zipped-lib"> + <param name="lib" value="jgoodies-common"/> + </antcall> + + <!-- jgoodies forms --> + <antcall target="download-zipped-lib"> + <param name="lib" value="jgoodies-forms"/> + </antcall> + + <!-- jgoodies looks --> + <antcall target="download-zipped-lib"> + <param name="lib" value="jgoodies-looks"/> + </antcall> + + <!-- jRegistryKey --> + <antcall target="download-zipped-lib"> + <param name="lib" value="jregistrykey"/> + </antcall> + + <!-- l2prod common tasks --> + <antcall target="download-zipped-lib"> + <param name="lib" value="tasks"/> + </antcall> + + <!-- opencsv --> + <antcall target="download-tarred-lib"> + <param name="lib" value="opencsv"/> + </antcall> + + <!-- skinlf --> + <antcall target="download-zipped-lib"> + <param name="lib" value="skinlf"/> + </antcall> + + <!-- stax --> + <antcall target="download-lib"> + <param name="lib" value="stax"/> + </antcall> + <antcall target="download-lib"> + <param name="lib" value="stax.api"/> + </antcall> + + <!-- substance --> + <antcall target="download-lib"> + <param name="lib" value="substance"/> + </antcall> + + <!-- texhyphj --> + <antcall target="download-zipped-lib"> + <param name="lib" value="texhyphj"/> + </antcall> + + <!-- trident --> + <antcall target="download-lib"> + <param name="lib" value="trident"/> + </antcall> + + <delete dir="${lib.dir}"> + <patternset> + <include name="*.zip"/> + <include name="*.tar.gz"/> + <include name="*.tar"/> + </patternset> + </delete> + </target> + <target name="public-tvdatakit"></target> + +</project> |