Version: 1.2, Package name: rawstudio-1.2 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description 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 affect 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. |
Filesize: 504.073 KB |
Version History (View Complete History) |
|
2020-05-14 13:16:25 by Rafael Sadowski | Files touched by this commit (41) |
Log message: Update exiv2 to 0.27.2 Noteable exiv2 port changes: - Switch to cmake and enable i18n support - Change COMMENT and cleanup DESCR - Switch to https - Don't provide the new Exiv2::getProcessPath() function. Not portable, doesn't work on OpenBSD, and shouldn't be exposed in the API of a graphics library. Instead, define a macro with CMake to help runtime find gettext files. from jca@'s commit https://v4.freshbsd.org/commit/openbsd/ports/fHGCS7kzl4zKjdnW - All consumer fixed. configure checks, port-lib-depends-checks checks and also some run-time tests with krita, digikam, nomacs. Consumer patches from upstream, gentoo, freebsd and by me for the old creepy KDE4 stuff. This went through a full amd64 bulk build. Thanks jj |
2019-07-12 14:47:59 by Stuart Henderson | Files touched by this commit (874) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-20 16:15:31 by Christian Weisgerber | Files touched by this commit (488) |
Log message: Update gettext to 0.20.1. Follow the upstream recommendations for packagers and switch to multi-packages: devel/gettext -> devel/gettext,-runtime devel/gettext-tools -> devel/gettext,-tools (new) devel/gettext,-textstyle |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2018-06-27 15:04:25 by Marc Espie | Files touched by this commit (1411) |
Log message: first tag: update-desktop-database |
2018-04-28 09:04:12 by Christian Weisgerber | Files touched by this commit (2) |
Log message: Explicitly pick up and link in gthreads, because g_thread_init() is called from the program. Required with lld. Also found in upstream. |
2018-04-16 17:23:18 by Ingo Schwarze | Files touched by this commit (2) |
Log message: better clang6 fix: use adequate data types rather than forcing an old version of the language standard; "please commit" sthen@ |
2018-04-16 09:40:01 by Stuart Henderson | Files touched by this commit (2) |
Log message: unbreak rawstudio build with std=gnu++98 which works better with the c-renamed-as-c++ file. regen plist while there. |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-05-02 09:48:41 by Marc Espie | Files touched by this commit (1) |
Log message: fixes for clang |
2017-04-10 05:46:23 by Stuart Henderson | Files touched by this commit (276) |
Log message: use LIBCXX |
2016-04-22 02:45:25 by Stuart Henderson | Files touched by this commit (2) |
Log message: don't use -O4, from mmcc |
2015-06-01 01:51:22 by Jasper Lievisse Adriaanse | Files touched by this commit (10) |
Log message: Security fixes for CVE-2015-3885 |
2015-05-31 00:35:02 by Kirill Bychkov | Files touched by this commit (2) |
Log message: fix CVE-2015-3885 for embedded dcraw. reported by Sevan / Venture37 on ports@, thanks looks ok to kili@ |
2015-04-04 03:21:09 by Antoine Jacoutot | Files touched by this commit (301) |
Log message: Bump after the recent changes in packaging dbus and dconf. |
2011-04-17 09:11:57 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Depends on x11/gtk-engines2 instead of gtk2-clearlook, because that's where the clearlook engine is. |
2010-11-17 01:05:18 by Marc Espie | Files touched by this commit (317) |
Log message: new depends |
2010-10-11 02:14:43 by Jasper Lievisse Adriaanse | Files touched by this commit (37) |
Log message: - fix WANTLIB after cairo update. |
2010-07-12 02:58:50 by Stuart Henderson | Files touched by this commit (1) |
Log message: - sync WANTLIB (xcb-render{,-util}) and bump - move to new-style LIB_DEPENDS/REVISION |
2009-12-22 09:06:41 by Antoine Jacoutot | Files touched by this commit (34) |
Log message: Use @unexec-delete instead of @unexec for the *-update-* goos. prodded by espie@ discussed with espie@ sthen@ landry@ |
2009-08-10 00:31:45 by Matthias Kilian | Files touched by this commit (221) |
Log message: WANTLIB changes after xcb addition and bump. |
2009-05-28 13:12:50 by Stuart Henderson | Files touched by this commit (3) |
Log message: maintenance update to 1.2. |
2009-01-26 09:25:18 by Stuart Henderson | Files touched by this commit (2) |
Log message: handle update-desktop-database and bump. ok jasper |
2009-01-11 15:52:40 by Stuart Henderson | Files touched by this commit (1) |
Log message: tidy Makefile (Thomas Pfaff), better license marker. No package change. |
2009-01-11 13:39:41 by Stuart Henderson | Files touched by this commit (5) |
Log message: update to 1.1.1; adds support for EXIF, new cameras and bug fixes. |
2008-11-06 18:16:38 by Brad Smith | Files touched by this commit (1) |
Log message: Clean up dependencies a bit. rawstudio does not directly depend on Cairo. ok sthen@ |
2008-07-22 01:36:26 by Stuart Henderson | Files touched by this commit (2) |
Log message: Typo in DESCR, from undeadly comment. Bump PKGNAME. |