summaryrefslogtreecommitdiff
path: root/graphics/f-spot
AgeCommit message (Collapse)AuthorFilesLines
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-07-21recursive bump from gnome-vfs drop crypto dependency.obache1-2/+2
2011-06-10recursive bump from textproc/icu shlib major bump.obache1-2/+2
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-12-23Mechanically replace references to graphics/jpeg with the suitabledsainty1-2/+2
alternative from mk/jpeg.buildlink3.mk This allows selection of an alternative jpeg library (namely the x86 MMX, SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and follows the current standard model for alternatives (fam, motif, fuse etc). The mechanical edits were applied via the following script: #!/bin/sh for d in */*; do [ -d "$d" ] || continue for i in "$d/"Makefile* "$d/"*.mk; do case "$i" in *.orig|*"*"*) continue;; esac out="$d/x" sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \ -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \ < "$i" > "$out" if cmp -s "$i" "$out"; then rm -f "$out" else echo "Edited $i" mv -f "$i" "$i.orig" && mv "$out" "$i" fi done done
2010-11-18Bump ABI_DEPNDS of gtkhtml314 and recursive bump from libgtkhtml shlib name ↵obache1-2/+2
changed.
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs1-2/+2
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz1-2/+2
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-1/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-05-17update to 0.6.2drochner6-69/+67
changes: fixes, cleanup, translation updates
2010-04-22Fix libX11 runtime referencekefren1-1/+8
2010-02-16fix some C-long vs. C#-long mismatches (on 32-bit systems) indrochner5-3/+110
libgphoto glue code, makes photo import directly from the camera work better for me
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz1-2/+2
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-2/+2
2009-12-15Recursive bump for libltdljoerg1-1/+2
2009-11-13update to 0.6.1.5drochner2-6/+6
changes: minor bugfixes
2009-10-30update to 0.6.1.4drochner2-6/+6
changes: -bugfixes -translation updates
2009-10-24update to 0.6.1.3drochner3-7/+8
changes: bugfixes
2009-09-09update to 0.6.1.1drochner3-21/+60
changes: -new viewer widget -new widget showing folders organisation -new Preference dialog -code cleanup -bugfixes -translation updates -load .pcx files
2009-08-29Mark as destdir-ready.wiz1-1/+3
2009-08-26bump revision because of graphics/jpeg updatesno1-2/+2
2009-08-12recursive bump for icu shlib version change except already done.obache1-2/+2
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-06-14Remove @dirrm entries from PLISTsjoerg1-70/+1
2009-06-11Bump PKGREVISION for vte-0.20.5.wiz1-2/+2
2009-05-04Need msgfmt.hasso1-2/+2
2009-03-25Bump PKGREVISION following the update of textproc/icu, and thehe1-1/+2
corresponding change of ABI. OK'ed by wiz@ (as was the textproc/icu update).
2009-03-19pull in libjpeg explicitely (used to be through libgphoto)drochner1-1/+2
2009-03-08Use mk/omf-scrollkeeper.mk instead of textproc/rarian/omf.mk.wiz1-2/+2
2009-01-04Move scrollkeeper/omf.mk to rarian/omf.mk.wiz1-2/+2
scrollkeeper is nowadays included in rarian, so the omf.mk file should be there as well. Adapt all references.
2008-11-30Initial import of f-spot-0.5.0.3, packaged in wip by me with lots ofwiz4-0/+459
help from Mihai Chelaru (kefren): F-Spot supports 16 common files types, including JPEG, GIF, TIFF, RAW, and others. It can import your photos from your hard drive, camera (including PTP type), or iPod. Photos can be tagged for searching and grouping, and the timeline gives quick sense of temporal location, and quantity of photos taken. F-Spot can view and export EXIF and XMP metadata in your images. Other features include fullscreen and slideshow modes. Editing photos in F-Spot is a breeze. Easily rotate, crop, resize, and adjust red eye and other color settings with a few simple clicks. Versioning ensures your originals are never altered. Enter descriptions of photos that are saved in the actual file so other people and programs will be able to see them, whether they use F-Spot or not. F-Spot allows for quick and precise color adjustments, including brightness, contrast, hue, saturation, and temperature.