- Update to 0.2.1

- Move to github
This commit is contained in:
Emanuel Haupt 2019-12-05 14:19:16 +00:00
parent e84acb9f99
commit f9a7376a4e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519080
3 changed files with 13 additions and 17 deletions

View file

@ -2,11 +2,10 @@
# $FreeBSD$
PORTNAME= ocp
PORTVERSION= 0.2.0
PORTVERSION= 0.2.1
DISTVERSIONPREFIX= v
PORTEPOCH= 1
CATEGORIES= audio
MASTER_SITES= https://stian.cubic.org/ocp/ \
LOCAL/ehaupt
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Legendary Open Cubic Player
@ -29,6 +28,12 @@ USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
USE_GITHUB= yes
GH_ACCOUNT= mywave82
GH_PROJECT= opencubicplayer
GH_TUPLE= mywave82:timidity:77cd92d:timidity/playgmi/timidity-git
MAKE_JOBS_UNSAFE= yes
CONFIGURE_ARGS= --with-dir-suffix="" \

View file

@ -1,3 +1,5 @@
TIMESTAMP = 1574955492
SHA256 (ocp-0.2.0.tar.xz) = f077ed44c2d2522e52d9589f5e172590bdc917d383f637ab1cd4bb3f8373769e
SIZE (ocp-0.2.0.tar.xz) = 1966552
TIMESTAMP = 1575554501
SHA256 (mywave82-opencubicplayer-v0.2.1_GH0.tar.gz) = 49ab335f848e6b76b9c98d929ac2c4567c37c69a2dac14260c863fca260b0293
SIZE (mywave82-opencubicplayer-v0.2.1_GH0.tar.gz) = 1023061
SHA256 (mywave82-timidity-77cd92d_GH0.tar.gz) = 66b9fd32dd8587a1b9f423fe324f5d0e6ab697780514861e3e20406905706efa
SIZE (mywave82-timidity-77cd92d_GH0.tar.gz) = 1763114

View file

@ -1,11 +0,0 @@
--- playogg/oggplay.c.orig 2019-11-26 21:41:03 UTC
+++ playogg/oggplay.c
@@ -136,7 +136,7 @@ static void oggIdler(void)
}
if (ov_pcm_tell(&ov)!=oggpos)
{
- fprintf (stderr, "[playogg]: warning, frame position is broken in file (got=%" __PRI64_PREFIX "d, expected= %" __PRI64_PREFIX "d)\n", ov_pcm_tell(&ov), oggpos);
+ fprintf (stderr, "[playogg]: warning, frame position is broken in file (got=%\" __PRI64_PREFIX \"d, expected= %\" __PRI64_PREFIX \"d)\n", ov_pcm_tell(&ov), oggpos);
}
ringbuffer_get_head_samples (oggbufpos, &pos1, &length1, &pos2, &length2);