1
0
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:
Kirill Ponomarev 2003-12-20 00:16:26 +00:00
parent f4b6b00b01
commit 8e342c84e4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96239
4 changed files with 17 additions and 4 deletions

View File

@ -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>

View File

@ -1 +1 @@
MD5 (wavbreaker-0.3.tar.gz) = df9de283843c241c83c092960f9cafdd
MD5 (wavbreaker-0.4.tar.gz) = c21519100966535c0fda46e304de0c8a

View 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());
}

View File

@ -1,4 +1,5 @@
bin/wavbreaker
bin/wavinfo
bin/wavmerge
share/wavbreaker/images/break.png
share/wavbreaker/images/break2.png