FreeBSD Bugzilla – Attachment 185245 Details for
Bug 221400
[NEW PORT] audio/polyphone: Graphical user interface for editing soundfont (sf2 and sfz) files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
shar
polyphone.shar (text/plain), 5.27 KB, created by
Yuri Victorovich
on 2017-08-10 20:55:20 UTC
(
hide
)
Description:
shar
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2017-08-10 20:55:20 UTC
Size:
5.27 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># audio/polyphone ># audio/polyphone/distinfo ># audio/polyphone/Makefile ># audio/polyphone/pkg-descr ># audio/polyphone/pkg-plist ># audio/polyphone/files ># audio/polyphone/files/patch-sfark_sfarkextractor1.cpp ># audio/polyphone/files/polyphone.desktop ># audio/polyphone/files/polyphone.xml ># >echo c - audio/polyphone >mkdir -p audio/polyphone > /dev/null 2>&1 >echo x - audio/polyphone/distinfo >sed 's/^X//' >audio/polyphone/distinfo << 'c65c907f08f589415c4c320300211651' >XTIMESTAMP = 1502355201 >XSHA256 (polyphone-1.8-src.zip) = 2b0ba2887646208ae9953a336adfebe460133cd403e76f7fe795d3071827dfdd >XSIZE (polyphone-1.8-src.zip) = 3699516 >c65c907f08f589415c4c320300211651 >echo x - audio/polyphone/Makefile >sed 's/^X//' >audio/polyphone/Makefile << '2f629f55deaf7eef46e8401ec253cc5e' >X# Created by: Yuri Victorovich <yuri@rawbw.com> >X# $FreeBSD$ >X >XPORTNAME= polyphone >XPORTVERSION= 1.8 >XCATEGORIES= audio >XMASTER_SITES= http://polyphone-soundfonts.com/judownload/0_1502372644_w97I8S/ >XDISTNAME= polyphone-${PORTVERSION}-src >X >XMAINTAINER= yuri@rawbw.com >XCOMMENT= Graphical user interface for editing soundfont (sf2 and sfz) files >X >XLICENSE= GPLv3 >X >XLIB_DEPENDS= libstk-4.5.1.so:audio/stk \ >X librtmidi.so:audio/rtmidi \ >X libjack.so:audio/jack \ >X libportaudio.so:audio/portaudio \ >X libasound.so:audio/alsa-lib \ >X libogg.so:audio/libogg \ >X libvorbisfile.so:audio/libvorbis \ >X libvorbisenc.so:audio/libvorbis >X >XUSES= qmake compiler:c++11-lang zip desktop-file-utils shared-mime-info >XWRKSRC= ${WRKDIR}/trunk >XUSE_QT5= core gui network widgets svg printsupport buildtools_build qmake_build >XUSE_CXXSTD= c++11 >XQMAKE_ARGS= "DEFINES=USE_LOCAL_QCUSTOMPLOT" >XCXXFLAGS+= -D__UNIX_JACK__ >X >Xpost-extract: >X @${RM} ${WRKSRC}/Makefile >X >Xpost-patch: >X @${REINPLACE_CMD} -e ' \ >X s| -mfpmath=387||g; \ >X s|/usr/include|${LOCALBASE}/include|g; \ >X s|ExtraCompiler.commands = $$$${QMAKE_CXX} -fPIC|ExtraCompiler.commands = $$$${QMAKE_CXX} $$(CXXFLAGS) -fPIC|g' \ >X ${WRKSRC}/polyphone.pro >X >Xdo-install: >X ${INSTALL_PROGRAM} ${WRKSRC}/RELEASE/${PORTNAME} ${STAGEDIR}${PREFIX}/bin >X ${INSTALL_DATA} ${WRKSRC}/ressources/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/pixmaps >X ${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications >X @${MKDIR} ${STAGEDIR}${PREFIX}/share/mime/packages >X ${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.xml ${STAGEDIR}${PREFIX}/share/mime/packages >X >X.include <bsd.port.mk> >2f629f55deaf7eef46e8401ec253cc5e >echo x - audio/polyphone/pkg-descr >sed 's/^X//' >audio/polyphone/pkg-descr << '80867a257d35469b9a1a6c28e3d46cdc' >XPolyphone is a free software for editing soundfonts in format sf2. These >Xfiles contain a multitude of audio samples put together and configured so >Xas to form musical instruments that can be used by synthesizers such as >Xfluidsynth and played using a MIDI keyboard. >X >XWWW: http://www.polyphone-soundfonts.com/ >80867a257d35469b9a1a6c28e3d46cdc >echo x - audio/polyphone/pkg-plist >sed 's/^X//' >audio/polyphone/pkg-plist << '4a19af184e91bae04b4a10e4dad2a428' >Xbin/polyphone >Xshare/applications/polyphone.desktop >Xshare/mime/packages/polyphone.xml >Xshare/pixmaps/polyphone.png >4a19af184e91bae04b4a10e4dad2a428 >echo c - audio/polyphone/files >mkdir -p audio/polyphone/files > /dev/null 2>&1 >echo x - audio/polyphone/files/patch-sfark_sfarkextractor1.cpp >sed 's/^X//' >audio/polyphone/files/patch-sfark_sfarkextractor1.cpp << 'b55eeadd507caba4d3410a38612029f9' >X--- sfark/sfarkextractor1.cpp.orig 2017-08-10 19:26:54 UTC >X+++ sfark/sfarkextractor1.cpp >X@@ -30,6 +30,8 @@ >X #include "zlib.h" >X #include "stdint.h" >X >X+#include <unistd.h> >X+ >X static const char * SfArkId = ".sfArk"; >X >X SfArkExtractor1::SfArkExtractor1(const char * fileName) : AbstractExtractor(), >b55eeadd507caba4d3410a38612029f9 >echo x - audio/polyphone/files/polyphone.desktop >sed 's/^X//' >audio/polyphone/files/polyphone.desktop << '8bf0b4de74e172b5bbafb615c422de0a' >X[Desktop Entry] >XName=Polyphone >XName[fr]=Polyphone >XComment=soundfont editor >XComment[fr]=éditeur de soundfonts >XTryExec=polyphone >XExec=polyphone %F >XIcon=polyphone >XStartupNotify=true >XTerminal=false >XType=Application >XCategories=Application;AudioVideo;Audio;Midi;Music >XKeywords=sf2;sfz;sfArk;soundfonts;editor;instrument >XMimeType=audio/x-soundfont; >8bf0b4de74e172b5bbafb615c422de0a >echo x - audio/polyphone/files/polyphone.xml >sed 's/^X//' >audio/polyphone/files/polyphone.xml << '29f6e176b91ce5d978deb6d2c310fd70' >X<?xml version="1.0"?> >X<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'> >X <mime-type type="audio/x-soundfont"> >X <comment>SoundFont sf2</comment> >X <magic priority="50"> >X <match type="string" offset="0" value="RIFF"> >X <match type="string" offset="8" value="sfbk"/> >X </match> >X </magic> >X <glob pattern="*.sf2"/> >X </mime-type> >X <mime-type type="audio/x-soundfont"> >X <comment>SoundFont sfz</comment> >X <glob pattern="*.sfz"/> >X </mime-type> >X <mime-type type="audio/x-soundfont"> >X <comment>SoundFont archive sfArk</comment> >X <glob pattern="*.sfArk"/> >X </mime-type> >X</mime-info> >29f6e176b91ce5d978deb6d2c310fd70 >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 221400
:
185245
|
185261
|
185562
|
185564