pkgsrc-WIP-changes archive

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

librem: update to librem-0.5.2



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Sun Feb 18 11:37:18 2018 +0200
Changeset:	e6d19bb786e84c43a3a9dff2fb298a65ac7d0a22

Modified Files:
	librem/Makefile
	librem/PLIST
	librem/distinfo

Log Message:
librem: update to librem-0.5.2

2017-09-23 Alfred E. Heggestad <alfred.heggestad%gmail.com@localhost>

	* Version 0.5.2

	* Project URL: https://github.com/creytiv/rem

	* build: Updated MSVS projects to vs2015 (thanks Mikhail Barg)

	* goertzel: new module for Goertzel Algorithm

	* dtmf: new module for DTMF decoder

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e6d19bb786e84c43a3a9dff2fb298a65ac7d0a22

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

diffstat:
 librem/Makefile | 2 +-
 librem/PLIST    | 2 ++
 librem/distinfo | 8 ++++----
 3 files changed, 7 insertions(+), 5 deletions(-)

diffs:
diff --git a/librem/Makefile b/librem/Makefile
index a2aabb8ceb..7dfcbabe7c 100644
--- a/librem/Makefile
+++ b/librem/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.1 2014/08/10 00:06:55 thomasklausner Exp $
 
-DISTNAME=	rem-0.5.1
+DISTNAME=	rem-0.5.2
 PKGNAME=	lib${DISTNAME}
 CATEGORIES=	net audio
 MASTER_SITES=	http://www.creytiv.com/pub/
diff --git a/librem/PLIST b/librem/PLIST
index 20f3181aee..53717aeb2b 100644
--- a/librem/PLIST
+++ b/librem/PLIST
@@ -9,8 +9,10 @@ include/rem/rem_aumix.h
 include/rem/rem_auresamp.h
 include/rem/rem_autone.h
 include/rem/rem_dsp.h
+include/rem/rem_dtmf.h
 include/rem/rem_fir.h
 include/rem/rem_g711.h
+include/rem/rem_goertzel.h
 include/rem/rem_vid.h
 include/rem/rem_vidconv.h
 include/rem/rem_video.h
diff --git a/librem/distinfo b/librem/distinfo
index 43f045d4e4..77e18227e0 100644
--- a/librem/distinfo
+++ b/librem/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.1 2014/08/10 00:06:55 thomasklausner Exp $
 
-SHA1 (rem-0.5.1.tar.gz) = 1814aac678748366de513f3be97f38570de8090e
-RMD160 (rem-0.5.1.tar.gz) = ec08e670ad03262f8135be33efb0b6b1ae846a26
-SHA512 (rem-0.5.1.tar.gz) = 2fce3069a81f962091a449d4a93a3a4e889fd66a4f7ad3e160225f73865e9b8ebac445c1435b3a5a4dace3edaad6a1fe50d454983942b71907e3c395a3b96783
-Size (rem-0.5.1.tar.gz) = 37183 bytes
+SHA1 (rem-0.5.2.tar.gz) = cdbcecc934fdeacc83a9a6d9ba39746273c4aa77
+RMD160 (rem-0.5.2.tar.gz) = 2e78ec96b3147ddb8158b80e310cd781f605a567
+SHA512 (rem-0.5.2.tar.gz) = 827c5e7e34feba894d0c040f7cb618c8ae2bf49674b3fe1bbe32abb888174e811434cf20489c38f1a8a52db129651b0d92a3d516ca3f6b3fc65aa47a263115cb
+Size (rem-0.5.2.tar.gz) = 40251 bytes


Home | Main Index | Thread Index | Old Index