mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Update to version 0.4
This commit is contained in:
parent
f4b6b00b01
commit
8e342c84e4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96239
@ -5,7 +5,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= wavbreaker
|
||||
PORTVERSION= 0.3
|
||||
PORTVERSION= 0.4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://huli.org/wavbreaker/
|
||||
|
||||
@ -15,7 +15,5 @@ COMMENT= Tool to split wav files
|
||||
USE_GNOME= gtk20 libxml2 gnomehack
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET=
|
||||
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (wavbreaker-0.3.tar.gz) = df9de283843c241c83c092960f9cafdd
|
||||
MD5 (wavbreaker-0.4.tar.gz) = c21519100966535c0fda46e304de0c8a
|
||||
|
14
audio/wavbreaker/files/patch-src::wavinfo.c
Normal file
14
audio/wavbreaker/files/patch-src::wavinfo.c
Normal file
@ -0,0 +1,14 @@
|
||||
--- src/wavinfo.c.orig Sat Dec 20 01:10:42 2003
|
||||
+++ src/wavinfo.c Sat Dec 20 01:11:23 2003
|
||||
@@ -19,9 +19,10 @@
|
||||
}
|
||||
|
||||
for (i = 1; i < argc; i++) {
|
||||
+ SampleInfo sampleInfo;
|
||||
+
|
||||
printf("Header info for: %s\n", argv[i]);
|
||||
|
||||
- SampleInfo sampleInfo;
|
||||
if (wav_read_header(argv[i], &sampleInfo, 1) != 0) {
|
||||
printf(wav_get_error_message());
|
||||
}
|
@ -1,4 +1,5 @@
|
||||
bin/wavbreaker
|
||||
bin/wavinfo
|
||||
bin/wavmerge
|
||||
share/wavbreaker/images/break.png
|
||||
share/wavbreaker/images/break2.png
|
||||
|
Loading…
Reference in New Issue
Block a user