diff options
author | Roberto Neri <rneri@libero.it> | 2012-12-05 22:05:14 +0100 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-12-11 16:22:28 -0500 |
commit | 77bca3871cb2cd1d1f8a32e12375fafca6684042 (patch) | |
tree | 97ec69a8dc383515e14fdd45ae9f3eba4a86907f /multimedia/ProjectX/ProjectX-0.91.0.patch | |
parent | 3df4b7d7ced07a0bd4453f706b68f3c286a5efbe (diff) | |
download | slackbuilds-77bca3871cb2cd1d1f8a32e12375fafca6684042.tar.gz |
multimedia/ProjectX: Added. (DVB demux tool)
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'multimedia/ProjectX/ProjectX-0.91.0.patch')
-rw-r--r-- | multimedia/ProjectX/ProjectX-0.91.0.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/multimedia/ProjectX/ProjectX-0.91.0.patch b/multimedia/ProjectX/ProjectX-0.91.0.patch new file mode 100644 index 0000000000..6daf0ce4f2 --- /dev/null +++ b/multimedia/ProjectX/ProjectX-0.91.0.patch @@ -0,0 +1,17 @@ +Binary files Project-X_0.91.0.orig/ProjectX.jar and Project-X_0.91.0/ProjectX.jar differ +Only in Project-X_0.91.0: build +diff -ru Project-X_0.91.0.orig/build.sh Project-X_0.91.0/build.sh +--- Project-X_0.91.0.orig/build.sh 2007-01-23 18:16:06.000000000 +0100 ++++ Project-X_0.91.0/build.sh 2012-12-05 09:47:17.502860392 +0100 +@@ -21,6 +21,11 @@ + mkdir -p build + javac -encoding "ISO-8859-1" -deprecation -O -g:none -classpath lib/commons-net-1.3.0.jar:lib/jakarta-oro-2.0.8.jar -d build @sources.lst + cp ./resources/* ./build ++ ++cp -a htmls ReadMe.txt build ++rm -f build/htmls/projectx_desc_de_pdf.zip ++cp -a ReleaseNotes_0.91.0.txt build/ReleaseNotes.txt ++ + jar cfvm ProjectX.jar MANIFEST.MF -C build . + + ###################################################### |