Date: Sat, 11 Jun 2016 22:02:29 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416760 - in head/emulators: fuse fuse-utils fuse/files libspectrum Message-ID: <201606112202.u5BM2TKi045050@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Sat Jun 11 22:02:29 2016 New Revision: 416760 URL: https://svnweb.freebsd.org/changeset/ports/416760 Log: Update the Spectrum Fuse ports to version 1.2.0 - Always include libaudiofile support, it was ON in fuse-utils but OFF in libspectrum - Bump version of libspectrum.so to 8.2.0 - New ulitity tape2pulses - Add missing LIB_DEPENDS / USES / USE_* [1] - Remove upstreamed patch - Pet portlint Reported by: poudriere [1] Deleted: head/emulators/fuse/files/patch-sound__aosound.c Modified: head/emulators/fuse-utils/Makefile head/emulators/fuse-utils/distinfo head/emulators/fuse-utils/pkg-plist head/emulators/fuse/Makefile head/emulators/fuse/distinfo head/emulators/libspectrum/Makefile head/emulators/libspectrum/distinfo head/emulators/libspectrum/pkg-plist Modified: head/emulators/fuse-utils/Makefile ============================================================================== --- head/emulators/fuse-utils/Makefile Sat Jun 11 21:59:56 2016 (r416759) +++ head/emulators/fuse-utils/Makefile Sat Jun 11 22:02:29 2016 (r416760) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= fuse-utils -PORTVERSION= 1.1.1 -PORTREVISION= 3 +PORTVERSION= 1.2.0 CATEGORIES= emulators MASTER_SITES= SF/fuse-emulator/${PORTNAME}/${PORTVERSION} @@ -13,23 +12,17 @@ COMMENT= Utilities from the Free Unix Sp LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= pkgconfig +LIB_DEPENDS= libaudiofile.so:audio/libaudiofile \ + libgcrypt.so:security/libgcrypt \ + libspectrum.so:emulators/libspectrum + +USES= gettext iconv pkgconfig +USE_GNOME= glib20 -LIB_DEPENDS= libspectrum.so:emulators/libspectrum GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libspectrum-prefix=${LOCALBASE} \ --with-local-prefix=${LOCALBASE} -OPTIONS_DEFINE= AUDIOTOOLS DOCS -OPTIONS_DEFAULT= AUDIOTOOLS - -AUDIOTOOLS_DESC= Build audio <-> tape utilities - -OPTIONS_SUB= yes - -AUDIOTOOLS_CONFIGURE_WITH= audiofile -AUDIOTOOLS_LIB_DEPENDS= libaudiofile.so:audio/libaudiofile - # FIXME no way to specify ffmpeg1 paths to configure script #FFMPEG_LIB_DEPENDS= libavformat1.so:multimedia/ffmpeg1 #FFMPEG_CONFIGURE_WITH= ffmpeg Modified: head/emulators/fuse-utils/distinfo ============================================================================== --- head/emulators/fuse-utils/distinfo Sat Jun 11 21:59:56 2016 (r416759) +++ head/emulators/fuse-utils/distinfo Sat Jun 11 22:02:29 2016 (r416760) @@ -1,2 +1,3 @@ -SHA256 (fuse-utils-1.1.1.tar.gz) = 7c36c0b42805661a06c21aede3461ffc8ccdb5ce56fe232875bf86e79f77c93c -SIZE (fuse-utils-1.1.1.tar.gz) = 505766 +TIMESTAMP = 1465508963 +SHA256 (fuse-utils-1.2.0.tar.gz) = 0a8d20d9c2a90619ab8e82dc33a5e91424c64a558728369dd9009435da1ef8be +SIZE (fuse-utils-1.2.0.tar.gz) = 499785 Modified: head/emulators/fuse-utils/pkg-plist ============================================================================== --- head/emulators/fuse-utils/pkg-plist Sat Jun 11 21:59:56 2016 (r416759) +++ head/emulators/fuse-utils/pkg-plist Sat Jun 11 22:02:29 2016 (r416760) @@ -1,4 +1,4 @@ -%%AUDIOTOOLS%%bin/audio2tape +bin/audio2tape bin/createhdf bin/fmfconv bin/listbasic @@ -10,7 +10,8 @@ bin/rzxtool bin/scl2trd bin/snap2tzx bin/snapconv -%%AUDIOTOOLS%%bin/tape2wav +bin/tape2pulses +bin/tape2wav bin/tapeconv bin/tzxlist man/man1/createhdf.1.gz @@ -27,8 +28,9 @@ man/man1/snapconv.1.gz man/man1/tapeconv.1.gz man/man1/tzxlist.1.gz man/man1/profile2map.1.gz -%%AUDIOTOOLS%%man/man1/audio2tape.1.gz -%%AUDIOTOOLS%%man/man1/tape2wav.1.gz +man/man1/audio2tape.1.gz +man/man1/tape2pulses.1.gz +man/man1/tape2wav.1.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/README Modified: head/emulators/fuse/Makefile ============================================================================== --- head/emulators/fuse/Makefile Sat Jun 11 21:59:56 2016 (r416759) +++ head/emulators/fuse/Makefile Sat Jun 11 22:02:29 2016 (r416760) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= fuse -PORTVERSION= 1.1.1 -PORTREVISION= 9 +PORTVERSION= 1.2.0 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}-emulator/${PORTNAME}/${PORTVERSION} @@ -12,13 +11,16 @@ COMMENT= Free Unix (Sinclair ZX-)Spectru LICENSE= GPLv2 -LIB_DEPENDS= libspectrum.so:emulators/libspectrum \ +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ + libgcrypt.so:security/libgcrypt \ libpng.so:graphics/png \ - libgcrypt.so:security/libgcrypt + libspectrum.so:emulators/libspectrum GNU_CONFIGURE= yes -USES= gmake localbase pkgconfig -USE_GNOME= libxml2 glib20 +USES= gettext gmake localbase pkgconfig +USE_GNOME= cairo libxml2 glib20 +USE_XORG= x11 CONFIGURE_ARGS+=--without-alsa --without-joystick @@ -57,6 +59,7 @@ INSTALLS_ICONS= yes post-extract: ${CP} ${WRKSRC}/roms/README.copyright ${WRKSRC} + post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} Modified: head/emulators/fuse/distinfo ============================================================================== --- head/emulators/fuse/distinfo Sat Jun 11 21:59:56 2016 (r416759) +++ head/emulators/fuse/distinfo Sat Jun 11 22:02:29 2016 (r416760) @@ -1,2 +1,3 @@ -SHA256 (fuse-1.1.1.tar.gz) = a857d4bd62e01d18429897467508af15624cbaf343caed8b9ba1ab3a8879444e -SIZE (fuse-1.1.1.tar.gz) = 1881332 +TIMESTAMP = 1465509349 +SHA256 (fuse-1.2.0.tar.gz) = 72621b23c31c69a31e97b698761c4a21a209b23f4d53f8b441291c14f6811acb +SIZE (fuse-1.2.0.tar.gz) = 1622829 Modified: head/emulators/libspectrum/Makefile ============================================================================== --- head/emulators/libspectrum/Makefile Sat Jun 11 21:59:56 2016 (r416759) +++ head/emulators/libspectrum/Makefile Sat Jun 11 22:02:29 2016 (r416760) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libspectrum -PORTVERSION= 1.1.1 -PORTREVISION= 4 +PORTVERSION= 1.2.0 CATEGORIES= emulators devel MASTER_SITES= SF/fuse-emulator/${PORTNAME}/${PORTVERSION} @@ -12,18 +11,13 @@ COMMENT= Handling of ZX-Spectrum emulato LICENSE= GPLv2 -LIB_DEPENDS= libgcrypt.so:security/libgcrypt +LIB_DEPENDS= libaudiofile.so:audio/libaudiofile \ + libgcrypt.so:security/libgcrypt GNU_CONFIGURE= yes USE_GNOME= glib20 USE_LDCONFIG= yes -USES= gmake pkgconfig libtool - -OPTIONS_DEFINE= AUDIOFILE DOCS -AUDIOFILE_DESC= Support loading from .wav files - -AUDIOFILE_LIB_DEPENDS= libaudiofile.so:audio/libaudiofile -AUDIOFILE_CONFIGURE_OFF= --without-libaudiofile +USES= gettext gmake libtool pkgconfig INSTALL_TARGET= install-strip Modified: head/emulators/libspectrum/distinfo ============================================================================== --- head/emulators/libspectrum/distinfo Sat Jun 11 21:59:56 2016 (r416759) +++ head/emulators/libspectrum/distinfo Sat Jun 11 22:02:29 2016 (r416760) @@ -1,2 +1,3 @@ -SHA256 (libspectrum-1.1.1.tar.gz) = 178d3607af2109b6b8dafac4f91912745b9f3c087319945c3a886bb7fe7989d5 -SIZE (libspectrum-1.1.1.tar.gz) = 502942 +TIMESTAMP = 1465507428 +SHA256 (libspectrum-1.2.0.tar.gz) = 5d08c624b181b18e708ca82183cae2162a9476dd524c421fbac52fe5ffba1e7a +SIZE (libspectrum-1.2.0.tar.gz) = 509689 Modified: head/emulators/libspectrum/pkg-plist ============================================================================== --- head/emulators/libspectrum/pkg-plist Sat Jun 11 21:59:56 2016 (r416759) +++ head/emulators/libspectrum/pkg-plist Sat Jun 11 22:02:29 2016 (r416760) @@ -2,7 +2,7 @@ include/libspectrum.h lib/libspectrum.a lib/libspectrum.so lib/libspectrum.so.8 -lib/libspectrum.so.8.1.0 +lib/libspectrum.so.8.2.0 man/man3/libspectrum.3.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606112202.u5BM2TKi045050>