Update to shotwell-0.18.0.
This commit is contained in:
parent
a57358b482
commit
589e0cfdcf
@ -1,12 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.37 2013/11/26 08:25:57 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.38 2014/03/19 07:44:04 ajacoutot Exp $
|
||||
|
||||
COMMENT = digital photo organizer
|
||||
|
||||
V = 0.15.1
|
||||
DISTNAME = shotwell-${V}
|
||||
EXTRACT_SUFX = .tar.xz
|
||||
GNOME_VERSION = 0.18.0
|
||||
GNOME_PROJECT = shotwell
|
||||
|
||||
CATEGORIES = graphics
|
||||
MASTER_SITES = http://yorba.org/download/shotwell/${V:C/^([0-9]+\.[0-9]+).*/\1/}/
|
||||
|
||||
HOMEPAGE = http://yorba.org/shotwell/
|
||||
|
||||
# LGPLv2
|
||||
@ -31,13 +31,15 @@ MODGNOME_TOOLS = vala yelp
|
||||
MODGNOME_DESKTOP_FILE = Yes
|
||||
MODGNOME_ICON_CACHE = Yes
|
||||
|
||||
BUILD_DEPENDS = www/webkit,gtk3
|
||||
RUN_DEPENDS = www/webkit,gtk3
|
||||
|
||||
LIB_DEPENDS = devel/json-glib \
|
||||
devel/libgee \
|
||||
graphics/libgexiv2 \
|
||||
graphics/libgphoto2 \
|
||||
graphics/libraw \
|
||||
net/librest \
|
||||
www/webkit,gtk3
|
||||
net/librest
|
||||
|
||||
# beware: configure is an horrible homemade shell script
|
||||
CONFIGURE_STYLE = simple
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (shotwell-0.15.1.tar.xz) = 60igOYd08XL+qkRhFGzIGplUAUe9h1HB4gkbIdTCC4s=
|
||||
SIZE (shotwell-0.15.1.tar.xz) = 1676428
|
||||
SHA256 (shotwell-0.18.0.tar.xz) = Zxe3PLJDkYrnHSUf3a4n0JZ6HSZye0O+78QNN4L+ADM=
|
||||
SIZE (shotwell-0.18.0.tar.xz) = 1727216
|
||||
|
@ -1,10 +1,10 @@
|
||||
$OpenBSD: patch-Makefile,v 1.13 2013/10/10 15:40:39 ajacoutot Exp $
|
||||
$OpenBSD: patch-Makefile,v 1.14 2014/03/19 07:44:04 ajacoutot Exp $
|
||||
|
||||
remove gudev requirement
|
||||
|
||||
--- Makefile.orig Fri Oct 4 02:23:04 2013
|
||||
+++ Makefile Thu Oct 10 17:31:24 2013
|
||||
@@ -315,7 +315,6 @@ EXT_PKGS = \
|
||||
--- Makefile.orig Tue Mar 18 22:50:19 2014
|
||||
+++ Makefile Wed Mar 19 07:57:12 2014
|
||||
@@ -261,7 +261,6 @@ EXT_PKGS = \
|
||||
gstreamer-base-1.0 \
|
||||
gstreamer-pbutils-1.0 \
|
||||
gtk+-3.0 \
|
||||
@ -12,7 +12,7 @@ remove gudev requirement
|
||||
libexif \
|
||||
libgphoto2 \
|
||||
json-glib-1.0 \
|
||||
@@ -347,7 +346,6 @@ EXT_PKG_VERSIONS = \
|
||||
@@ -293,7 +292,6 @@ EXT_PKG_VERSIONS = \
|
||||
gstreamer-plugins-base-1.0 >= 1.0.0 \
|
||||
gstreamer-pbutils-1.0 >= 1.0.0 \
|
||||
gtk+-3.0 >= 3.6.0 \
|
||||
@ -20,7 +20,7 @@ remove gudev requirement
|
||||
libexif >= 0.6.16 \
|
||||
libgphoto2 >= 2.4.2 \
|
||||
libraw >= 0.13.2 \
|
||||
@@ -591,8 +589,8 @@ ifndef DISABLE_SCHEMAS_COMPILE
|
||||
@@ -543,8 +541,8 @@ ifndef DISABLE_SCHEMAS_COMPILE
|
||||
glib-compile-schemas $(DESTDIR)$(PREFIX)/share/glib-2.0/schemas
|
||||
endif
|
||||
ifndef DISABLE_GSETTINGS_CONVERT_INSTALL
|
||||
@ -31,7 +31,7 @@ remove gudev requirement
|
||||
endif
|
||||
ifndef DISABLE_ICON_UPDATE
|
||||
-gtk-update-icon-cache -t -f $(DESTDIR)$(PREFIX)/share/icons/hicolor || :
|
||||
@@ -763,9 +761,9 @@ pkgcheck:
|
||||
@@ -722,9 +720,9 @@ pkgcheck:
|
||||
.PHONY: valacheck
|
||||
valacheck:
|
||||
@ $(VALAC) --version >/dev/null 2>/dev/null || ( echo 'Shotwell requires Vala compiler $(MIN_VALAC_VERSION) or greater. No valac found in path or $$VALAC.'; exit 1 )
|
||||
|
@ -1,11 +1,11 @@
|
||||
$OpenBSD: patch-configure,v 1.6 2013/10/10 15:40:40 ajacoutot Exp $
|
||||
--- configure.orig Thu Sep 19 22:39:24 2013
|
||||
+++ configure Thu Oct 10 17:30:34 2013
|
||||
$OpenBSD: patch-configure,v 1.7 2014/03/19 07:44:04 ajacoutot Exp $
|
||||
--- configure.orig Tue Mar 4 23:54:12 2014
|
||||
+++ configure Wed Mar 19 07:55:28 2014
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env bash
|
||||
+#!/bin/sh
|
||||
#
|
||||
# Copyright 2009-2013 Yorba Foundation
|
||||
# Copyright 2009-2014 Yorba Foundation
|
||||
#
|
||||
@@ -58,8 +58,6 @@ EOT
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.17 2013/11/26 08:25:57 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.18 2014/03/19 07:44:04 ajacoutot Exp $
|
||||
%%SHARED%%
|
||||
@bin bin/shotwell
|
||||
lib/shotwell/
|
||||
@ -82,146 +82,150 @@ share/gnome/help/shotwell/C/share-upload.page
|
||||
share/gnome/help/shotwell/C/view-displaying.page
|
||||
share/gnome/help/shotwell/C/view-information.page
|
||||
share/gnome/help/shotwell/C/view-sidebar.page
|
||||
share/gnome/help/shotwell/el/
|
||||
share/gnome/help/shotwell/el/edit-adjustments.page
|
||||
share/gnome/help/shotwell/el/edit-crop.page
|
||||
share/gnome/help/shotwell/el/edit-enhance.page
|
||||
share/gnome/help/shotwell/el/edit-external.page
|
||||
share/gnome/help/shotwell/el/edit-nondestructive.page
|
||||
share/gnome/help/shotwell/el/edit-redeye.page
|
||||
share/gnome/help/shotwell/el/edit-rotate.page
|
||||
share/gnome/help/shotwell/el/edit-straighten.page
|
||||
share/gnome/help/shotwell/el/edit-time-date.page
|
||||
share/gnome/help/shotwell/el/edit-undo.page
|
||||
share/gnome/help/shotwell/el/formats.page
|
||||
share/gnome/help/shotwell/el/import-camera.page
|
||||
share/gnome/help/shotwell/el/import-f-spot.page
|
||||
share/gnome/help/shotwell/el/import-file.page
|
||||
share/gnome/help/shotwell/el/import-memorycard.page
|
||||
share/gnome/help/shotwell/el/index.page
|
||||
share/gnome/help/shotwell/el/organize-event.page
|
||||
share/gnome/help/shotwell/el/organize-flag.page
|
||||
share/gnome/help/shotwell/el/organize-rating.page
|
||||
share/gnome/help/shotwell/el/organize-remove.page
|
||||
share/gnome/help/shotwell/el/organize-search.page
|
||||
share/gnome/help/shotwell/el/organize-tag.page
|
||||
share/gnome/help/shotwell/el/organize-title.page
|
||||
share/gnome/help/shotwell/el/other-files.page
|
||||
share/gnome/help/shotwell/el/other-missing.page
|
||||
share/gnome/help/shotwell/el/other-multiple.page
|
||||
share/gnome/help/shotwell/el/other-plugins.page
|
||||
share/gnome/help/shotwell/el/raw.page
|
||||
share/gnome/help/shotwell/el/running.page
|
||||
share/gnome/help/shotwell/el/share-background.page
|
||||
share/gnome/help/shotwell/el/share-export.page
|
||||
share/gnome/help/shotwell/el/share-print.page
|
||||
share/gnome/help/shotwell/el/share-send.page
|
||||
share/gnome/help/shotwell/el/share-slideshow.page
|
||||
share/gnome/help/shotwell/el/share-upload.page
|
||||
share/gnome/help/shotwell/el/view-displaying.page
|
||||
share/gnome/help/shotwell/el/view-information.page
|
||||
share/gnome/help/shotwell/el/view-sidebar.page
|
||||
share/gnome/help/shotwell/es/
|
||||
share/gnome/help/shotwell/es/edit-adjustments.page
|
||||
share/gnome/help/shotwell/es/edit-crop.page
|
||||
share/gnome/help/shotwell/es/edit-enhance.page
|
||||
share/gnome/help/shotwell/es/edit-external.page
|
||||
share/gnome/help/shotwell/es/edit-nondestructive.page
|
||||
share/gnome/help/shotwell/es/edit-redeye.page
|
||||
share/gnome/help/shotwell/es/edit-rotate.page
|
||||
share/gnome/help/shotwell/es/edit-straighten.page
|
||||
share/gnome/help/shotwell/es/edit-time-date.page
|
||||
share/gnome/help/shotwell/es/edit-undo.page
|
||||
share/gnome/help/shotwell/es/formats.page
|
||||
share/gnome/help/shotwell/es/import-camera.page
|
||||
share/gnome/help/shotwell/es/import-f-spot.page
|
||||
share/gnome/help/shotwell/es/import-file.page
|
||||
share/gnome/help/shotwell/es/import-memorycard.page
|
||||
share/gnome/help/shotwell/es/index.page
|
||||
share/gnome/help/shotwell/es/organize-event.page
|
||||
share/gnome/help/shotwell/es/organize-flag.page
|
||||
share/gnome/help/shotwell/es/organize-rating.page
|
||||
share/gnome/help/shotwell/es/organize-remove.page
|
||||
share/gnome/help/shotwell/es/organize-search.page
|
||||
share/gnome/help/shotwell/es/organize-tag.page
|
||||
share/gnome/help/shotwell/es/organize-title.page
|
||||
share/gnome/help/shotwell/es/other-files.page
|
||||
share/gnome/help/shotwell/es/other-missing.page
|
||||
share/gnome/help/shotwell/es/other-multiple.page
|
||||
share/gnome/help/shotwell/es/other-plugins.page
|
||||
share/gnome/help/shotwell/es/raw.page
|
||||
share/gnome/help/shotwell/es/running.page
|
||||
share/gnome/help/shotwell/es/share-background.page
|
||||
share/gnome/help/shotwell/es/share-export.page
|
||||
share/gnome/help/shotwell/es/share-print.page
|
||||
share/gnome/help/shotwell/es/share-send.page
|
||||
share/gnome/help/shotwell/es/share-slideshow.page
|
||||
share/gnome/help/shotwell/es/share-upload.page
|
||||
share/gnome/help/shotwell/es/view-displaying.page
|
||||
share/gnome/help/shotwell/es/view-information.page
|
||||
share/gnome/help/shotwell/es/view-sidebar.page
|
||||
share/icons/hicolor/16x16/apps/shotwell.svg
|
||||
share/icons/hicolor/24x24/apps/shotwell.svg
|
||||
share/icons/hicolor/scalable/apps/shotwell.svg
|
||||
share/locale/af/LC_MESSAGES/shotwell.mo
|
||||
share/locale/af_ZA/
|
||||
share/locale/af_ZA/LC_MESSAGES/
|
||||
share/locale/af_ZA/LC_MESSAGES/shotwell.mo
|
||||
share/locale/ar/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/ar/LC_MESSAGES/shotwell.mo
|
||||
share/locale/as/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/as/LC_MESSAGES/shotwell.mo
|
||||
share/locale/ast/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/ast/LC_MESSAGES/shotwell.mo
|
||||
share/locale/bg/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/bg/LC_MESSAGES/shotwell.mo
|
||||
share/locale/bn/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/bn/LC_MESSAGES/shotwell.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/shotwell.mo
|
||||
share/locale/ca/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/ca/LC_MESSAGES/shotwell.mo
|
||||
share/locale/cs/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/cs/LC_MESSAGES/shotwell.mo
|
||||
share/locale/da/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/da/LC_MESSAGES/shotwell.mo
|
||||
share/locale/de/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/de/LC_MESSAGES/shotwell.mo
|
||||
share/locale/el/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/el/LC_MESSAGES/shotwell.mo
|
||||
share/locale/en_GB/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/en_GB/LC_MESSAGES/shotwell.mo
|
||||
share/locale/eo/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/es/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/eo/LC_MESSAGES/shotwell.mo
|
||||
share/locale/es/LC_MESSAGES/shotwell.mo
|
||||
share/locale/et/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/et/LC_MESSAGES/shotwell.mo
|
||||
share/locale/eu/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/eu/LC_MESSAGES/shotwell.mo
|
||||
share/locale/fi/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/fi/LC_MESSAGES/shotwell.mo
|
||||
share/locale/fr/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/fr/LC_MESSAGES/shotwell.mo
|
||||
share/locale/gl/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/gl/LC_MESSAGES/shotwell.mo
|
||||
share/locale/gu/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/gu/LC_MESSAGES/shotwell.mo
|
||||
share/locale/he/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/he/LC_MESSAGES/shotwell.mo
|
||||
share/locale/hi/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/hi/LC_MESSAGES/shotwell.mo
|
||||
share/locale/hr/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/hr/LC_MESSAGES/shotwell.mo
|
||||
share/locale/hu/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/hu/LC_MESSAGES/shotwell.mo
|
||||
share/locale/ia/
|
||||
share/locale/ia/LC_MESSAGES/
|
||||
share/locale/ia/LC_MESSAGES/shotwell.mo
|
||||
share/locale/id/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/id/LC_MESSAGES/shotwell.mo
|
||||
share/locale/id_ID/
|
||||
share/locale/id_ID/LC_MESSAGES/
|
||||
share/locale/id_ID/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/id_ID/LC_MESSAGES/shotwell.mo
|
||||
share/locale/it/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/it/LC_MESSAGES/shotwell.mo
|
||||
share/locale/ja/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/ja/LC_MESSAGES/shotwell.mo
|
||||
share/locale/kk/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/kk/LC_MESSAGES/shotwell.mo
|
||||
share/locale/km/LC_MESSAGES/shotwell.mo
|
||||
share/locale/kn/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/kn/LC_MESSAGES/shotwell.mo
|
||||
share/locale/ko/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/ko/LC_MESSAGES/shotwell.mo
|
||||
share/locale/ky/LC_MESSAGES/shotwell.mo
|
||||
share/locale/lt/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/lt/LC_MESSAGES/shotwell.mo
|
||||
share/locale/lv/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/lv/LC_MESSAGES/shotwell.mo
|
||||
share/locale/mk/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/mk/LC_MESSAGES/shotwell.mo
|
||||
share/locale/ml/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/ml/LC_MESSAGES/shotwell.mo
|
||||
share/locale/mr/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/mr/LC_MESSAGES/shotwell.mo
|
||||
share/locale/nb/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/nb/LC_MESSAGES/shotwell.mo
|
||||
share/locale/nl/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/nl/LC_MESSAGES/shotwell.mo
|
||||
share/locale/nn_NO/
|
||||
share/locale/nn_NO/LC_MESSAGES/
|
||||
share/locale/nn_NO/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/nn_NO/LC_MESSAGES/shotwell.mo
|
||||
share/locale/or/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/nn/LC_MESSAGES/shotwell.mo
|
||||
share/locale/or/LC_MESSAGES/shotwell.mo
|
||||
share/locale/pa/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/pa/LC_MESSAGES/shotwell.mo
|
||||
share/locale/pl/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/pl/LC_MESSAGES/shotwell.mo
|
||||
share/locale/pt/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/pt/LC_MESSAGES/shotwell.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/shotwell.mo
|
||||
share/locale/ro/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/ro/LC_MESSAGES/shotwell.mo
|
||||
share/locale/ru/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/ru/LC_MESSAGES/shotwell.mo
|
||||
share/locale/sk/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/sk/LC_MESSAGES/shotwell.mo
|
||||
share/locale/sl/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/sl/LC_MESSAGES/shotwell.mo
|
||||
share/locale/sr/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/sr/LC_MESSAGES/shotwell.mo
|
||||
share/locale/sv/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/sv/LC_MESSAGES/shotwell.mo
|
||||
share/locale/ta/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/ta/LC_MESSAGES/shotwell.mo
|
||||
share/locale/ta_IN/
|
||||
share/locale/ta_IN/LC_MESSAGES/
|
||||
share/locale/ta_IN/LC_MESSAGES/shotwell.mo
|
||||
share/locale/te/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/te/LC_MESSAGES/shotwell.mo
|
||||
share/locale/te_IN/
|
||||
share/locale/te_IN/LC_MESSAGES/
|
||||
share/locale/te_IN/LC_MESSAGES/shotwell.mo
|
||||
share/locale/th/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/th/LC_MESSAGES/shotwell.mo
|
||||
share/locale/tr/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/tr/LC_MESSAGES/shotwell.mo
|
||||
share/locale/tr_TR/
|
||||
share/locale/tr_TR/LC_MESSAGES/
|
||||
share/locale/tr_TR/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/tr_TR/LC_MESSAGES/shotwell.mo
|
||||
share/locale/uk/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/uk/LC_MESSAGES/shotwell.mo
|
||||
share/locale/vi/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/vi/LC_MESSAGES/shotwell.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/shotwell.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/shotwell.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/shotwell.mo
|
||||
share/shotwell/
|
||||
share/shotwell/icons/
|
||||
|
Loading…
x
Reference in New Issue
Block a user