diff options
author | Michael Wagner <lapinours@web.de> | 2010-05-11 22:23:53 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 22:23:53 +0200 |
commit | b56d32537ea498af54927283f9bee8619bff2e3d (patch) | |
tree | 72b78d20a1851b19533e0f64dd13975f0068c920 /libraries/libexif-gtk | |
parent | 7ab0731fe3e01168776e0b9a1a2c228d9bbf17d0 (diff) | |
download | slackbuilds-b56d32537ea498af54927283f9bee8619bff2e3d.tar.gz |
libraries/libexif-gtk: Updated for version 0.3.5
Diffstat (limited to 'libraries/libexif-gtk')
-rw-r--r-- | libraries/libexif-gtk/README | 18 | ||||
-rw-r--r-- | libraries/libexif-gtk/libexif-gtk.SlackBuild | 2 |
2 files changed, 8 insertions, 12 deletions
diff --git a/libraries/libexif-gtk/README b/libraries/libexif-gtk/README index 3f05cb9d36..1a4f83a41f 100644 --- a/libraries/libexif-gtk/README +++ b/libraries/libexif-gtk/README @@ -1,11 +1,7 @@ -Libexif-gtk (provides GTK+ widgets to display/edit EXIF tags)
-
-Most digital cameras produce EXIF files, which are JPEG files with
-extra tags that contain information about the image. The EXIF library
-allows you to parse an EXIF file and read the data from those tags.
-
-This library provides GTK+ widgets to display/edit EXIF tags.
-
-NOTE: If you are building against gtk+-2.12.x, you will need to uncomment
- the patch that re-enables deprecated calls. On a stock 12.0 system,
- this is not an issue, so don't enable the patch.
+Libexif-gtk (provides GTK+ widgets to display/edit EXIF tags) + +Most digital cameras produce EXIF files, which are JPEG files with +extra tags that contain information about the image. The EXIF library +allows you to parse an EXIF file and read the data from those tags. + +This library provides GTK+ widgets to display/edit EXIF tags. diff --git a/libraries/libexif-gtk/libexif-gtk.SlackBuild b/libraries/libexif-gtk/libexif-gtk.SlackBuild index fa8b72afdd..73ebad9c6c 100644 --- a/libraries/libexif-gtk/libexif-gtk.SlackBuild +++ b/libraries/libexif-gtk/libexif-gtk.SlackBuild @@ -52,7 +52,7 @@ chmod -R u+w,go+r-w,a-s . # Patch to re-enable depreciated calls in gtk+ (only needed for 2.12.x) # See gentoo bug #194680 -# patch -p1 -i $CWD/gtk+-2.12.x-enable-deprecated.patch || exit 1 +patch -p1 -i $CWD/gtk+-2.12.x-enable-deprecated.patch || exit 1 CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ |