diff options
author | adam <adam@pkgsrc.org> | 2017-05-26 19:37:21 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-05-26 19:37:21 +0000 |
commit | ba695faa15fa680693efac590a91ff99b8df70d8 (patch) | |
tree | 40f825f255921f68d73023fbbe00043c3b4231da | |
parent | 06045c7b74936fef48b87845141455d611bbd37f (diff) | |
download | pkgsrc-ba695faa15fa680693efac590a91ff99b8df70d8.tar.gz |
Version 1.3.1:
* Fix metadata in AVI files and standardise in other formats
* fmfconv: Return proper exit codes from utility
-rw-r--r-- | emulators/fuse-emulator-utils/Makefile | 14 | ||||
-rw-r--r-- | emulators/fuse-emulator-utils/PLIST | 4 | ||||
-rw-r--r-- | emulators/fuse-emulator-utils/distinfo | 10 |
3 files changed, 13 insertions, 15 deletions
diff --git a/emulators/fuse-emulator-utils/Makefile b/emulators/fuse-emulator-utils/Makefile index f1f0eda7e9a..3d381c2fa9e 100644 --- a/emulators/fuse-emulator-utils/Makefile +++ b/emulators/fuse-emulator-utils/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2016/01/17 20:46:54 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2017/05/26 19:37:21 adam Exp $ -DISTNAME= fuse-utils-1.1.1 +DISTNAME= fuse-utils-1.3.1 PKGNAME= ${DISTNAME:S/fuse/fuse-emulator/} -PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/} @@ -14,13 +13,10 @@ LICENSE= gnu-gpl-v2 USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config GNU_CONFIGURE= yes -CONFIGURE_ENV+= ac_cv_path_AUDIOFILE_CONFIG="pkg-config audiofile" +#CONFIGURE_ENV+= ac_cv_path_AUDIOFILE_CONFIG="pkg-config audiofile" -LIBS+= -lgcrypt -LIBS+= -lgpg-error +#LIBS+= -lgcrypt +#LIBS+= -lgpg-error -.include "../../audio/libaudiofile/buildlink3.mk" .include "../../emulators/libspectrum/buildlink3.mk" -.include "../../security/libgcrypt/buildlink3.mk" -.include "../../security/libgpg-error/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/emulators/fuse-emulator-utils/PLIST b/emulators/fuse-emulator-utils/PLIST index 9046f575e25..f60dc243bb2 100644 --- a/emulators/fuse-emulator-utils/PLIST +++ b/emulators/fuse-emulator-utils/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/01/17 20:46:54 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2017/05/26 19:37:21 adam Exp $ bin/audio2tape bin/createhdf bin/fmfconv @@ -11,6 +11,7 @@ bin/rzxtool bin/scl2trd bin/snap2tzx bin/snapconv +bin/tape2pulses bin/tape2wav bin/tapeconv bin/tzxlist @@ -27,6 +28,7 @@ man/man1/rzxtool.1 man/man1/scl2trd.1 man/man1/snap2tzx.1 man/man1/snapconv.1 +man/man1/tape2pulses.1 man/man1/tape2wav.1 man/man1/tapeconv.1 man/man1/tzxlist.1 diff --git a/emulators/fuse-emulator-utils/distinfo b/emulators/fuse-emulator-utils/distinfo index 0238e812c31..86216d5cc99 100644 --- a/emulators/fuse-emulator-utils/distinfo +++ b/emulators/fuse-emulator-utils/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.1 2016/01/17 20:46:54 wiz Exp $ +$NetBSD: distinfo,v 1.2 2017/05/26 19:37:21 adam Exp $ -SHA1 (fuse-utils-1.1.1.tar.gz) = 373132e76f2788c344dd0e1f9a9b898e823fdff1 -RMD160 (fuse-utils-1.1.1.tar.gz) = 4fb73c52efe95256c9266c36a7cee06550a49f26 -SHA512 (fuse-utils-1.1.1.tar.gz) = 67a9cc6af97f213a43b5e557dfe800f823e914faae99d7c5b2ddfc52656ab89bac737df644b9aa32ac009bdc0740d2064ccc6de2643ecba9141787245f9657f9 -Size (fuse-utils-1.1.1.tar.gz) = 505766 bytes +SHA1 (fuse-utils-1.3.1.tar.gz) = 760b650b47d08a15da8e571fc7c07be1553e8018 +RMD160 (fuse-utils-1.3.1.tar.gz) = 67da7c5fba2683689f8753b82ccc5120dbedf26f +SHA512 (fuse-utils-1.3.1.tar.gz) = c5564ad0d07c436670c687790e58c3f781d9838070991adfbde2b7d3a92e9e3a43a482a999e1b75b055fea8b2803aa0fe344e0c2610f92631ad92765864e6b84 +Size (fuse-utils-1.3.1.tar.gz) = 488461 bytes SHA1 (patch-configure) = bfcc95f0a558f0d10037c9ac125021171f641b67 |