notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: audio/synthpod-lv2/files

Number of commits found: 3

Saturday, 4 Jul 2020
15:47 mikael search for other commits by this committer
audio/synthpod-lv2: fix build on aarch64

../mapper.lv2/mapper.lv2/mum.h:113:3: warning: implicit declaration of function
'asm' is invalid in C99 [-Wimplicit-function-declaration]
  asm ("umulh %0, %1, %2" : "=r" (hi) : "r" (v), "r" (p));
  ^

../mapper.lv2/mapper.lv2/mum.h:113:27: error: expected ')'
  asm ("umulh %0, %1, %2" : "=r" (hi) : "r" (v), "r" (p));
                          ^

../mapper.lv2/mapper.lv2/mum.h:113:7: note: to match this '('
  asm ("umulh %0, %1, %2" : "=r" (hi) : "r" (v), "r" (p));

reported upstream: https://github.com/OpenMusicKontrollers/synthpod/pull/54

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:541221 
Monday, 8 Apr 2019
00:59 yuri search for other commits by this committer
audio/synthpod-lv2: Update g20170810 -> g20190407

* Change to meson.
* Some options disappeared (KX, SHOW), they became ON by default.
Original commitRevision:498339 
Monday, 21 Aug 2017
07:02 ultima search for other commits by this committer
Synthpod is an LV2 host. It can be run as a standalone app and be used as a
tool for live performances or general audio and event filtering.

It was conceptualized to fill the gap between pure textual (e.g. SuperCollider)
and pure visual flow (e.g. Pure Data) audio programming paradigms.

Potential fields of application may include:
* Live audio synthesis
* Real-time event scripting
* Non-linear signal routing
* Advanced control automation
* Advanced event filtering
* Live mixing
* Live coding
* Algorithmic composition
* Interfacing to expressive controllers

WWW: https://open-music-kontrollers.ch/lv2/synthpod

PR:		221319
Submitted by:	Yuri Victorovich (maintainer)
Reviewed by:	matthew (mentor)
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D12094
Original commitRevision:448453 

Number of commits found: 3