pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics Remove graphics/f-spot
details: https://anonhg.NetBSD.org/pkgsrc/rev/af268b5d9563
branches: trunk
changeset: 418584:af268b5d9563
user: nia <nia%pkgsrc.org@localhost>
date: Thu Nov 28 12:21:03 2019 +0000
description:
Remove graphics/f-spot
This package has not been building successfully for some time, and upstream
is dead.
diffstat:
graphics/Makefile | 3 +-
graphics/f-spot/DESCR | 23 -
graphics/f-spot/Makefile | 73 ---
graphics/f-spot/PLIST | 455 ------------------------
graphics/f-spot/distinfo | 12 -
graphics/f-spot/patches/patch-FlickrExport.cs | 45 --
graphics/f-spot/patches/patch-FlickrRemote.cs | 84 ----
graphics/f-spot/patches/patch-FolderTreeView.cs | 18 -
graphics/f-spot/patches/patch-GdkImageLoader.cs | 13 -
graphics/f-spot/patches/patch-GroupSelector.cs | 13 -
graphics/f-spot/patches/patch-Makefile_in | 15 -
11 files changed, 1 insertions(+), 753 deletions(-)
diffs (truncated from 808 to 300 lines):
diff -r bee81104c8f1 -r af268b5d9563 graphics/Makefile
--- a/graphics/Makefile Thu Nov 28 12:20:47 2019 +0000
+++ b/graphics/Makefile Thu Nov 28 12:21:03 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.866 2019/11/26 21:08:58 minskim Exp $
+# $NetBSD: Makefile,v 1.867 2019/11/28 12:21:03 nia Exp $
#
COMMENT= Graphics tools and libraries
@@ -119,7 +119,6 @@
SUBDIR+= exiftags
SUBDIR+= exiv2
SUBDIR+= extrema
-SUBDIR+= f-spot
SUBDIR+= faba-icon-theme
SUBDIR+= fbm
SUBDIR+= feh
diff -r bee81104c8f1 -r af268b5d9563 graphics/f-spot/DESCR
--- a/graphics/f-spot/DESCR Thu Nov 28 12:20:47 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-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.
diff -r bee81104c8f1 -r af268b5d9563 graphics/f-spot/Makefile
--- a/graphics/f-spot/Makefile Thu Nov 28 12:20:47 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,73 +0,0 @@
-# $NetBSD: Makefile,v 1.101 2019/07/21 22:24:57 wiz Exp $
-
-DISTNAME= f-spot-0.8.2
-PKGREVISION= 59
-CATEGORIES= graphics
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/f-spot/0.8/}
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://github.com/GNOME/f-spot
-COMMENT= Full-featured personal photo management application
-
-GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
-USE_TOOLS+= gmake intltool pkg-config bash:run msgfmt
-
-MAKE_JOBS_SAFE= no
-
-#.include "../../mk/bsd.prefs.mk"
-#.for platform in ${LP64PLATFORMS}
-#. if ${MACHINE_PLATFORM:M${platform}}
-#CONFIGURE_ENV+= EXTRACSDEFINES=-define:LONG_IS_64BITS
-#. endif
-#.endfor
-
-PKGCONFIG_OVERRIDE+= f-spot.pc.in
-
-REPLACE_BASH+= icon-theme-installer
-REPLACE_BASH+= src/Clients/MainApp/f-spot.in
-REPLACE_BASH+= tools/f-spot-import
-
-SUBST_CLASSES+= fix-x11
-SUBST_STAGE.fix-x11= pre-configure
-SUBST_MESSAGE.fix-x11= Fixing libX11 references
-SUBST_FILES.fix-x11= src/Core/FSpot.Utils/FSpot.Utils.dll.config.in
-SUBST_FILES.fix-x11+= src/Core/FSpot.Utils/FSpot.Utils.dll.config
-SUBST_FILES.fix-x11+= build/DllMapVerifier.cs
-SUBST_FILES.fix-x11+= lib/Hyena/build/DllMapVerifier.cs
-SUBST_SED.fix-x11= -e 's,libX11.so.6,${X11BASE}/lib/libX11.so,'
-
-SUBST_CLASSES+= fix-mcs
-SUBST_STAGE.fix-mcs= pre-configure
-SUBST_MESSAGE.fix-mcs= Fix compiler name
-SUBST_FILES.fix-mcs= configure
-SUBST_SED.fix-mcs= -e 's,gmcs,mcs,'
-
-GCONF_SCHEMAS= f-spot.schemas
-
-.include "../../devel/GConf/schemas.mk"
-.include "../../databases/sqlite3/buildlink3.mk"
-.include "../../devel/libgnome/buildlink3.mk"
-.include "../../devel/libgnomeui/buildlink3.mk"
-.include "../../devel/libgphoto2/buildlink3.mk"
-.include "../../graphics/MesaLib/buildlink3.mk"
-.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../mk/jpeg.buildlink3.mk"
-.include "../../graphics/flickrnet/buildlink3.mk"
-.include "../../graphics/lcms/buildlink3.mk"
-.include "../../graphics/libexif/buildlink3.mk"
-.include "../../lang/mono/buildlink3.mk"
-.include "../../devel/mono-addins/buildlink3.mk"
-.include "../../textproc/gnome-doc-utils/buildlink3.mk"
-.include "../../mk/omf-scrollkeeper.mk"
-.include "../../x11/gnome-sharp/buildlink3.mk"
-.include "../../x11/gnome-desktop-sharp/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
-.include "../../x11/gtk-sharp/buildlink3.mk"
-.include "../../x11/libunique/buildlink3.mk"
-.include "../../security/gnome-keyring-sharp/buildlink3.mk"
-.include "../../sysutils/ndesk-dbus/buildlink3.mk"
-.include "../../sysutils/ndesk-dbus-glib/buildlink3.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r bee81104c8f1 -r af268b5d9563 graphics/f-spot/PLIST
--- a/graphics/f-spot/PLIST Thu Nov 28 12:20:47 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,455 +0,0 @@
-@comment $NetBSD: PLIST,v 1.6 2015/05/23 10:33:01 kefren Exp $
-bin/f-spot
-bin/f-spot-import
-bin/f-spot-sqlite-upgrade
-lib/f-spot/Extensions/FSpot.Editors.BWEditor.dll
-lib/f-spot/Extensions/FSpot.Editors.BWEditor.dll.mdb
-lib/f-spot/Extensions/FSpot.Editors.BlackoutEditor.dll
-lib/f-spot/Extensions/FSpot.Editors.BlackoutEditor.dll.mdb
-lib/f-spot/Extensions/FSpot.Editors.FlipEditor.dll
-lib/f-spot/Extensions/FSpot.Editors.FlipEditor.dll.mdb
-lib/f-spot/Extensions/FSpot.Editors.PixelateEditor.dll
-lib/f-spot/Extensions/FSpot.Editors.PixelateEditor.dll.mdb
-lib/f-spot/Extensions/FSpot.Editors.ResizeEditor.dll
-lib/f-spot/Extensions/FSpot.Editors.ResizeEditor.dll.mdb
-lib/f-spot/Extensions/FSpot.Exporters.CD.dll
-lib/f-spot/Extensions/FSpot.Exporters.CD.dll.mdb
-lib/f-spot/Extensions/FSpot.Exporters.CoverTransition.dll
-lib/f-spot/Extensions/FSpot.Exporters.CoverTransition.dll.mdb
-lib/f-spot/Extensions/FSpot.Exporters.Facebook.dll
-lib/f-spot/Extensions/FSpot.Exporters.Facebook.dll.mdb
-lib/f-spot/Extensions/FSpot.Exporters.Flickr.dll
-lib/f-spot/Extensions/FSpot.Exporters.Flickr.dll.mdb
-lib/f-spot/Extensions/FSpot.Exporters.Folder.dll
-lib/f-spot/Extensions/FSpot.Exporters.Folder.dll.mdb
-lib/f-spot/Extensions/FSpot.Exporters.Gallery.dll
-lib/f-spot/Extensions/FSpot.Exporters.Gallery.dll.mdb
-lib/f-spot/Extensions/FSpot.Exporters.PicasaWeb.dll
-lib/f-spot/Extensions/FSpot.Exporters.PicasaWeb.dll.mdb
-lib/f-spot/Extensions/FSpot.Exporters.SmugMug.dll
-lib/f-spot/Extensions/FSpot.Exporters.SmugMug.dll.mdb
-lib/f-spot/Extensions/FSpot.Exporters.Tabblo.dll
-lib/f-spot/Extensions/FSpot.Exporters.Tabblo.dll.mdb
-lib/f-spot/Extensions/FSpot.Exporters.Zip.dll
-lib/f-spot/Extensions/FSpot.Exporters.Zip.dll.mdb
-lib/f-spot/Extensions/FSpot.Tools.ChangePhotoPath.dll
-lib/f-spot/Extensions/FSpot.Tools.ChangePhotoPath.dll.mdb
-lib/f-spot/Extensions/FSpot.Tools.DevelopInUFRaw.dll
-lib/f-spot/Extensions/FSpot.Tools.DevelopInUFRaw.dll.mdb
-lib/f-spot/Extensions/FSpot.Tools.LiveWebGallery.dll
-lib/f-spot/Extensions/FSpot.Tools.LiveWebGallery.dll.mdb
-lib/f-spot/Extensions/FSpot.Tools.MergeDb.dll
-lib/f-spot/Extensions/FSpot.Tools.MergeDb.dll.mdb
-lib/f-spot/Extensions/FSpot.Tools.RawPlusJpeg.dll
-lib/f-spot/Extensions/FSpot.Tools.RawPlusJpeg.dll.mdb
-lib/f-spot/Extensions/FSpot.Tools.RetroactiveRoll.dll
-lib/f-spot/Extensions/FSpot.Tools.RetroactiveRoll.dll.mdb
-lib/f-spot/Extensions/FSpot.Tools.ScreensaverConfig.dll
-lib/f-spot/Extensions/FSpot.Tools.ScreensaverConfig.dll.mdb
-lib/f-spot/Extensions/Mono.Google.dll
-lib/f-spot/Extensions/Mono.Google.dll.mdb
-lib/f-spot/Extensions/Mono.Tabblo.dll
-lib/f-spot/Extensions/Mono.Tabblo.dll.mdb
-lib/f-spot/Extensions/SmugMugNet.dll
-lib/f-spot/Extensions/SmugMugNet.dll.mdb
-lib/f-spot/FSpot.Bling.dll
-lib/f-spot/FSpot.Bling.dll.mdb
-lib/f-spot/FSpot.Cms.dll
-lib/f-spot/FSpot.Cms.dll.config
-lib/f-spot/FSpot.Cms.dll.mdb
-lib/f-spot/FSpot.Core.addins
-lib/f-spot/FSpot.Core.dll
-lib/f-spot/FSpot.Core.dll.config
-lib/f-spot/FSpot.Core.dll.mdb
-lib/f-spot/FSpot.Gui.dll
-lib/f-spot/FSpot.Gui.dll.config
-lib/f-spot/FSpot.Gui.dll.mdb
-lib/f-spot/FSpot.JobScheduler.dll
-lib/f-spot/FSpot.JobScheduler.dll.mdb
-lib/f-spot/FSpot.Platform.dll
-lib/f-spot/FSpot.Platform.dll.mdb
-lib/f-spot/FSpot.Query.dll
-lib/f-spot/FSpot.Query.dll.mdb
-lib/f-spot/FSpot.Utils.dll
-lib/f-spot/FSpot.Utils.dll.config
-lib/f-spot/FSpot.Utils.dll.mdb
-lib/f-spot/Hyena.Data.Sqlite.dll
-lib/f-spot/Hyena.Data.Sqlite.dll.mdb
-lib/f-spot/Hyena.Gui.dll
-lib/f-spot/Hyena.Gui.dll.config
-lib/f-spot/Hyena.Gui.dll.mdb
-lib/f-spot/Hyena.dll
-lib/f-spot/Hyena.dll.config
-lib/f-spot/Hyena.dll.mdb
-lib/f-spot/TagLib.dll
-lib/f-spot/TagLib.dll.mdb
-lib/f-spot/f-spot.exe
-lib/f-spot/f-spot.exe.config
-lib/f-spot/f-spot.exe.mdb
-lib/f-spot/gio-sharp.dll
-lib/f-spot/gio-sharp.dll.config
-lib/f-spot/gkeyfile-sharp.dll
-lib/f-spot/gtk-sharp-beans.dll
-lib/f-spot/gtk-sharp-beans.dll.config
-lib/f-spot/libfspot.la
-lib/f-spot/unique-sharp.dll
-lib/f-spot/unique-sharp.dll.config
-lib/pkgconfig/f-spot.pc
-libexec/gnome-screensaver/f-spot-screensaver
-share/applications/f-spot-import.desktop
-share/applications/f-spot-view.desktop
-share/applications/f-spot.desktop
-share/applications/screensavers/f-spot-screensaver.desktop
-share/f-spot/icons/hicolor/16x16/actions/adjust-colors.png
-share/f-spot/icons/hicolor/16x16/actions/align-horizon.png
-share/f-spot/icons/hicolor/16x16/actions/autocolor.png
-share/f-spot/icons/hicolor/16x16/actions/color-desaturate.png
-share/f-spot/icons/hicolor/16x16/actions/color-sepia.png
-share/f-spot/icons/hicolor/16x16/actions/crop.png
-share/f-spot/icons/hicolor/16x16/actions/filter-soft-focus.png
-share/f-spot/icons/hicolor/16x16/actions/object-rotate-left.png
-share/f-spot/icons/hicolor/16x16/actions/object-rotate-right.png
-share/f-spot/icons/hicolor/16x16/actions/rating-blank.png
-share/f-spot/icons/hicolor/16x16/actions/rating-rated-gray.png
-share/f-spot/icons/hicolor/16x16/actions/rating-rated.png
-share/f-spot/icons/hicolor/16x16/actions/red-eye-remove.png
-share/f-spot/icons/hicolor/16x16/actions/tag-new.png
-share/f-spot/icons/hicolor/16x16/actions/tag.png
-share/f-spot/icons/hicolor/16x16/actions/view-far.png
-share/f-spot/icons/hicolor/16x16/actions/view-fullscreen.png
-share/f-spot/icons/hicolor/16x16/actions/view-near.png
-share/f-spot/icons/hicolor/16x16/actions/view-restore.png
-share/f-spot/icons/hicolor/16x16/devices/camera-photo.png
-share/f-spot/icons/hicolor/16x16/emblems/emblem-event.png
-share/f-spot/icons/hicolor/16x16/emblems/emblem-people.png
-share/f-spot/icons/hicolor/16x16/emblems/emblem-places.png
-share/f-spot/icons/hicolor/16x16/emblems/emblem-readonly.png
-share/f-spot/icons/hicolor/16x16/places/film-roll.png
-share/f-spot/icons/hicolor/16x16/status/mode-browse.png
-share/f-spot/icons/hicolor/16x16/status/mode-image-edit.png
-share/f-spot/icons/hicolor/22x22/actions/adjust-colors.png
-share/f-spot/icons/hicolor/22x22/actions/align-horizon.png
-share/f-spot/icons/hicolor/22x22/actions/autocolor.png
-share/f-spot/icons/hicolor/22x22/actions/color-desaturate.png
-share/f-spot/icons/hicolor/22x22/actions/color-sepia.png
-share/f-spot/icons/hicolor/22x22/actions/crop.png
-share/f-spot/icons/hicolor/22x22/actions/filter-soft-focus.png
-share/f-spot/icons/hicolor/22x22/actions/object-rotate-left.png
-share/f-spot/icons/hicolor/22x22/actions/object-rotate-right.png
-share/f-spot/icons/hicolor/22x22/actions/red-eye-remove.png
-share/f-spot/icons/hicolor/22x22/actions/tag-new.png
-share/f-spot/icons/hicolor/22x22/actions/tag.png
-share/f-spot/icons/hicolor/22x22/actions/view-far.png
-share/f-spot/icons/hicolor/22x22/actions/view-fullscreen.png
-share/f-spot/icons/hicolor/22x22/actions/view-near.png
-share/f-spot/icons/hicolor/22x22/actions/view-restore.png
-share/f-spot/icons/hicolor/22x22/devices/camera-photo.png
-share/f-spot/icons/hicolor/22x22/emblems/emblem-event.png
-share/f-spot/icons/hicolor/22x22/emblems/emblem-people.png
-share/f-spot/icons/hicolor/22x22/emblems/emblem-places.png
-share/f-spot/icons/hicolor/22x22/emblems/emblem-readonly.png
-share/f-spot/icons/hicolor/22x22/places/film-roll.png
-share/f-spot/icons/hicolor/22x22/status/mode-browse.png
-share/f-spot/icons/hicolor/22x22/status/mode-image-edit.png
-share/f-spot/icons/hicolor/24x24/actions/adjust-colors.png
-share/f-spot/icons/hicolor/24x24/actions/align-horizon.png
-share/f-spot/icons/hicolor/24x24/actions/autocolor.png
-share/f-spot/icons/hicolor/24x24/actions/color-desaturate.png
-share/f-spot/icons/hicolor/24x24/actions/filter-soft-focus.png
-share/f-spot/icons/hicolor/24x24/actions/object-rotate-left.png
-share/f-spot/icons/hicolor/24x24/actions/object-rotate-right.png
-share/f-spot/icons/hicolor/24x24/actions/red-eye-remove.png
-share/f-spot/icons/hicolor/24x24/actions/tag-new.png
-share/f-spot/icons/hicolor/24x24/actions/view-far.png
-share/f-spot/icons/hicolor/24x24/actions/view-fullscreen.png
-share/f-spot/icons/hicolor/24x24/actions/view-near.png
-share/f-spot/icons/hicolor/24x24/actions/view-restore.png
-share/f-spot/icons/hicolor/24x24/devices/camera-photo.png
-share/f-spot/icons/hicolor/24x24/emblems/emblem-event.png
-share/f-spot/icons/hicolor/24x24/emblems/emblem-people.png
-share/f-spot/icons/hicolor/24x24/emblems/emblem-places.png
-share/f-spot/icons/hicolor/24x24/emblems/emblem-readonly.png
-share/f-spot/icons/hicolor/24x24/places/film-roll.png
-share/f-spot/icons/hicolor/24x24/status/mode-browse.png
-share/f-spot/icons/hicolor/24x24/status/mode-image-edit.png
-share/f-spot/icons/hicolor/32x32/actions/object-rotate-left.png
Home |
Main Index |
Thread Index |
Old Index