diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2004-07-30 05:23:53 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2004-07-30 05:23:53 +0000 |
commit | 515b049fd14fab264f5d74857efd1fd66971491a (patch) | |
tree | 162fb21b35018ab2c218bd2507757adc09e2a76b /app-misc/gallery-remote/files | |
parent | initial import, dependency of gallery-remote (Manifest recommit) (diff) | |
download | gentoo-2-515b049fd14fab264f5d74857efd1fd66971491a.tar.gz gentoo-2-515b049fd14fab264f5d74857efd1fd66971491a.tar.bz2 gentoo-2-515b049fd14fab264f5d74857efd1fd66971491a.zip |
initial import
Diffstat (limited to 'app-misc/gallery-remote/files')
-rw-r--r-- | app-misc/gallery-remote/files/1.3.2.patch | 21 | ||||
-rw-r--r-- | app-misc/gallery-remote/files/build.xml.patch | 25 | ||||
-rw-r--r-- | app-misc/gallery-remote/files/digest-gallery-remote-1.3.2 | 1 |
3 files changed, 47 insertions, 0 deletions
diff --git a/app-misc/gallery-remote/files/1.3.2.patch b/app-misc/gallery-remote/files/1.3.2.patch new file mode 100644 index 000000000000..f84b52e2526b --- /dev/null +++ b/app-misc/gallery-remote/files/1.3.2.patch @@ -0,0 +1,21 @@ +--- com/gallery/GalleryRemote/util/ExifImageUtils.java.orig 2004-07-30 05:54:29.074613888 +0200 ++++ com/gallery/GalleryRemote/util/ExifImageUtils.java 2004-07-30 05:54:45.454123824 +0200 +@@ -84,9 +84,6 @@ + Log.log(Log.LEVEL_TRACE, MODULE, "Angle: " + af.angle + " Flipped: " + af.flip); + return af; + } +- } catch (FileNotFoundException e) { +- Log.logException(Log.LEVEL_ERROR, MODULE, e); +- return null; + } catch (JpegProcessingException e) { + Log.logException(Log.LEVEL_ERROR, MODULE, e); + return null; +@@ -107,8 +104,6 @@ + + // todo: this doesn't do anything at present: the library can only READ + // EXIF, not write to it... +- } catch (FileNotFoundException e) { +- Log.logException(Log.LEVEL_ERROR, MODULE, e); + } catch (JpegProcessingException e) { + Log.logException(Log.LEVEL_ERROR, MODULE, e); + } diff --git a/app-misc/gallery-remote/files/build.xml.patch b/app-misc/gallery-remote/files/build.xml.patch new file mode 100644 index 000000000000..8554cd94262d --- /dev/null +++ b/app-misc/gallery-remote/files/build.xml.patch @@ -0,0 +1,25 @@ +--- build.xml.orig 2004-07-30 05:50:41.822161512 +0200 ++++ build.xml 2004-07-30 05:53:17.553486752 +0200 +@@ -25,12 +25,8 @@ + <!-- Compile the java code from ${src} into ${build} --> + <javac srcdir="${src}" destdir="${build}" + includes="com/**,HTTPClient/**,edu/**" ++ classpath="${compile.classpath}" + listfiles="on" debug="on" source="1.3"> +- <classpath> +- <pathelement location="lib/JSX1.0.7.4.jar"/> +- <pathelement location="lib/AppleJavaExtensions.jar"/> +- <pathelement location="lib/metadata-extractor-2.1.jar"/> +- </classpath> + </javac> + + <!-- other files needed --> +@@ -65,7 +61,7 @@ + <manifest> + <attribute name="Built-By" value="${user.name}" /> + <attribute name="Main-Class" value="com.gallery.GalleryRemote.GalleryRemote" /> +- <attribute name="Class-Path" value="lib/metadata-extractor-2.1.jar lib/JSX1.0.7.4.jar img/" /> ++ <attribute name="Class-Path" value="${compile.classpath} /usr/share/gallery-remote/img/" /> + </manifest> + </jar> + </target> diff --git a/app-misc/gallery-remote/files/digest-gallery-remote-1.3.2 b/app-misc/gallery-remote/files/digest-gallery-remote-1.3.2 new file mode 100644 index 000000000000..bf5df0e24936 --- /dev/null +++ b/app-misc/gallery-remote/files/digest-gallery-remote-1.3.2 @@ -0,0 +1 @@ +MD5 bb93921f1826dfa790ff59888c445a3b gallery-remote-1.3.2-cvs-gentoo.tar.bz2 340558 |