pkgsrc-WIP-changes archive

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

librem: update to librem--0.4.7



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Tue Sep 6 07:37:05 2016 +0200
Changeset:	aebfed83b3d5024ea9b6a7d9d56d8db9898a7261

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

Log Message:
librem: update to librem--0.4.7

Changelog:

2015-12-13 Alfred E. Heggestad <aeh%db.org@localhost>

	* Version 0.4.7

	* build: add pkg-config file (thanks to William King)

	* auconv: new module for audio sample format conversion
                  (thanks to Ola Palm for testing)

	* aumix: close file on sleep

	* vid: added vidframe_copy()

	* vidmix: pthread_rwlockattr_setkind_np for linux and glibc
		  (patch copied from openwrt repo)

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

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 | 7 ++++---
 3 files changed, 7 insertions(+), 4 deletions(-)

diffs:
diff --git a/librem/Makefile b/librem/Makefile
index 576c5cb..963a0e7 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.4.6
+DISTNAME=	rem-0.4.7
 PKGNAME=	lib${DISTNAME}
 CATEGORIES=	net audio
 MASTER_SITES=	http://www.creytiv.com/pub/
diff --git a/librem/PLIST b/librem/PLIST
index a947307..20f3181 100644
--- a/librem/PLIST
+++ b/librem/PLIST
@@ -2,6 +2,7 @@
 include/rem/rem.h
 include/rem/rem_au.h
 include/rem/rem_aubuf.h
+include/rem/rem_auconv.h
 include/rem/rem_audio.h
 include/rem/rem_aufile.h
 include/rem/rem_aumix.h
@@ -16,3 +17,4 @@ include/rem/rem_video.h
 include/rem/rem_vidmix.h
 lib/librem.a
 lib/librem.so
+lib/pkgconfig/librem.pc
diff --git a/librem/distinfo b/librem/distinfo
index f2f9ae3..d96bea3 100644
--- a/librem/distinfo
+++ b/librem/distinfo
@@ -1,5 +1,6 @@
 $NetBSD: distinfo,v 1.1 2014/08/10 00:06:55 thomasklausner Exp $
 
-SHA1 (rem-0.4.6.tar.gz) = 9698b48aee5e720e56440f4c660d8bd4dbb7f8fa
-RMD160 (rem-0.4.6.tar.gz) = ad21ee38e996bd9d5f8029f144af006215d76214
-Size (rem-0.4.6.tar.gz) = 35480 bytes
+SHA1 (rem-0.4.7.tar.gz) = 4d9aaf4e2691772d60bd093a731affc803075454
+RMD160 (rem-0.4.7.tar.gz) = a0d01c46975a8e1e7cc5de892d8145b355f29619
+SHA512 (rem-0.4.7.tar.gz) = 9a557d67d8abaf25fb8e3794fd367dc1ed82278b960e0974f5b773f023dbd23ff334752474091bd5538af33cc6c442c75e98b29e0c755001d212876f4699b04e
+Size (rem-0.4.7.tar.gz) = 36986 bytes


Home | Main Index | Thread Index | Old Index