diff options
author | rene <rene@FreeBSD.org> | 2013-05-20 23:03:18 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-05-20 23:03:18 +0800 |
commit | a46caf7470a161465c10051bb946d94dcfb192c6 (patch) | |
tree | e756127e701c9a12b5b468144626c4d87bc6c20c /emulators/fuse-utils | |
parent | 7dc8b0ae9c13a7dc3bff4a18624f7d51d4bed34a (diff) | |
download | freebsd-ports-gnome-a46caf7470a161465c10051bb946d94dcfb192c6.tar.gz freebsd-ports-gnome-a46caf7470a161465c10051bb946d94dcfb192c6.tar.zst freebsd-ports-gnome-a46caf7470a161465c10051bb946d94dcfb192c6.zip |
Update libspectrum, fuse, and fuse-utils to 1.1.0
Highlights:
* fuse-utils:
- new tool fmfconv to convert movies recorded with fuse
* fuse:
- new ROMs Speccyboot 1.4 and DISCiPLE
- drop ROMs without clear redistribution rights
(128p, 256s, Gluck, IF1, Opus, TrDOS)
- support PZX and POK files
- GTK+ 3 compatibility
Diffstat (limited to 'emulators/fuse-utils')
-rw-r--r-- | emulators/fuse-utils/Makefile | 28 | ||||
-rw-r--r-- | emulators/fuse-utils/distinfo | 4 | ||||
-rw-r--r-- | emulators/fuse-utils/pkg-plist | 5 |
3 files changed, 24 insertions, 13 deletions
diff --git a/emulators/fuse-utils/Makefile b/emulators/fuse-utils/Makefile index af2e6f0c019e..b6a1085370df 100644 --- a/emulators/fuse-utils/Makefile +++ b/emulators/fuse-utils/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fuse-utils -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.0 CATEGORIES= emulators MASTER_SITES= SF/fuse-emulator/${PORTNAME}/${PORTVERSION} @@ -20,25 +20,35 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libspectrum-prefix=${LOCALBASE} \ --with-local-prefix=${LOCALBASE} -MAN1= createhdf.1 fuse-utils.1 listbasic.1 raw2hdf.1 rzxcheck.1 rzxdump.1 rzxtool.1 scl2trd.1 snap2tzx.1 snapconv.1 tapeconv.1 tzxlist.1 profile2map.1 +MAN1= createhdf.1 fmfconv.1 fuse-utils.1 listbasic.1 raw2hdf.1 rzxcheck.1 \ + rzxdump.1 rzxtool.1 scl2trd.1 snap2tzx.1 snapconv.1 tapeconv.1 \ + tzxlist.1 profile2map.1 -OPTIONS_DEFINE= AUDIOFILE DOCS +OPTIONS_DEFINE= AUDIOTOOLS DOCS +OPTIONS_DEFAULT= AUDIOTOOLS -AUDIOFILE_DESC= Build audio <-> tape utilities - -OPTIONS_DEFAULT= AUDIOFILE +AUDIOTOOLS_DESC= Build audio <-> tape utilities .include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MAUDIOFILE} +.if ${PORT_OPTIONS:MAUDIOTOOLS} +CONFIGURE_ARGS+=--with-audiofile LIB_DEPENDS+= audiofile:${PORTSDIR}/audio/libaudiofile -PLIST_SUB= AUDIOFILE="" +PLIST_SUB= AUDIOTOOLS="" MAN1+= audio2tape.1 tape2wav.1 .else CONFIGURE_ARGS+=--without-audiofile -PLIST_SUB= AUDIOFILE="@comment " +PLIST_SUB= AUDIOTOOLS="@comment " .endif +# FIXME no way to specify ffmpeg1 paths to configure script +#.if ${PORT_OPTIONS:MFFMPEG} +#LIB_DEPENDS+= avformat1:${PORTSDIR}/multimedia/ffmpeg1 +#CONFIGURE_ARGS+=--with-ffmpeg +#.else +CONFIGURE_ARGS+=--without-ffmpeg +#.endif + .if ${PORT_OPTIONS:MDOCS} post-install: @${MKDIR} ${DOCSDIR} diff --git a/emulators/fuse-utils/distinfo b/emulators/fuse-utils/distinfo index f0f90e2ff874..08aeef1a4ada 100644 --- a/emulators/fuse-utils/distinfo +++ b/emulators/fuse-utils/distinfo @@ -1,2 +1,2 @@ -SHA256 (fuse-utils-1.0.0.tar.gz) = 39f110d9760b84ecd23ab4a7ad777db6480b470f1c6435889a125abb302de104 -SIZE (fuse-utils-1.0.0.tar.gz) = 415310 +SHA256 (fuse-utils-1.1.0.tar.gz) = 750d6d8d7f78365bb98e91c3e41c7f85c4963218f2d5f5ce85803f4321e3fa5e +SIZE (fuse-utils-1.1.0.tar.gz) = 500840 diff --git a/emulators/fuse-utils/pkg-plist b/emulators/fuse-utils/pkg-plist index 6c433cad6035..ff86106edc17 100644 --- a/emulators/fuse-utils/pkg-plist +++ b/emulators/fuse-utils/pkg-plist @@ -1,5 +1,6 @@ -%%AUDIOFILE%%bin/audio2tape +%%AUDIOTOOLS%%bin/audio2tape bin/createhdf +bin/fmfconv bin/listbasic bin/profile2map bin/raw2hdf @@ -9,7 +10,7 @@ bin/rzxtool bin/scl2trd bin/snap2tzx bin/snapconv -%%AUDIOFILE%%bin/tape2wav +%%AUDIOTOOLS%%bin/tape2wav bin/tapeconv bin/tzxlist %%PORTDOCS%%%%DOCSDIR%%/AUTHORS |