Import of pkgsrc-2015Q1

This commit is contained in:
2016-01-21 23:40:00 +01:00
committed by sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870539 additions and 795424 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.66 2014/02/12 23:17:34 tron Exp $
# $NetBSD: Makefile,v 1.68 2014/05/29 23:35:14 wiz Exp $
DISTNAME= liteamp-0.2.4.2
PKGREVISION= 45
PKGREVISION= 47
CATEGORIES= audio
MASTER_SITES= http://kldp.net/frs/download.php/1153/
+2 -1
View File
@@ -1,9 +1,10 @@
$NetBSD: distinfo,v 1.6 2012/07/03 18:20:29 joerg Exp $
$NetBSD: distinfo,v 1.7 2014/09/10 12:09:42 joerg Exp $
SHA1 (liteamp-0.2.4.2.tar.gz) = b810ccb6f464d1e4c26223021c7bd571ff62f5cc
RMD160 (liteamp-0.2.4.2.tar.gz) = 7d8bd665307b65e6596f559378f8f6c636acab9f
Size (liteamp-0.2.4.2.tar.gz) = 496190 bytes
SHA1 (patch-ab) = 4cb36325a550686977b3570d8570f068799ec1ee
SHA1 (patch-src_mad-decoder.c) = 2f62c4d5f5eac0ccba8174a94609d2616e431181
SHA1 (patch-src_playlist.c) = bd2f1537bd9ed4aa58b80b20f5cc77ea047eed14
SHA1 (patch-src_sidebar-item.c) = 282df3e6729872862868142cd925548fb99980fc
SHA1 (patch-src_sidebar.c) = a7c443a17d33432f3faad6d69c5712e90e1a0da6
@@ -0,0 +1,13 @@
$NetBSD: patch-src_mad-decoder.c,v 1.1 2014/09/10 12:09:42 joerg Exp $
--- src/mad-decoder.c.orig 2014-09-09 18:36:33.000000000 +0000
+++ src/mad-decoder.c
@@ -404,7 +404,7 @@ enum mad_flow input(void *data, struct m
gint len;
if(remain){
- g_memmove(info->buf,stream->this_frame,remain);
+ memmove(info->buf,stream->this_frame,remain);
}
pthread_mutex_lock(&(info->mutex));