Index: head/audio/ocp/Makefile =================================================================== --- head/audio/ocp/Makefile (revision 519079) +++ head/audio/ocp/Makefile (revision 519080) @@ -1,84 +1,89 @@ # Created by: Emanuel Haupt # $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 LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING ONLY_FOR_ARCHS= amd64 i386 LIB_DEPENDS= libid3tag.so:audio/libid3tag \ libmad.so:audio/libmad \ libvorbis.so:audio/libvorbis \ libsidplay.so:audio/libsidplay \ libogg.so:audio/libogg USES= gmake gnome iconv localbase:ldflags makeinfo ncurses pkgconfig \ tar:xz 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="" \ --libdir=${PREFIX}/lib CONFIGURE_ENV= SHARED_FLAGS="${LDFLAGS} -shared" INFO= ocp TIMIDITY_CFG= ${LOCALBASE}/share/timidity/timidity.cfg OPTIONS_DEFINE= ADPLUG ALSA FLAC MIDI OSS X11 SDL DOCS OPTIONS_DEFAULT=ADPLUG ALSA FLAC MIDI OSS X11 SDL OPTIONS_SUB= yes ADPLUG_DESC= adplug support MIDI_DESC= timidity support ADPLUG_CONFIGURE_WITH= adplug ADPLUG_LIB_DEPENDS= libbinio.so:devel/libbinio \ libadplug.so:audio/libadplug ALSA_CONFIGURE_WITH= alsa ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib FLAC_CONFIGURE_WITH= flac FLAC_LIB_DEPENDS= libFLAC.so:audio/flac MIDI_RUN_DEPENDS= eawpats>0:audio/eawpats OSS_CONFIGURE_WITH= oss SDL_CONFIGURE_WITH= sdl2 SDL_PLIST_SUB= DESKTOP='' SDL_PLIST_SUB_OFF= DESKTOP='@comment ' SDL_USE= SDL=sdl2 X11_CONFIGURE_WITH= x11 X11_PLIST_SUB= XORG='' DESKTOP='' X11_PLIST_SUB_OFF= XORG='@comment ' DESKTOP='@comment ' X11_USE= XORG=xxf86dga,xxf86vm,xpm,xext,x11 # needed despite stage-qa's warning SDL_USES= desktop-file-utils sdl X11_USES= desktop-file-utils xorg LDFLAGS_i386= -Wl,-z,notext post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ocp @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ocp/*.so @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ocp/autoload/*.so .include Index: head/audio/ocp/distinfo =================================================================== --- head/audio/ocp/distinfo (revision 519079) +++ head/audio/ocp/distinfo (revision 519080) @@ -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 Index: head/audio/ocp/files/patch-playogg_oggplay.c =================================================================== --- head/audio/ocp/files/patch-playogg_oggplay.c (revision 519079) +++ head/audio/ocp/files/patch-playogg_oggplay.c (nonexistent) @@ -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); Property changes on: head/audio/ocp/files/patch-playogg_oggplay.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property