summaryrefslogtreecommitdiff
path: root/audio (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-06-22Mark these ports as broken on aarch64.Mark Linimon1-0/+2
Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=473010
2018-06-21Mark as broken on aarch64, and, where appropriate, armvX.Mark Linimon3-3/+10
While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=473009
2018-06-21multimedia/*phonon*: update and flavorize with @qt4/@qt5Tobias C. Berner10-8/+11
Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D14632 Notes: svn path=/head/; revision=472983
2018-06-21audio/ir-lv2: Update 1.3.3.2 -> 1.3.3.8Yuri Victorovich4-46/+15
Support for zita-convolver-4 (not yet committed). Notes: svn path=/head/; revision=472965
2018-06-21audio/openal-soft: Cleanup optionsTobias Kortkamp4-65/+85
- Drop bogus FLUIDSYNTH option (MIDI support was removed in 1.17.0) - The sndio backend is missing capture support. This can lead to crashes when there is no usable fallback backend available. As a workaround always enable the OSS backend when the sndio backend is wanted. - Prioritize sndio over OSS when it's enabled which should make it unnecessary to fiddle with config files when building with both SNDIO and OSS. - Turn off dynamically loading backend libs via dlopen - Correct lib depends - Update pkg-descr - Take maintainership Notes: svn path=/head/; revision=472956
2018-06-20Use PY_FLAVOR for dependencies.Mathieu Arnold23-100/+100
FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
2018-06-19audio/caps-lv2: Switch to clang-5 to avoid the regression in clang-6.Yuri Victorovich1-2/+8
Remove BROKEN statements which have this regression as a reason. Reported by: fallout Notes: svn path=/head/; revision=472827
2018-06-19audio/x42-plugins-lv2: Switch to clang-5 to avoid regression in clang-6Yuri Victorovich1-1/+8
Reported by: fallout Notes: svn path=/head/; revision=472826
2018-06-18Adjust USES to fix builds on gcc-based architectures.Mark Linimon1-1/+1
While here, pet portlint. Tested for no regression on amd64. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=472706
2018-06-18Mark ports broken on powerpc64, categories a-c.Mark Linimon4-0/+8
While here, pet portlint and do some other cleanup. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=472665
2018-06-17audio/musicpc: update to 0.30Fernando Apesteguía4-18/+16
PR: 229034 Reported by: uzsolt@uzsolt.hu (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D15852 Notes: svn path=/head/; revision=472634
2018-06-17audio/sidplay2: Unbreak on FreeBSD 12.0Tobias Kortkamp1-0/+4
- While here also add license information checking for working sidplay2 library and headers... /usr/local/lib, /usr/local/include configure: error: sidplay2 build test failed with found library and header files. Please check your installation! In file included from conftest.cc:27: ... /usr/include/stdlib.h:97:17: error: declaration of 'exit' has a different language linkage _Noreturn void exit(int); ^ conftest.cc:11:6: note: previous declaration is here void exit (int); http://beefy12.nyi.freebsd.org/data/head-amd64-default/p472224_s334983/logs/errors/sidplay2-2.0.9_4.log Notes: svn path=/head/; revision=472626
2018-06-17audio/qmidiarp: Limit portscout to valid versionsYuri Victorovich1-0/+2
Notes: svn path=/head/; revision=472622
2018-06-14Update automake to 1.16.1. Also remove automake-wrapper. We haven't hadTijl Coosemans3-18/+286
multiple versions of automake in years and probably won't in the future. PR: 228809 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=472376
2018-06-12Fix build on non-x86 archs.Mark Linimon1-6/+7
PR: 196985 Submitted by: sbruno Notes: svn path=/head/; revision=472231
2018-06-11- Pet portlintDmitry Marakasov2-7/+10
- Add LICENSE - Add missing dependency - Switch to USES=localbase - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=472178
2018-06-11audio/py-pysndfile: Update 1.1.0 -> 1.1.1Yuri Victorovich3-9/+5
Port changes: * Remove stripping (it does it itself) * Update WWW Reported by: portscout Notes: svn path=/head/; revision=472166
2018-06-11Fix port builds for architectures which remain on gcc as the default compiler.Mark Linimon2-2/+2
This will primarily help powerpc64. For archs where clang is the default compiler, these changes will have no effect, as the base compiler already has these capabilities (primarily, but not exclusively, c++-11). Tested for no-harm on amd64. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=472160
2018-06-10audio/fluidplug-lv2: Unbreak on non-Intel/AMD platformsYuri Victorovich2-6/+19
Make SSE flags depend on the option SSE that defaults to 'on' only on amd64/i386 architectures. Notes: svn path=/head/; revision=472149
2018-06-10Fix startup script for FreeBSD 10: -o option is unknownThomas Zander2-2/+2
PR: 228266 Submitted by: takefu@airport.fm MFH: 2018Q2 Notes: svn path=/head/; revision=472147
2018-06-10Update audio/cantata to 2.3.1Tobias C. Berner3-41/+5
Notes: svn path=/head/; revision=472143
2018-06-10Update KDE Applications to 18.04.2Tobias C. Berner6-18/+18
Notes: svn path=/head/; revision=472130
2018-06-09audio/triceratops-lv2: Unbreak on architectures where it was broken due to ↵Yuri Victorovich2-3/+13
-std=c++0x Add c++11 compiler flags. Notes: svn path=/head/; revision=472102
2018-06-09audio/gmsynth-lv2: Fix SIMD flags handlingYuri Victorovich2-3/+11
Notes: svn path=/head/; revision=472101
2018-06-09audio/avldrums-lv2: Fix SIMD flags handlingYuri Victorovich3-8/+13
Also change WWW to https. Notes: svn path=/head/; revision=472100
2018-06-09audio/x42-plugins-lv2: Fix SIMD flags handlingYuri Victorovich1-6/+3
Also remove the redundant strip command. Notes: svn path=/head/; revision=472099
2018-06-09audio/gmsynth-lv2: Unbreak on non-Intel/AMD architecturesYuri Victorovich1-4/+9
Notes: svn path=/head/; revision=472079
2018-06-09audio/avldrums-lv2: Unbreak on non-Intel/AMD architecturesYuri Victorovich1-4/+14
Also removed the -O3 flag. Notes: svn path=/head/; revision=472078
2018-06-09audio/sorcer-lv2: Unbreak on non-Intel/AMD architecturesYuri Victorovich2-8/+16
Make SSE flags depend on the option SSE that defaults to 'on' only on amd64/i386 architectures. Also removed the -g flag. Notes: svn path=/head/; revision=472077
2018-06-09audio/eq10q-lv2: Unbreak on non-Intel/AMD platformsYuri Victorovich2-7/+9
Make SSE flags depend on the option SSE that defaults to 'on' only on amd64/i386 architectures. Notes: svn path=/head/; revision=472075
2018-06-09audio/ir-lv2: Update 1.3.2.1 -> 1.3.3.2; change from fork to the repo owned ↵Yuri Victorovich3-21/+9
by the author Notes: svn path=/head/; revision=472073
2018-06-09audio/x42-plugins-lv2: Add patch making it compatible with the upcoming ↵Yuri Victorovich2-6/+9
zita-convolver-4.0 Also unbreak on non-Intel platforms (added to patching of 'sse', it was insufficient). Notes: svn path=/head/; revision=472072
2018-06-09audio/carla: Update 1.9.8 -> 1.9.8.135Yuri Victorovich2-5/+5
Update to the latest revision with the latest fixes. Notes: svn path=/head/; revision=472055
2018-06-08- Add LICENSEDmitry Marakasov2-1/+4
- Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=471987
2018-06-07- Update to 1.3.3Dmitry Marakasov3-5/+5
Notes: svn path=/head/; revision=471952
2018-06-07Remove expired ports:Rene Ladan33-591/+0
2018-06-06 biology/ssaha: Broken for more than 6 months 2018-06-06 biology/crux: Broken for more than 6 months 2018-06-06 biology/ariadne: Broken for more than 6 months 2018-06-06 cad/sceptre: Broken for more than 6 months 2018-06-06 cad/cider: Broken for more than 6 months 2018-06-06 chinese/scim-array: Broken for more than 6 months 2018-06-06 chinese/xpdf: Broken for more than 6 months 2018-06-06 chinese/telnet: Broken for more than 6 months 2018-06-06 comms/java-commapi-freebsd: Depends on BROKEN and expiring comms/java-commapi 2018-06-06 comms/soundmodem: Broken for more than 6 months 2018-06-06 comms/jsdr: Broken for more than 6 months 2018-06-06 comms/java-commapi: Broken for more than 6 months 2018-06-06 converters/pdf2djvu: Broken for more than 6 months 2018-06-06 databases/rdb: Broken for more than 6 months 2018-06-06 databases/animenfo-client: Broken for more than 6 months 2018-06-06 databases/ruby-mysql: Broken for more than 6 months 2018-06-06 databases/riak: Broken for more than 6 months 2018-06-06 databases/animenfo-client-gtk: Broken for more than 6 months 2018-06-06 databases/rdfdb: Broken for more than 6 months 2018-06-06 databases/riak2: Broken for more than 6 months 2018-06-06 devel/subversion-static: Broken for more than 6 months 2018-06-06 japanese/xgate: Broken for more than 6 months 2018-06-06 textproc/opengrm-ngram: Broken for more than 6 months 2018-06-06 textproc/ocaml-tyxml: Depends on BROKEN and expiring www/ocaml-net 2018-06-06 www/ocaml-net: Broken for more than 6 months 2018-06-06 audio/linux-genpuid: Broken for more than 6 months 2018-06-06 x11/enventor: Broken for more than 6 months 2018-06-06 audio/xmms-timidity: Broken for more than 6 months 2018-06-06 audio/kaudiocreator: Broken for more than 6 months 2018-06-06 audio/jxm: Depends on BROKEN and expiring comms/java-commapi 2018-06-06 audio/deforaos-mixer: Broken for more than 6 months 2018-06-06 audio/gkrellmss2: Broken for more than 6 months 2018-06-06 audio/ogg2mp3: Broken for more than 6 months 2018-06-06 audio/abcmidi: Broken for more than 6 months 2018-06-06 benchmarks/netpipe: Broken for more than 6 months 2018-06-06 biology/plink: Broken for more than 6 months Notes: svn path=/head/; revision=471892
2018-06-05- Update to 1.6Wen Heping4-93/+87
- Add options - Pet portlint - Pass maintainership to submitter PR: 227287 Submitted by: alfix86@gmail.com Notes: svn path=/head/; revision=471753
2018-06-03Unbreak build with clang 6.0 by fixingDon Lewis2-0/+31
error: constant expression evaluates to -1 which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing] Add LICENSE info. Notes: svn path=/head/; revision=471525
2018-06-03audio/beatslash-lv2: Update 1.0.2 -> 1.0.5Yuri Victorovich3-13/+12
Reported by: portscout Notes: svn path=/head/; revision=471512
2018-06-03These ports are not quite ready for the tier-2 archs yet.Mark Linimon12-0/+30
These are probably trivial fixes, if someone has the time and interest to pursue them. I'm definitely short of time ATM. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=471496
2018-06-03Mark as broken on powerpc64.Mark Linimon1-0/+2
Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=471488
2018-06-03audio/guitarix-lv2: Add the required font dependencyYuri Victorovich1-0/+3
Notes: svn path=/head/; revision=471447
2018-06-03New port: audio/rkr-lv2: Rakarrack effects as LV2 pluginsYuri Victorovich5-0/+350
Notes: svn path=/head/; revision=471444
2018-06-03audio/Makefile: Hook bs2b-lv2 to the buildYuri Victorovich1-0/+1
Notes: svn path=/head/; revision=471442
2018-06-03New port: audio/bs2b-lv2: LV2 plugin for using Bauer ↵Yuri Victorovich3-0/+39
stereophonic-to-binaural DSP library Notes: svn path=/head/; revision=471441
2018-06-03New port: audio/beatslash-lv2: LV2 plugins to mangle, slash, repeat and do ↵Yuri Victorovich6-0/+68
much more with your beats Notes: svn path=/head/; revision=471440
2018-06-03audio/Makefile: Fix of the inadvertently introduced unsortedness.Yuri Victorovich1-1/+1
Notes: svn path=/head/; revision=471438
2018-06-03New port: audio/guitarix-lv2: Virtual versatile amplification for Jack and ↵Yuri Victorovich5-0/+770
set of LV2 plugins Notes: svn path=/head/; revision=471435
2018-06-02Adjust USES to fix building on gcc-based archs (in particular, powerpc64).Mark Linimon1-1/+1
On the clang architectures, these changes have no effect: the baser compiler already includes the needed features. While here, remove now-redundant CXXFLAGS statements and pet portlint (no other content change). Tested on both powerpc64 and amd64. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=471400
2018-06-02Disable automatic detection of devel/boost-libs if installed. This preventsJason E. Hale1-6/+7
unnecessary linking to libboost_atomic.so if installed on FreeBSD 10.x and use of the boost headers elsewhere. Bump PORTREVISION to rectify stray linking if taglib was built outside of a clean environment. While here, switch to CMAKE_ARGS to CMAKE_ON and switch RCC_[CFLAGS|LDFLAGS] to RCC_USES=localbase:ldflags Reported by: Tatsuki Makino <tatsuki_makino@hotmail.com> (via private mail) Notes: svn path=/head/; revision=471371