pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/emulators/fuse-emulator-utils



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri May 26 19:37:21 UTC 2017

Modified Files:
        pkgsrc/emulators/fuse-emulator-utils: Makefile PLIST distinfo

Log Message:
Version 1.3.1:
* Fix metadata in AVI files and standardise in other formats
* fmfconv: Return proper exit codes from utility


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/emulators/fuse-emulator-utils/Makefile \
    pkgsrc/emulators/fuse-emulator-utils/PLIST \
    pkgsrc/emulators/fuse-emulator-utils/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/fuse-emulator-utils/Makefile
diff -u pkgsrc/emulators/fuse-emulator-utils/Makefile:1.1 pkgsrc/emulators/fuse-emulator-utils/Makefile:1.2
--- pkgsrc/emulators/fuse-emulator-utils/Makefile:1.1   Sun Jan 17 20:46:54 2016
+++ pkgsrc/emulators/fuse-emulator-utils/Makefile       Fri May 26 19:37:21 2017
@@ -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"
Index: pkgsrc/emulators/fuse-emulator-utils/PLIST
diff -u pkgsrc/emulators/fuse-emulator-utils/PLIST:1.1 pkgsrc/emulators/fuse-emulator-utils/PLIST:1.2
--- pkgsrc/emulators/fuse-emulator-utils/PLIST:1.1      Sun Jan 17 20:46:54 2016
+++ pkgsrc/emulators/fuse-emulator-utils/PLIST  Fri May 26 19:37:21 2017
@@ -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
Index: pkgsrc/emulators/fuse-emulator-utils/distinfo
diff -u pkgsrc/emulators/fuse-emulator-utils/distinfo:1.1 pkgsrc/emulators/fuse-emulator-utils/distinfo:1.2
--- pkgsrc/emulators/fuse-emulator-utils/distinfo:1.1   Sun Jan 17 20:46:54 2016
+++ pkgsrc/emulators/fuse-emulator-utils/distinfo       Fri May 26 19:37:21 2017
@@ -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



Home | Main Index | Thread Index | Old Index