diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2012-08-26 00:39:29 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2012-08-26 00:39:29 +0000 |
commit | a3f79d01c64e6222d5c3028666278a5aa0d69ab2 (patch) | |
tree | 427cfbc902a6e567ec04feacdfc8d26838dd5e6b /media-gfx/shotwell/files | |
parent | Stabilize everywhere to promote the desktop file fix to the stable tree. Remo... (diff) | |
download | gentoo-2-a3f79d01c64e6222d5c3028666278a5aa0d69ab2.tar.gz gentoo-2-a3f79d01c64e6222d5c3028666278a5aa0d69ab2.tar.bz2 gentoo-2-a3f79d01c64e6222d5c3028666278a5aa0d69ab2.zip |
Remove old ebuilds. Clean up files
(Portage version: 2.1.11.11/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/shotwell/files')
-rw-r--r-- | media-gfx/shotwell/files/0.10-ldflags.patch | 25 | ||||
-rw-r--r-- | media-gfx/shotwell/files/0.11.0-ldflags.patch | 25 | ||||
-rw-r--r-- | media-gfx/shotwell/files/shotwell-0.10.1-libraw-config.patch | 16 | ||||
-rw-r--r-- | media-gfx/shotwell/files/shotwell-0.11.2-libraw-0.14.patch | 109 |
4 files changed, 0 insertions, 175 deletions
diff --git a/media-gfx/shotwell/files/0.10-ldflags.patch b/media-gfx/shotwell/files/0.10-ldflags.patch deleted file mode 100644 index 9ba105473db5..000000000000 --- a/media-gfx/shotwell/files/0.10-ldflags.patch +++ /dev/null @@ -1,25 +0,0 @@ - Makefile | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/Makefile b/Makefile -index c1e5c30..31e8190 100644 ---- a/Makefile -+++ b/Makefile -@@ -657,7 +657,7 @@ $(EXPANDED_OBJ_FILES): %.o: %.c $(CONFIG_IN) Makefile - $(CC) -c $(VALA_CFLAGS) `$(LIBRAW_CONFIG) --cflags` $(CFLAGS) -o $@ $< - - $(PROGRAM): $(EXPANDED_OBJ_FILES) $(RESOURCES) $(LANG_STAMP) $(THUMBNAILER_BIN) -- $(CC) $(EXPANDED_OBJ_FILES) $(CFLAGS) $(RESOURCES) $(VALA_LDFLAGS) `$(LIBRAW_CONFIG) --libs` $(EXPORT_FLAGS) -o $@ -+ $(CC) $(EXPANDED_OBJ_FILES) $(CFLAGS) $(LDFLAGS) $(RESOURCES) $(VALA_LDFLAGS) `$(LIBRAW_CONFIG) --libs` $(EXPORT_FLAGS) -o $@ - - $(THUMBNAILER_BIN): $(EXPANDED_THUMBNAILER_SRC_FILES) - $(VALAC) $(EXPANDED_THUMBNAILER_SRC_FILES) $(VALAFLAGS) -o $@ $(foreach pkg,$(THUMBNAILER_PKGS),--pkg=$(pkg)) -@@ -685,7 +685,7 @@ docs: - glade: lib$(PROGRAM).so - - lib$(PROGRAM).so: $(EXPANDED_OBJ_FILES) $(RESOURCES) $(LANG_STAMP) -- $(CC) $(EXPANDED_OBJ_FILES) $(CFLAGS) $(RESOURCES) $(VALA_LDFLAGS) `$(LIBRAW_CONFIG) --libs` $(EXPORT_FLAGS) -shared -o $@ -+ $(CC) $(EXPANDED_OBJ_FILES) $(CFLAGS) $(LDFLAGS) $(RESOURCES) $(VALA_LDFLAGS) `$(LIBRAW_CONFIG) --libs` $(EXPORT_FLAGS) -shared -o $@ - - .PHONY: pkgcheck - pkgcheck: diff --git a/media-gfx/shotwell/files/0.11.0-ldflags.patch b/media-gfx/shotwell/files/0.11.0-ldflags.patch deleted file mode 100644 index c10cd8b978dc..000000000000 --- a/media-gfx/shotwell/files/0.11.0-ldflags.patch +++ /dev/null @@ -1,25 +0,0 @@ - Makefile | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/Makefile b/Makefile -index a3c0122..34f074d 100644 ---- a/Makefile -+++ b/Makefile -@@ -676,7 +676,7 @@ $(EXPANDED_OBJ_FILES): %.o: %.c $(CONFIG_IN) Makefile - $(CC) -c $(VALA_CFLAGS) `$(LIBRAW_CONFIG) --cflags` $(CFLAGS) -o $@ $< - - $(PROGRAM): $(EXPANDED_OBJ_FILES) $(RESOURCES) $(LANG_STAMP) $(THUMBNAILER_BIN) -- $(CC) $(EXPANDED_OBJ_FILES) $(CFLAGS) $(RESOURCES) $(VALA_LDFLAGS) `$(LIBRAW_CONFIG) --libs` $(EXPORT_FLAGS) -o $@ -+ $(CC) $(EXPANDED_OBJ_FILES) $(CFLAGS) $(LDFLAGS) $(RESOURCES) $(VALA_LDFLAGS) `$(LIBRAW_CONFIG) --libs` $(EXPORT_FLAGS) -o $@ - glib-compile-schemas misc - - $(THUMBNAILER_BIN): $(EXPANDED_THUMBNAILER_SRC_FILES) -@@ -705,7 +705,7 @@ docs: - glade: lib$(PROGRAM).so - - lib$(PROGRAM).so: $(EXPANDED_OBJ_FILES) $(RESOURCES) $(LANG_STAMP) -- $(CC) $(EXPANDED_OBJ_FILES) $(CFLAGS) $(RESOURCES) $(VALA_LDFLAGS) `$(LIBRAW_CONFIG) --libs` $(EXPORT_FLAGS) -shared -o $@ -+ $(CC) $(EXPANDED_OBJ_FILES) $(CFLAGS) $(LDFLAGS) $(RESOURCES) $(VALA_LDFLAGS) `$(LIBRAW_CONFIG) --libs` $(EXPORT_FLAGS) -shared -o $@ - - .PHONY: pkgcheck - pkgcheck: diff --git a/media-gfx/shotwell/files/shotwell-0.10.1-libraw-config.patch b/media-gfx/shotwell/files/shotwell-0.10.1-libraw-config.patch deleted file mode 100644 index 0c3ee96b85a5..000000000000 --- a/media-gfx/shotwell/files/shotwell-0.10.1-libraw-config.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff --git a/libraw-config b/libraw-config -index 2ddfb6d..dc49ebf 100755 ---- a/libraw-config -+++ b/libraw-config -@@ -59,9 +59,9 @@ libs() { - - # TODO: Cannot check version of library if no .pc file installed. - exists() { -- if pkg-config --silence-errors --exists 'libraw_r >= $3'; then -+ if pkg-config --silence-errors --exists "libraw_r >= $1"; then - : -- elif pkg-config --silence-errors --exists 'libraw >= $3'; then -+ elif pkg-config --silence-errors --exists "libraw >= $1"; then - : - elif ! searchpath $LIB_DIRS "libraw_r.a" || ! searchpath $HEADER_DIRS "libraw/libraw.h"; then - printf "\nPackage libraw not found\n" diff --git a/media-gfx/shotwell/files/shotwell-0.11.2-libraw-0.14.patch b/media-gfx/shotwell/files/shotwell-0.11.2-libraw-0.14.patch deleted file mode 100644 index cdf29486dede..000000000000 --- a/media-gfx/shotwell/files/shotwell-0.11.2-libraw-0.14.patch +++ /dev/null @@ -1,109 +0,0 @@ -From 06ce5a48a3dcc6416ac81995bc9d2f7001d624f9 Mon Sep 17 00:00:00 2001 -From: Alexandre Rostovtsev <tetromino@gmail.com> -Date: Sun, 2 Oct 2011 05:22:07 -0400 -Subject: [PATCH] Do not use libraw API that was dropped in libraw-0.14 - -add_masked_borders_to_bitmap() and rotate_fuji_raw() were removed from -0.14 API. We can safely drop their vala wrappers since they weren't -being used anywhere. And drop CANNOT_ADDMASK error code, since it was -dropped from the libraw API, and could only result from the removed -add_masked_borders_to_bitmap(). - -The LIBRAW_FILTERING_* constans were removed from the public API. -Fortunately, the only one of them that shotwell code was using was -LIBRAW_FILTERING_AUTOMATIC - which is now the default libraw behavior. -Therefore, we can safely drop the LibRaw.Filtering enum. ---- - src/photos/GRaw.vala | 12 ------------ - vapi/libraw.vapi | 14 -------------- - 2 files changed, 0 insertions(+), 26 deletions(-) - ---- a/src/photos/GRaw.vala -+++ b/src/photos/GRaw.vala -@@ -163,10 +163,6 @@ public class Processor { - proc = new LibRaw.Processor(options); - } - -- public void add_masked_borders_to_bitmap() { -- proc.add_masked_borders_to_bitmap(); -- } -- - public void adjust_sizes_info_only() throws Exception { - throw_exception("adjust_sizes_info_only", proc.adjust_sizes_info_only()); - } -@@ -215,10 +211,6 @@ public class Processor { - throw_exception("ppm_tiff_writer", proc.ppm_tiff_writer(filename)); - } - -- public void rotate_fuji_raw() throws Exception { -- throw_exception("rotate_fuji_raw", proc.rotate_fuji_raw()); -- } -- - public void thumb_writer(string filename) throws Exception { - throw_exception("thumb_writer", proc.thumb_writer(filename)); - } -@@ -262,7 +254,6 @@ public class Processor { - // camera_profile - // bad_pixels - // dark_frame -- output_params->filtering_mode = LibRaw.Filtering.AUTOMATIC; - output_params->output_bps = 8; - // output_tiff - output_params->user_flip = GRaw.Flip.FROM_SOURCE; -@@ -303,9 +294,6 @@ private void throw_exception(string caller, LibRaw.Result result) throws Excepti - case LibRaw.Result.UNSUPPORTED_THUMBNAIL: - throw new Exception.UNSUPPORTED_THUMBNAIL(msg); - -- case LibRaw.Result.CANNOT_ADDMASK: -- throw new Exception.CANNOT_ADDMASK(msg); -- - case LibRaw.Result.UNSUFFICIENT_MEMORY: - throw new Exception.OUT_OF_MEMORY(msg); - ---- a/vapi/libraw.vapi -+++ b/vapi/libraw.vapi -@@ -14,17 +14,6 @@ public unowned string version(); - - public unowned string versionNumber(); - --[CCode (cname="enum libraw_Filtering", cprefix="LIBRAW_FILTERING_")] --public enum Filtering { -- DEFAULT, -- NOZEROES, -- NOBLACK, -- NORAWCURVE, -- NONE, -- LIBRAWOWN, -- AUTOMATIC --} -- - [SimpleType] - [CCode (cname="libraw_imgother_t")] - public struct ImageOther { -@@ -121,7 +110,6 @@ public struct OutputParams { - public bool use_camera_wb; - public bool use_camera_matrix; - public int output_color; -- public Filtering filtering_mode; - public int output_bps; - public bool output_tiff; - public int user_flip; -@@ -171,7 +159,6 @@ public class Processor { - [CCode (cname="libraw_init")] - public Processor(Options flags = Options.NONE); - -- public void add_masked_borders_to_bitmap(); - public Result adjust_sizes_info_only(); - [CCode (cname="libraw_dcraw_document_mode_processing")] - public Result document_mode_processing(); -@@ -192,7 +179,6 @@ public class Processor { - [CCode (cname="libraw_dcraw_ppm_tiff_writer")] - public Result ppm_tiff_writer(string outfile); - public void recycle(); -- public Result rotate_fuji_raw(); - [CCode (cname="libraw_dcraw_thumb_writer")] - public Result thumb_writer(string outfile); - public Result unpack(); --- -1.7.7 - |