import rawstudio:

Rawstudio is an open-source program to read and manipulate RAW images
from most digital cameras.

Rawstudio will convert your RAW files into JPEG, PNG or TIF images which
you can then print or send to friends and clients.

It has a graphical user interface, so you can simply open a RAW file and
experiment with the controls to see how they effect the image. Rawstudio
has a very simple architecture which is optimized for ease of use and
therefore should be intuitive to most photographers.

The normal workflow would be that you first convert your RAW files and
then use an image editing application to further work on your images.
Rawstudio itself is a highly specialized application for processing RAW
images, not a fully featured image editing application.

ok phessler@
This commit is contained in:
sthen 2008-07-13 08:41:16 +00:00
parent f509b71c9a
commit a4de53177a
6 changed files with 123 additions and 0 deletions

View File

@ -0,0 +1,47 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/07/13 08:41:16 sthen Exp $
COMMENT = tool for working with RAW images
DISTNAME = rawstudio-1.0
CATEGORIES = graphics
MAINTAINER = Stuart Henderson <sthen@openbsd.org>
HOMEPAGE = http://rawstudio.org
MASTER_SITES = ${HOMEPAGE}/files/release/
# GPL
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ENV += CPPFLAGS=-I${LOCALBASE}/include
CONFIGURE_ENV += LDFLAGS=-L${LOCALBASE}/lib
MODULES += converters/libiconv devel/gettext
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender c expat fontconfig freetype
WANTLIB += m pixman-1 pthread stdc++ z
LIB_DEPENDS += atk-1.0::devel/atk \
cairo::graphics/cairo \
dbus-1::x11/dbus \
gconf-2::devel/gconf2 \
glib-2.0,gmodule-2.0,gobject-2.0,gthread-2.0::devel/glib2 \
glitz::graphics/glitz \
gtk-x11-2.0,gdk-x11-2.0,gdk_pixbuf-2.0::x11/gtk+2 \
jpeg::graphics/jpeg \
lcms::graphics/lcms \
ORBit-2::devel/ORBit2 \
pango-1.0,pangocairo-1.0,pangoft2-1.0::devel/pango \
png::graphics/png \
tiff::graphics/tiff \
xml2::textproc/libxml
NO_REGRESS = Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (rawstudio-1.0.tar.gz) = Jt3TjMtddPfHxnWdrhO3rQ==
RMD160 (rawstudio-1.0.tar.gz) = OFGHvxm4kqvMYIoVQ7Lwn3scN2w=
SHA1 (rawstudio-1.0.tar.gz) = FOjwkQeiTC7H/AdQXB13SDO7ZFg=
SHA256 (rawstudio-1.0.tar.gz) = cHQpo+EzXQP10hlu4QXX+4vy2248a90IydGnXn7Ek6k=
SIZE (rawstudio-1.0.tar.gz) = 430154

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-src_Makefile_in,v 1.1.1.1 2008/07/13 08:41:16 sthen Exp $
--- src/Makefile.in.orig Sat Jul 12 12:15:32 2008
+++ src/Makefile.in Sat Jul 12 12:15:35 2008
@@ -206,7 +206,6 @@ INCLUDES = \
AM_CFLAGS = \
-Wall\
- -O4\
-DWITH_GCONF\
-DDCRAW_NOMAIN\
-DDCRAW_NOLCMS\

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-src_md5_c,v 1.1.1.1 2008/07/13 08:41:16 sthen Exp $
--- src/md5.c.orig Sat Jul 12 13:06:49 2008
+++ src/md5.c Sat Jul 12 13:07:27 2008
@@ -85,6 +85,7 @@ void md5_finish(md5_state_t *pms, md5_byte_t digest[16
#include "md5.h"
#include <string.h>
#include <stdio.h>
+#include <stdlib.h>
#ifdef TEST
/*

View File

@ -0,0 +1,15 @@
Rawstudio is an open-source program to read and manipulate RAW images
from most digital cameras.
Rawstudio will convert your RAW files into JPEG, PNG or TIF images which
you can then print or send to friends and clients.
It has a graphical user interface, so you can simply open a RAW file and
experiment with the controls to see how they effect the image. Rawstudio
has a very simple architecture which is optimized for ease of use and
therefore should be intuitive to most photographers.
The normal workflow would be that you first convert your RAW files and
then use an image editing application to further work on your images.
Rawstudio itself is a highly specialized application for processing RAW
images, not a fully featured image editing application.

View File

@ -0,0 +1,34 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/07/13 08:41:16 sthen Exp $
@bin bin/rawstudio
share/applications/
share/applications/rawstudio.desktop
share/icons/
share/icons/rawstudio.png
share/locale/cz/
share/locale/cz/LC_MESSAGES/
share/locale/cz/LC_MESSAGES/rawstudio.mo
share/locale/da/LC_MESSAGES/rawstudio.mo
share/locale/de/LC_MESSAGES/rawstudio.mo
share/locale/en/LC_MESSAGES/rawstudio.mo
share/locale/es/LC_MESSAGES/rawstudio.mo
share/locale/fi/LC_MESSAGES/rawstudio.mo
share/locale/fr/LC_MESSAGES/rawstudio.mo
share/locale/it/LC_MESSAGES/rawstudio.mo
share/locale/nb/LC_MESSAGES/rawstudio.mo
share/locale/pl/LC_MESSAGES/rawstudio.mo
share/locale/ru/LC_MESSAGES/rawstudio.mo
share/pixmaps/
share/pixmaps/rawstudio/
share/pixmaps/rawstudio/overlay_deleted.png
share/pixmaps/rawstudio/overlay_exported.png
share/pixmaps/rawstudio/overlay_priority1.png
share/pixmaps/rawstudio/overlay_priority2.png
share/pixmaps/rawstudio/overlay_priority3.png
share/pixmaps/rawstudio/transform_180.png
share/pixmaps/rawstudio/transform_270.png
share/pixmaps/rawstudio/transform_90.png
share/pixmaps/rawstudio/transform_flip.png
share/pixmaps/rawstudio/transform_mirror.png
share/rawstudio/
share/rawstudio/rawstudio.gtkrc
share/rawstudio/ui.xml