85 lines
4.5 KiB
Diff
85 lines
4.5 KiB
Diff
|
diff -ru rawstudio-2.0/plugins/lensfun/lensfun.c rawstudio-2.0.patched/plugins/lensfun/lensfun.c
|
||
|
--- rawstudio-2.0/plugins/lensfun/lensfun.c 2011-03-27 19:53:27.000000000 +0200
|
||
|
+++ rawstudio-2.0.patched/plugins/lensfun/lensfun.c 2014-12-26 17:28:46.045242306 +0100
|
||
|
@@ -652,7 +652,7 @@
|
||
|
}
|
||
|
|
||
|
/* Start threads to apply phase 2, Vignetting and CA Correction */
|
||
|
- if (effective_flags & (LF_MODIFY_VIGNETTING | LF_MODIFY_CCI))
|
||
|
+ if (effective_flags & (LF_MODIFY_VIGNETTING))
|
||
|
{
|
||
|
/* Phase 2 is corrected inplace, so copy input first */
|
||
|
guint y_offset, y_per_thread, threaded_h;
|
||
|
diff -ru rawstudio-2.0/plugins/output-facebook/Makefile.am rawstudio-2.0.patched/plugins/output-facebook/Makefile.am
|
||
|
--- rawstudio-2.0/plugins/output-facebook/Makefile.am 2011-02-15 18:28:03.000000000 +0100
|
||
|
+++ rawstudio-2.0.patched/plugins/output-facebook/Makefile.am 2014-12-26 17:54:30.136152500 +0100
|
||
|
@@ -19,7 +19,7 @@
|
||
|
libdir = $(datadir)/rawstudio/plugins/
|
||
|
|
||
|
output_facebook_la_LIBADD = @PACKAGE_LIBS@
|
||
|
-output_facebook_la_LDFLAGS = -module -avoid-version -L/usr/lib -lcurl
|
||
|
+output_facebook_la_LDFLAGS = -module -avoid-version -lcurl
|
||
|
output_facebook_la_SOURCES = output-facebook.c output-facebook.h \
|
||
|
rs-facebook-client.c rs-facebook-client.h \
|
||
|
rs-facebook-client-param.c rs-facebook-client-param.h
|
||
|
diff -ru rawstudio-2.0/plugins/output-facebook/Makefile.in rawstudio-2.0.patched/plugins/output-facebook/Makefile.in
|
||
|
--- rawstudio-2.0/plugins/output-facebook/Makefile.in 2011-04-07 23:44:00.000000000 +0200
|
||
|
+++ rawstudio-2.0.patched/plugins/output-facebook/Makefile.in 2014-12-26 17:54:37.688099551 +0100
|
||
|
@@ -252,7 +252,7 @@
|
||
|
|
||
|
lib_LTLIBRARIES = output_facebook.la
|
||
|
output_facebook_la_LIBADD = @PACKAGE_LIBS@
|
||
|
-output_facebook_la_LDFLAGS = -module -avoid-version -L/usr/lib -lcurl
|
||
|
+output_facebook_la_LDFLAGS = -module -avoid-version -lcurl
|
||
|
output_facebook_la_SOURCES = output-facebook.c output-facebook.h \
|
||
|
rs-facebook-client.c rs-facebook-client.h \
|
||
|
rs-facebook-client-param.c rs-facebook-client-param.h
|
||
|
diff -ru rawstudio-2.0/plugins/output-flickr/Makefile.am rawstudio-2.0.patched/plugins/output-flickr/Makefile.am
|
||
|
--- rawstudio-2.0/plugins/output-flickr/Makefile.am 2011-02-15 18:28:03.000000000 +0100
|
||
|
+++ rawstudio-2.0.patched/plugins/output-flickr/Makefile.am 2014-12-26 17:54:52.689994379 +0100
|
||
|
@@ -18,7 +18,7 @@
|
||
|
libdir = $(datadir)/rawstudio/plugins/
|
||
|
|
||
|
output_flickr_la_LIBADD = @PACKAGE_LIBS@
|
||
|
-output_flickr_la_LDFLAGS = -module -avoid-version -L/usr/lib -lflickcurl
|
||
|
+output_flickr_la_LDFLAGS = -module -avoid-version -lflickcurl
|
||
|
output_flickr_la_SOURCES = output-flickr.c output-flickr.h
|
||
|
|
||
|
plugin_DATA = flickr-logo.svg
|
||
|
diff -ru rawstudio-2.0/plugins/output-flickr/Makefile.in rawstudio-2.0.patched/plugins/output-flickr/Makefile.in
|
||
|
--- rawstudio-2.0/plugins/output-flickr/Makefile.in 2011-04-07 23:44:00.000000000 +0200
|
||
|
+++ rawstudio-2.0.patched/plugins/output-flickr/Makefile.in 2014-12-26 17:55:06.905894709 +0100
|
||
|
@@ -250,7 +250,7 @@
|
||
|
|
||
|
lib_LTLIBRARIES = output_flickr.la
|
||
|
output_flickr_la_LIBADD = @PACKAGE_LIBS@
|
||
|
-output_flickr_la_LDFLAGS = -module -avoid-version -L/usr/lib -lflickcurl
|
||
|
+output_flickr_la_LDFLAGS = -module -avoid-version -lflickcurl
|
||
|
output_flickr_la_SOURCES = output-flickr.c output-flickr.h
|
||
|
plugin_DATA = flickr-logo.svg
|
||
|
EXTRA_DIST = $(plugin_DATA)
|
||
|
diff -ru rawstudio-2.0/plugins/output-picasa/Makefile.am rawstudio-2.0.patched/plugins/output-picasa/Makefile.am
|
||
|
--- rawstudio-2.0/plugins/output-picasa/Makefile.am 2011-02-15 18:28:03.000000000 +0100
|
||
|
+++ rawstudio-2.0.patched/plugins/output-picasa/Makefile.am 2014-12-26 17:55:21.678791195 +0100
|
||
|
@@ -18,7 +18,7 @@
|
||
|
libdir = $(datadir)/rawstudio/plugins/
|
||
|
|
||
|
output_picasa_la_LIBADD = @PACKAGE_LIBS@
|
||
|
-output_picasa_la_LDFLAGS = -module -avoid-version -L/usr/lib
|
||
|
+output_picasa_la_LDFLAGS = -module -avoid-version
|
||
|
output_picasa_la_SOURCES = output-picasa.c rs-picasa-client.c rs-picasa-client.h
|
||
|
|
||
|
plugin_DATA = picasa-logo.svg
|
||
|
diff -ru rawstudio-2.0/plugins/output-picasa/Makefile.in rawstudio-2.0.patched/plugins/output-picasa/Makefile.in
|
||
|
--- rawstudio-2.0/plugins/output-picasa/Makefile.in 2011-04-07 23:44:01.000000000 +0200
|
||
|
+++ rawstudio-2.0.patched/plugins/output-picasa/Makefile.in 2014-12-26 17:55:30.452729716 +0100
|
||
|
@@ -250,7 +250,7 @@
|
||
|
|
||
|
lib_LTLIBRARIES = output_picasa.la
|
||
|
output_picasa_la_LIBADD = @PACKAGE_LIBS@
|
||
|
-output_picasa_la_LDFLAGS = -module -avoid-version -L/usr/lib
|
||
|
+output_picasa_la_LDFLAGS = -module -avoid-version
|
||
|
output_picasa_la_SOURCES = output-picasa.c rs-picasa-client.c rs-picasa-client.h
|
||
|
plugin_DATA = picasa-logo.svg
|
||
|
EXTRA_DIST = $(plugin_DATA)
|