diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile index 7f1eaebc4743..c87abca8b01f 100644 --- a/audio/ocp/Makefile +++ b/audio/ocp/Makefile @@ -1,98 +1,94 @@ PORTNAME= ocp -PORTVERSION= 0.2.100 -PORTREVISION= 1 +PORTVERSION= 0.2.101 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= https://stian.cubic.org/ocp/ -PATCH_SITES= https://github.com/mywave82/opencubicplayer/commit/ -PATCHFILES+= b57f0279fb952db99b11006edb44ed7cb4658bed.patch:-p1 - MAINTAINER= ehaupt@FreeBSD.org COMMENT= Legendary Open Cubic Player WWW= https://stian.cubic.org/project-ocp.php LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 powerpc64le BUILD_DEPENDS= xa65:devel/xa65 LIB_DEPENDS= libcjson.so:devel/libcjson \ libdiscid.so:audio/libdiscid \ libid3tag.so:audio/libid3tag \ libmad.so:audio/libmad \ libogg.so:audio/libogg \ libpng.so:graphics/png \ libvorbis.so:audio/libvorbis USES= compiler:c11 dos2unix gmake gnome iconv jpeg localbase:ldflags \ makeinfo ncurses pkgconfig tar:xz GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir=${PREFIX}/lib \ --with-dir-suffix="" \ --without-sdl CONFIGURE_ENV= SHARED_FLAGS="${LDFLAGS} -shared" \ XA=${PREFIX}/bin/xa65 MAKE_JOBS_UNSAFE= yes LDFLAGS_i386= -Wl,-z,notext CONFLICTS_INSTALL= alliance # man/man1/ocp.1.gz INFO= ocp OPTIONS_DEFINE= ADPLUG ALSA DOCS FLAC MIDI OSS SDL X11 OPTIONS_DEFAULT= ADPLUG ALSA FLAC MIDI OSS SDL X11 OPTIONS_SUB= yes ADPLUG_DESC= adplug support MIDI_DESC= timidity support ADPLUG_LIB_DEPENDS= libadplug.so:audio/libadplug \ libbinio.so:devel/libbinio ADPLUG_CONFIGURE_WITH= adplug ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib ALSA_CONFIGURE_WITH= alsa FLAC_LIB_DEPENDS= libFLAC.so:audio/flac FLAC_CONFIGURE_WITH= flac MIDI_RUN_DEPENDS= eawpats>0:audio/eawpats OSS_CONFIGURE_WITH= oss SDL_IMPLIES= X11 SDL_BUILD_DEPENDS= ${LOCALBASE}/share/fonts/gnu-unifont-ttf/unifont.ttf:x11-fonts/gnu-unifont-ttf SDL_LIB_DEPENDS= libfreetype.so:print/freetype2 SDL_RUN_DEPENDS= ${LOCALBASE}/share/fonts/gnu-unifont-ttf/unifont.ttf:x11-fonts/gnu-unifont-ttf SDL_USES= desktop-file-utils sdl SDL_USE= SDL=sdl2 SDL_CONFIGURE_WITH= sdl2 \ unifontdir=${LOCALBASE}/share/fonts/gnu-unifont-ttf SDL_PLIST_SUB= DESKTOP='' SDL_PLIST_SUB_OFF= DESKTOP='@comment ' X11_BUILD_DEPENDS= ${LOCALBASE}/share/fonts/gnu-unifont-ttf/unifont.ttf:x11-fonts/gnu-unifont-ttf X11_LIB_DEPENDS= libfreetype.so:print/freetype2 X11_RUN_DEPENDS= ${LOCALBASE}/share/fonts/gnu-unifont-ttf/unifont.ttf:x11-fonts/gnu-unifont-ttf X11_USES= desktop-file-utils xorg X11_USE= XORG=x11,xext,xpm,xxf86dga,xxf86vm X11_CONFIGURE_WITH= unifontdir-ttf=${LOCALBASE}/share/fonts/gnu-unifont-ttf \ x11 X11_PLIST_SUB= DESKTOP='' \ XORG='' X11_PLIST_SUB_OFF= DESKTOP='@comment ' \ XORG='@comment ' TIMIDITY_CFG= ${LOCALBASE}/share/timidity/timidity.cfg post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ocp @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ocp/*.so @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ocp/autoload/*.so .include diff --git a/audio/ocp/distinfo b/audio/ocp/distinfo index 726a05411ac8..12925ee9e24d 100644 --- a/audio/ocp/distinfo +++ b/audio/ocp/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1664125578 -SHA256 (ocp-0.2.100.tar.xz) = b0742b2123e9b4ec71030823daf5debae821f741ca97c4c15cfd68dcbeba0846 -SIZE (ocp-0.2.100.tar.xz) = 3837632 -SHA256 (b57f0279fb952db99b11006edb44ed7cb4658bed.patch) = 495d80e8868c5c1580a0fa2083f3fd5c8233003bf683da3fb71923f13d03c1ab -SIZE (b57f0279fb952db99b11006edb44ed7cb4658bed.patch) = 2525 +TIMESTAMP = 1672058439 +SHA256 (ocp-0.2.101.tar.xz) = e80f901d8284f324f34c7acfad5f2365f2b1b846c7747aeea7540030e83f0c68 +SIZE (ocp-0.2.101.tar.xz) = 3835668 diff --git a/audio/ocp/files/patch-playtimidity_timidityconfig.c b/audio/ocp/files/patch-playtimidity_timidityconfig.c deleted file mode 100644 index a803a3cc7362..000000000000 --- a/audio/ocp/files/patch-playtimidity_timidityconfig.c +++ /dev/null @@ -1,11 +0,0 @@ ---- playtimidity/timidityconfig.c.orig 2022-09-25 19:16:16 UTC -+++ playtimidity/timidityconfig.c -@@ -293,7 +293,7 @@ static void refresh_configfiles (void) - } - } - --static int timidityConfigInit (struct moduleinfostruct *info, struct ocpfilehandle_t *f, const struct cpifaceplayerstruct *) -+static int timidityConfigInit (struct moduleinfostruct *info, struct ocpfilehandle_t *f, const struct cpifaceplayerstruct *cpi) - { - return 1; - }