-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
input from and ok landry@ (maintainer)
- Loading branch information
Showing
9 changed files
with
164 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
MD5 (shotwell-0.8.1.tar.bz2) = N4Foc1AG3+BzNDHdR/hwxA== | ||
RMD160 (shotwell-0.8.1.tar.bz2) = VvGtkGpCrGrpRaPL11oddpRSxxg= | ||
SHA1 (shotwell-0.8.1.tar.bz2) = smsiLjWhbSzL6VkIU9ZvLpnpyfY= | ||
SHA256 (shotwell-0.8.1.tar.bz2) = lAM0IwCumHq4a+NCunfXXImqo+0N1K+x/vUFvef7Xvw= | ||
SIZE (shotwell-0.8.1.tar.bz2) = 1317586 | ||
MD5 (shotwell-0.9.1.tar.bz2) = GpjR2llCSmezEMw56K0zaA== | ||
RMD160 (shotwell-0.9.1.tar.bz2) = gBoXFCRrUddtDEMueqaxg4ED0ME= | ||
SHA1 (shotwell-0.9.1.tar.bz2) = 49G04XU1IYSixG2gj3ps5Tk5tTQ= | ||
SHA256 (shotwell-0.9.1.tar.bz2) = z7PnzihecEGjTalTbEz885H82qEHTx3Jkepmm+SqIz4= | ||
SIZE (shotwell-0.9.1.tar.bz2) = 1456462 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
$OpenBSD: patch-configure,v 1.1.1.1 2010/10/28 12:36:10 landry Exp $ | ||
--- configure.orig Thu Aug 26 22:42:39 2010 | ||
+++ configure Mon Sep 6 21:50:43 2010 | ||
$OpenBSD: patch-configure,v 1.2 2011/04/05 18:43:43 ajacoutot Exp $ | ||
--- configure.orig Mon Apr 4 19:54:30 2011 | ||
+++ configure Tue Apr 5 10:23:08 2011 | ||
@@ -1,4 +1,4 @@ | ||
-#!/usr/bin/env bash | ||
+#!/bin/sh | ||
# | ||
# Copyright 2009 Yorba Foundation | ||
# Copyright 2009-2011 Yorba Foundation | ||
# |
21 changes: 21 additions & 0 deletions
21
graphics/shotwell/patches/patch-plugins_Makefile_plugin_mk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
$OpenBSD: patch-plugins_Makefile_plugin_mk,v 1.1 2011/04/05 18:43:43 ajacoutot Exp $ | ||
--- plugins/Makefile.plugin.mk.orig Mon Apr 4 19:54:27 2011 | ||
+++ plugins/Makefile.plugin.mk Tue Apr 5 11:13:32 2011 | ||
@@ -32,7 +32,7 @@ SRC_FILES := ../common/Resources.vala $(SRC_FILES) | ||
CFILES := $(notdir $(SRC_FILES:.vala=.c)) | ||
OFILES := $(notdir $(SRC_FILES:.vala=.o)) | ||
|
||
-CFLAGS := `pkg-config --print-errors --cflags $(EXT_PKGS)` -nostdlib -export-dynamic $(PLUGIN_CFLAGS) | ||
+CFLAGS := `pkg-config --print-errors --cflags $(EXT_PKGS)` -I${LOCALBASE}/include -nostdlib -export-dynamic $(PLUGIN_CFLAGS) | ||
LDFLAGS := `pkg-config --print-errors --libs $(EXT_PKGS)` $(LDFLAGS) | ||
DEFINES := -D_VERSION='"$(PLUGINS_VERSION)"' -DGETTEXT_PACKAGE='"shotwell"' | ||
|
||
@@ -41,7 +41,7 @@ all: $(PLUGIN).so | ||
.stamp: $(SRC_FILES) $(MAKE_FILES) $(HEADER_FILES) | ||
$(VALAC) -g --enable-checking --fatal-warnings --save-temps --compile \ | ||
--vapidir=../ $(foreach pkg,$(PKGS),--pkg=$(pkg)) \ | ||
- -X -I../.. -X -fPIC \ | ||
+ -X -I${LOCALBASE}/include -X -I../.. -X -fPIC \ | ||
$(foreach dfn,$(DEFINES),-X $(dfn)) \ | ||
$(USER_VALAFLAGS) \ | ||
$(SRC_FILES) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 0 additions & 39 deletions
39
graphics/shotwell/patches/patch-src_CheckerboardLayout_vala
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
@comment $OpenBSD: PFRAG.shared,v 1.1 2011/04/05 18:43:43 ajacoutot Exp $ | ||
lib/shotwell/plugins/builtin/shotwell-publishing-extras.so | ||
lib/shotwell/plugins/builtin/shotwell-publishing.so | ||
lib/shotwell/plugins/builtin/shotwell-transitions.so |
Oops, something went wrong.