View | Details | Raw Unified | Return to bug 230377
Collapse All | Expand All

(-)audio/py-fmoo-audiotools/Makefile (-6 / +4 lines)
Lines 1-12 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	fmoo-audiotools
3
PORTNAME=	audiotools
4
PORTVERSION=	3.0
4
PORTVERSION=	3.1.1
5
PORTREVISION=	2
6
CATEGORIES=	audio python
5
CATEGORIES=	audio python
7
MASTER_SITES=	SF/audiotools/audiotools
6
MASTER_SITES=	SF/audiotools/audiotools/${PORTVERSION}
8
DISTNAME=	audiotools-${PORTVERSION}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}fmoo-
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
10
8
11
MAINTAINER=	ryu0@ymail.com
9
MAINTAINER=	ryu0@ymail.com
12
COMMENT=	Collection of command line audio handling utilities
10
COMMENT=	Collection of command line audio handling utilities
(-)audio/py-fmoo-audiotools/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (audiotools-3.0.tar.gz) = b2d484268630ffb7f49368219c8edec184b23eddaae1956b1f13cca8a32356bb
1
TIMESTAMP = 1533454004
2
SIZE (audiotools-3.0.tar.gz) = 6995122
2
SHA256 (audiotools-3.1.1.tar.gz) = 83a988d7a262c023592eca5dbdb4d08e70907f6258a71388a7529be3e70b8ba7
3
SIZE (audiotools-3.1.1.tar.gz) = 6325408
(-)audio/py-fmoo-audiotools/files/patch-src_cdiomodule.h (-11 lines)
Lines 1-11 Link Here
1
--- src/cdiomodule.h.orig	2014-12-31 18:30:53 UTC
2
+++ src/cdiomodule.h
3
@@ -1,6 +1,6 @@
4
 #include <Python.h>
5
-#include <cdio/cdda.h>
6
-#include <cdio/paranoia.h>
7
+#include <cdio/paranoia/cdda.h>
8
+#include <cdio/paranoia/paranoia.h>
9
 #include "array.h"
10
 
11
 /********************************************************
(-)audio/py-fmoo-audiotools/files/patch-src_samplerate_common.h (-16 lines)
Lines 1-16 Link Here
1
--- src/samplerate/common.h.orig	2014-12-31 18:30:53 UTC
2
+++ src/samplerate/common.h
3
@@ -25,13 +25,7 @@
4
 #ifndef COMMON_H_INCLUDED
5
 #define COMMON_H_INCLUDED
6
 
7
-#ifdef HAVE_STDINT_H
8
 #include <stdint.h>
9
-#elif (SIZEOF_INT == 4)
10
-typedef	int		int32_t ;
11
-#elif (SIZEOF_LONG == 4)
12
-typedef	long	int32_t ;
13
-#endif
14
 
15
 #define	SRC_MAX_RATIO			256
16
 #define	SRC_MAX_RATIO_STR		"256"

Return to bug 230377