Package: shotwell / 0.12.3-2+deb7u1

Metadata

Package Version Patches format
shotwell 0.12.3-2+deb7u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
gettext.patch | (download)

Makefile | 17 17 + 0 - 0 !
1 file changed, 17 insertions(+)

 show translations in gnome menu
format_string.patch | (download)

src/Dialogs.vala | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix ftbfs with missing format string parameter
openmp.patch | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 pass -fopenmp to gcc flags
metadata.patch | (download)

src/MetadataWriter.vala | 19 18 + 1 - 0 !
1 file changed, 18 insertions(+), 1 deletion(-)

 writing metadata ends up in a neverending cycle
no_assertion.patch | (download)

src/DirectoryMonitor.vala | 8 6 + 2 - 0 !
1 file changed, 6 insertions(+), 2 deletions(-)

 replaces an assertion with a short-circuit return and a
 debug message.