*/*: sync with upstream

Taken from: FreeBSD
This commit is contained in:
Franco Fichtner 2023-10-27 09:26:19 +02:00
parent ab0df53a97
commit 6763dd31a5
2314 changed files with 24341 additions and 18850 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= sctd
DISTVERSION= 0.2.0
PORTREVISION= 26
PORTREVISION= 27
CATEGORIES= accessibility
MAINTAINER= 0mp@FreeBSD.org

View File

@ -1,6 +1,7 @@
PORTNAME= wl-gammarelay-rs
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.2
PORTREVISION= 1
CATEGORIES= accessibility wayland
MAINTAINER= jbeich@FreeBSD.org

View File

@ -12,7 +12,7 @@ WWW= http://www2.informatik.uni-stuttgart.de/ivi/bs/research/arab_e.htm
LICENSE= LPPL10
USES= tar:tgz tex
USE_TEX= base # texmf
USE_TEX= base
NO_WRKSUBDIR= yes
NO_BUILD= yes

View File

@ -192,6 +192,7 @@
SUBDIR += py-bz2file
SUBDIR += py-compressed-rtf
SUBDIR += py-cramjam
SUBDIR += py-laszip
SUBDIR += py-libarchive-c
SUBDIR += py-lz4
SUBDIR += py-lzma

View File

@ -10,6 +10,9 @@ WWW= http://www.jcraft.com/jzlib/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
DEPRECATED= Abandonware, untouched for over 10 years and Java Platform 8+ provides a Deflater class
EXPIRATION_DATE=2023-11-30
USES= cpe zip
USE_JAVA= yes
NO_ARCH= yes

View File

@ -1,10 +1,13 @@
PORTNAME= libarchive
DISTVERSION= 3.7.1
DISTVERSION= 3.7.2
PORTEPOCH= 1
CATEGORIES= archivers
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ \
https://libarchive.org/downloads/
PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/
PATCHFILES= 3bd918d92f8c34ba12de9c6604d96f9e262a59fc.patch:-p1
MAINTAINER= glewis@FreeBSD.org
COMMENT= Library to create and read several streaming archive formats
WWW= https://libarchive.org/
@ -14,8 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libexpat.so:textproc/expat2
USES= autoreconf cpe iconv libtool localbase:ldflags pathfix \
pkgconfig tar:xz
USES= cpe iconv libtool localbase:ldflags pathfix pkgconfig tar:xz
USE_LDCONFIG= yes
GNU_CONFIGURE= yes

View File

@ -1,3 +1,5 @@
TIMESTAMP = 1690759351
SHA256 (libarchive-3.7.1.tar.xz) = b17403ce670ff18d8e06fea05a9ea9accf70678c88f1b9392a2e29b51127895f
SIZE (libarchive-3.7.1.tar.xz) = 5254260
TIMESTAMP = 1697883701
SHA256 (libarchive-3.7.2.tar.xz) = 04357661e6717b6941682cde02ad741ae4819c67a260593dfb2431861b251acb
SIZE (libarchive-3.7.2.tar.xz) = 5237056
SHA256 (3bd918d92f8c34ba12de9c6604d96f9e262a59fc.patch) = 25257cc6897984f52939123d08e1d3e1df29d1050bf60013757315e86c389a51
SIZE (3bd918d92f8c34ba12de9c6604d96f9e262a59fc.patch) = 1211

View File

@ -6,7 +6,7 @@ include/archive.h
include/archive_entry.h
lib/libarchive.so
lib/libarchive.so.13
lib/libarchive.so.13.7.1
lib/libarchive.so.13.7.2
libdata/pkgconfig/libarchive.pc
man/man1/bsdcat.1.gz
man/man1/bsdcpio.1.gz

View File

@ -1,6 +1,6 @@
PORTNAME= ouch
DISTVERSION= 0.4.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= archivers
MAINTAINER= yuri@FreeBSD.org

View File

@ -1,6 +1,6 @@
PORTNAME= cramjam
PORTVERSION= 2.7.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= archivers python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -0,0 +1,28 @@
PORTNAME= laszip
DISTVERSION= 0.2.3
CATEGORIES= archivers
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Bindings for LASzip made with pybind11
WWW= https://laspy.readthedocs.io/en/latest/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/License.txt
BUILD_DEPENDS= cmake:devel/cmake-core \
ninja:devel/ninja \
${PYTHON_PKGNAMEPREFIX}pybind11>=2.10:devel/py-pybind11@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyproject-metadata>=0.7.1:devel/py-pyproject-metadata@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scikit-build-core>=0.1.5:devel/py-scikit-build-core@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
LIB_DEPENDS= liblaszip.so:archivers/laszip
USES= python
USE_PYTHON= pep517 autoplist
USE_GITHUB= yes
GH_ACCOUNT= tmontaigu
GH_PROJECT= laszip-python
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1698026487
SHA256 (tmontaigu-laszip-python-0.2.3_GH0.tar.gz) = 31572639a928fabf7d60a340970c6ae256ae9382e0420e938d6ab237553ac57b
SIZE (tmontaigu-laszip-python-0.2.3_GH0.tar.gz) = 11256

View File

@ -0,0 +1,11 @@
--- pyproject.toml.orig 2023-10-23 02:32:14 UTC
+++ pyproject.toml
@@ -1,8 +1,6 @@
[build-system]
requires = [
"scikit-build-core>=0.1.5",
- "cmake>=3.20",
- "ninja",
"pybind11>=2.10",
]
build-backend = "scikit_build_core.build"

View File

@ -0,0 +1,3 @@
laszip is a Python bindings for LASzip.
The main purpose is for integration within laspy.

View File

@ -1,6 +1,6 @@
PORTNAME= unarr
DISTVERSIONPREFIX= v
DISTVERSION= 1.1.0
DISTVERSION= 1.1.1
CATEGORIES= archivers
MAINTAINER= jbeich@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1693753597
SHA256 (selmf-unarr-v1.1.0_GH0.tar.gz) = 4dc03f03e6215c4fcba4927962c7551c1eea690ae6de7c6251de4006d76adfd5
SIZE (selmf-unarr-v1.1.0_GH0.tar.gz) = 170211
TIMESTAMP = 1697869742
SHA256 (selmf-unarr-v1.1.1_GH0.tar.gz) = fa0ebf6d9b420d34171b1b6100949edce708c7933e7cfd2cedd03eae998d1c53
SIZE (selmf-unarr-v1.1.1_GH0.tar.gz) = 170238

View File

@ -1,6 +1,5 @@
PORTNAME= gnuastro
PORTVERSION= 0.20
PORTREVISION= 1
PORTVERSION= 0.21
CATEGORIES= astro
MASTER_SITES= GNU
@ -34,6 +33,9 @@ post-patch:
${WRKSRC}/configure
@${REINPLACE_CMD} -e 's,gcc,$(CC),' \
${WRKSRC}/bin/buildprog/ui.c
@${REINPLACE_CMD} -e 's,^make -f,g&,' \
${WRKSRC}/bin/script/pointing-simulate.sh \
${WRKSRC}/bin/script/zeropoint.sh
post-install:
@${FIND} ${STAGEDIR}${PREFIX}/etc -name \*.conf \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1682799210
SHA256 (gnuastro-0.20.tar.lz) = 56404a4b919e106742d74d9ce77402413c595b3da088272a98a9abd541537315
SIZE (gnuastro-0.20.tar.lz) = 4600460
TIMESTAMP = 1697816700
SHA256 (gnuastro-0.21.tar.lz) = 8ce0ff6d4c7a7fd7978852b379767ed5fdf0c9c583d95788743abb7a8939d3ff
SIZE (gnuastro-0.21.tar.lz) = 4728415

View File

@ -7,12 +7,12 @@ bin/astcrop
bin/astfits
bin/astmatch
bin/astmkcatalog
bin/astmknoise
bin/astmkprof
bin/astnoisechisel
bin/astquery
bin/astscript-ds9-region
bin/astscript-fits-view
bin/astscript-pointing-simulate
bin/astscript-psf-scale-factor
bin/astscript-psf-select-stars
bin/astscript-psf-stamp
@ -34,7 +34,6 @@ bin/astwarp
@sample etc/astfits.conf.sample
@sample etc/astmatch.conf.sample
@sample etc/astmkcatalog.conf.sample
@sample etc/astmknoise.conf.sample
@sample etc/astmkprof-3d.conf.sample
@sample etc/astmkprof.conf.sample
@sample etc/astnoisechisel-3d.conf.sample
@ -72,6 +71,7 @@ include/gnuastro/pdf.h
include/gnuastro/permutation.h
include/gnuastro/pointer.h
include/gnuastro/polygon.h
include/gnuastro/pool.h
include/gnuastro/qsort.h
include/gnuastro/speclines.h
include/gnuastro/statistics.h
@ -86,12 +86,12 @@ include/gnuastro/warp.h
include/gnuastro/wcs.h
lib/libgnuastro.a
lib/libgnuastro.so
lib/libgnuastro.so.18
lib/libgnuastro.so.18.0.0
lib/libgnuastro.so.19
lib/libgnuastro.so.19.0.0
lib/libgnuastro_make.a
lib/libgnuastro_make.so
lib/libgnuastro_make.so.18
lib/libgnuastro_make.so.18.0.0
lib/libgnuastro_make.so.19
lib/libgnuastro_make.so.19.0.0
libdata/pkgconfig/gnuastro.pc
man/man1/astarithmetic.1.gz
man/man1/astbuildprog.1.gz
@ -102,12 +102,12 @@ man/man1/astcrop.1.gz
man/man1/astfits.1.gz
man/man1/astmatch.1.gz
man/man1/astmkcatalog.1.gz
man/man1/astmknoise.1.gz
man/man1/astmkprof.1.gz
man/man1/astnoisechisel.1.gz
man/man1/astquery.1.gz
man/man1/astscript-ds9-region.1.gz
man/man1/astscript-fits-view.1.gz
man/man1/astscript-pointing-simulate.1.gz
man/man1/astscript-psf-scale-factor.1.gz
man/man1/astscript-psf-select-stars.1.gz
man/man1/astscript-psf-stamp.1.gz
@ -151,4 +151,5 @@ share/info/gnuastro-figures/sphereandplane.png
share/info/gnuastro-figures/sphereandplane.txt
%%DATADIR%%/astscript-fits-view.desktop
%%DATADIR%%/completion.bash
%%DATADIR%%/pointing-simulate.mk
%%DATADIR%%/zeropoint.mk

View File

@ -319,6 +319,7 @@
SUBDIR += jconvolver
SUBDIR += jid3lib
SUBDIR += jmatconvol
SUBDIR += jnoisemeter
SUBDIR += juk
SUBDIR += juke
SUBDIR += julius
@ -601,6 +602,7 @@
SUBDIR += pipewire-module-xrdp
SUBDIR += pithos
SUBDIR += plasma5-kpipewire
SUBDIR += plasma5-oxygen-sounds
SUBDIR += plasma5-plasma-pa
SUBDIR += play
SUBDIR += playgsf
@ -629,6 +631,7 @@
SUBDIR += py-apetag
SUBDIR += py-aubio
SUBDIR += py-audioread
SUBDIR += py-auditok
SUBDIR += py-discid
SUBDIR += py-discogs-client
SUBDIR += py-essentia

View File

@ -1,21 +1,15 @@
PORTNAME= alsa-lib
PORTVERSION= 1.2.2
PORTREVISION= 1
DISTVERSIONPREFIX= v
PORTVERSION= 1.2.10
CATEGORIES= audio
MASTER_SITES= GH
MASTER_SITES= https://www.alsa-project.org/files/pub/lib/
USE_GITHUB= yes
GH_ACCOUNT= alsa-project
GH_PROJECT= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= ALSA compatibility library
WWW= https://www.alsa-project.org/
LICENSE= LGPL21+
USES= autoreconf cpe libtool:keepla tar:bzip2
USES= cpe libtool:keepla tar:bzip2
CPE_VENDOR= alsa-project
CPE_PRODUCT= alsa
USE_LDCONFIG= yes
@ -32,8 +26,8 @@ CPPFLAGS+= -I${FILESDIR}
# to these undefined symbols.
LDFLAGS+= -Wl,--undefined-version
OPTIONS_DEFINE= PYTHON
OPTIONS_SUB= yes
OPTIONS_DEFINE= PYTHON
OPTIONS_SUB= yes
PYTHON_USES= gettext-runtime python
PYTHON_CONFIGURE_ENABLE= mixer-pymods python

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1634081449
SHA256 (alsa-project-alsa-lib-v1.2.2_GH0.tar.gz) = ad4fa29e3927c5bec0f71b24b6a88523f4e386905341fc9047abef5744805023
SIZE (alsa-project-alsa-lib-v1.2.2_GH0.tar.gz) = 780688
TIMESTAMP = 1695515195
SHA256 (alsa-lib-1.2.10.tar.bz2) = c86a45a846331b1b0aa6e6be100be2a7aef92efd405cf6bac7eef8174baa920e
SIZE (alsa-lib-1.2.10.tar.bz2) = 1107007

View File

@ -1,28 +0,0 @@
$NetBSD: patch-bk,v 1.1 2008/12/25 13:18:00 hasso Exp $
--- src/async.c.orig 2020-02-19 09:35:39 UTC
+++ src/async.c
@@ -54,6 +54,15 @@ static LIST_HEAD(snd_async_handlers);
static void snd_async_handler(int signo ATTRIBUTE_UNUSED, siginfo_t *siginfo, void *context ATTRIBUTE_UNUSED)
{
+#if defined(__DragonFly__) || defined(__FreeBSD__)
+ /* XXX XXX XXX */
+ struct list_head *i;
+ list_for_each(i, &snd_async_handlers) {
+ snd_async_handler_t *h = list_entry(i, snd_async_handler_t, glist);
+ if (h->callback)
+ h->callback(h);
+ }
+#else
int fd;
struct list_head *i;
//assert(siginfo->si_code == SI_SIGIO);
@@ -66,6 +75,7 @@ static void snd_async_handler(int signo ATTRIBUTE_UNUS
if (h->fd == fd && h->callback)
h->callback(h);
}
+#endif
}
/**

View File

@ -1,13 +1,15 @@
--- src/conf/alsa.conf.orig 2020-02-19 09:35:39 UTC
--- src/conf/alsa.conf.orig 2022-01-01 09:52:43 UTC
+++ src/conf/alsa.conf
@@ -8,8 +8,8 @@
@@ -8,10 +8,8 @@
{
func load
files [
- "/var/lib/alsa/conf.d"
- "/usr/etc/alsa/conf.d"
- "/etc/alsa/conf.d"
- "/etc/asound.conf"
- "/etc/asound.conf|||/usr/etc/asound.conf"
+ "%%PREFIX%%/etc/alsa/conf.d"
+ "%%PREFIX%%/etc/asound.conf"
"~/.asoundrc"
]
errors false
{
@func concat

View File

@ -1,20 +0,0 @@
--- src/pcm/pcm_direct.c.orig 2016-03-31 13:10:39 UTC
+++ src/pcm/pcm_direct.c
@@ -44,12 +44,17 @@
*
*/
+#if !defined(__DragonFly__) && !defined(__OpenBSD__) \
+ && !(defined(__FreeBSD__) && __FreeBSD__ < 12)
union semun {
int val; /* Value for SETVAL */
struct semid_ds *buf; /* Buffer for IPC_STAT, IPC_SET */
unsigned short *array; /* Array for GETALL, SETALL */
+#ifdef __linux__
struct seminfo *__buf; /* Buffer for IPC_INFO (Linux specific) */
+#endif
};
+#endif
/*
* FIXME:

View File

@ -1,20 +0,0 @@
--- test/midifile.c.orig 2016-03-31 13:10:39 UTC
+++ test/midifile.c
@@ -71,7 +71,7 @@
#endif
#include <stdio.h>
-#include <values.h>
+#include <limits.h>
#include <string.h>
/*void exit(), free();*/
@@ -328,7 +328,7 @@ readtrack () /* read a track chunk */
if (Mf_interactive)
{
- Mf_toberead = MAXINT;
+ Mf_toberead = INT_MAX;
}
else
{

View File

@ -4,6 +4,7 @@ include/alsa/asoundlib.h
include/alsa/conf.h
include/alsa/control.h
include/alsa/control_external.h
include/alsa/control_plugin.h
include/alsa/error.h
include/alsa/global.h
include/alsa/hwdep.h
@ -42,6 +43,8 @@ include/alsa/sound/uapi/sscape_ioctl.h
include/alsa/sound/uapi/tlv.h
include/alsa/timer.h
include/alsa/topology.h
include/alsa/ump.h
include/alsa/ump_msg.h
include/alsa/use-case.h
include/alsa/version.h
include/asoundlib.h
@ -119,6 +122,7 @@ share/alsa/cards/YMF744.conf
share/alsa/cards/aliases.conf
share/alsa/cards/pistachio-card.conf
share/alsa/cards/vc4-hdmi.conf
share/alsa/ctl/default.conf
share/alsa/pcm/center_lfe.conf
share/alsa/pcm/default.conf
share/alsa/pcm/dmix.conf

View File

@ -1,16 +1,7 @@
PORTNAME= alsa-plugins
PORTVERSION= 1.2.2
DISTVERSIONPREFIX= v
PORTREVISION= 13
PORTVERSION= 1.2.7.1
CATEGORIES= audio
MASTER_SITES= GH
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES+= 8a3c0d795fbe.patch:-p1 # rate-lav: Convert to libswresample
USE_GITHUB= yes
GH_ACCOUNT= alsa-project
GH_PROJECT= ${PORTNAME}
MASTER_SITES= https://www.alsa-project.org/files/pub/plugins/
MAINTAINER= ports@FreeBSD.org
COMMENT= ALSA compatibility library plugins
@ -20,23 +11,23 @@ LICENSE= LGPL21+
LIB_DEPENDS= libasound.so:audio/alsa-lib
USES= alias autoreconf libtool:keepla localbase pkgconfig tar:bzip2
USES= alias libtool:keepla localbase pkgconfig tar:bzip2
USE_LDCONFIG= ${PREFIX}/lib/alsa-lib
GNU_CONFIGURE= yes
MAKE_ARGS+= RM="${RM}"
INSTALL_TARGET= install-strip
CPPFLAGS+= -I${.CURDIR}/../alsa-lib/files
OPTIONS_DEFAULT= PULSEAUDIO
OPTIONS_DEFINE= FFMPEG JACK PULSEAUDIO SAMPLERATE SPEEX
OPTIONS_DEFAULT= PULSEAUDIO
OPTIONS_SUB= yes
FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg
FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg
FFMPEG_CONFIGURE_ENABLE= libav
JACK_IMPLIES= SAMPLERATE
JACK_LIB_DEPENDS= libjack.so:audio/jack
JACK_CONFIGURE_ENABLE= jack
JACK_IMPLIES= SAMPLERATE
PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio
PULSEAUDIO_CONFIGURE_ENABLE= pulseaudio
@ -44,12 +35,13 @@ PULSEAUDIO_CONFIGURE_ENABLE= pulseaudio
SAMPLERATE_LIB_DEPENDS= libsamplerate.so:audio/libsamplerate
SAMPLERATE_CONFIGURE_ENABLE= samplerate
SPEEX_LIB_DEPENDS= libspeex.so:audio/speex libspeexdsp.so:audio/speexdsp
SPEEX_LIB_DEPENDS= libspeex.so:audio/speex \
libspeexdsp.so:audio/speexdsp
SPEEX_CONFIGURE_ON= --with-speex=lib
SPEEX_CONFIGURE_OFF= --without-speex
post-install:
# sanitize links
# sanitize links
cd ${STAGEDIR}${PREFIX}/etc/alsa/conf.d && for i in [0-9][0-9]-*.conf ; do \
${LN} -sf ../../../share/alsa/alsa.conf.d/$$i . ; done

View File

@ -1,5 +1,3 @@
TIMESTAMP = 1634083456
SHA256 (alsa-project-alsa-plugins-v1.2.2_GH0.tar.gz) = 1872622227c474db9db57bf5b6ec91bbef391f9750e9d64d00d05af29f579e1a
SIZE (alsa-project-alsa-plugins-v1.2.2_GH0.tar.gz) = 121998
SHA256 (8a3c0d795fbe.patch) = 5772b954c166cf3c148872a405b21476039193b06fb2e834c4cc5a855325d8bf
SIZE (8a3c0d795fbe.patch) = 6946
TIMESTAMP = 1695516677
SHA256 (alsa-plugins-1.2.7.1.tar.bz2) = 8c337814954bb7c167456733a6046142a2931f12eccba3ec2a4ae618a3432511
SIZE (alsa-plugins-1.2.7.1.tar.bz2) = 408801

View File

@ -0,0 +1,219 @@
--- configure.orig 2022-03-17 16:36:30 UTC
+++ configure
@@ -743,6 +743,9 @@
AM_DEFAULT_VERBOSITY
AM_DEFAULT_V
AM_V
+CSCOPE
+ETAGS
+CTAGS
am__untar
am__tar
AMTAR
@@ -785,7 +788,6 @@
docdir
oldincludedir
includedir
-runstatedir
localstatedir
sharedstatedir
sysconfdir
@@ -909,7 +911,6 @@
sysconfdir='${prefix}/etc'
sharedstatedir='${prefix}/com'
localstatedir='${prefix}/var'
-runstatedir='${localstatedir}/run'
includedir='${prefix}/include'
oldincludedir='/usr/include'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
@@ -1162,15 +1163,6 @@
| -silent | --silent | --silen | --sile | --sil)
silent=yes ;;
- -runstatedir | --runstatedir | --runstatedi | --runstated \
- | --runstate | --runstat | --runsta | --runst | --runs \
- | --run | --ru | --r)
- ac_prev=runstatedir ;;
- -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
- | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
- | --run=* | --ru=* | --r=*)
- runstatedir=$ac_optarg ;;
-
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
ac_prev=sbindir ;;
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
@@ -1308,7 +1300,7 @@
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
datadir sysconfdir sharedstatedir localstatedir includedir \
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
- libdir localedir mandir runstatedir
+ libdir localedir mandir
do
eval ac_val=\$$ac_var
# Remove trailing slashes.
@@ -1461,7 +1453,6 @@
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
- --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
--libdir=DIR object code libraries [EPREFIX/lib]
--includedir=DIR C header files [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc [/usr/include]
@@ -2578,12 +2569,7 @@
am_aux_dir=`cd "$ac_aux_dir" && pwd`
if test x"${MISSING+set}" != xset; then
- case $am_aux_dir in
- *\ * | *\ *)
- MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
- *)
- MISSING="\${SHELL} $am_aux_dir/missing" ;;
- esac
+ MISSING="\${SHELL} '$am_aux_dir/missing'"
fi
# Use eval to expand $SHELL
if eval "$MISSING --is-lightweight"; then
@@ -2938,7 +2924,21 @@
+# Variables for tags utilities; see am/tags.am
+if test -z "$CTAGS"; then
+ CTAGS=ctags
+fi
+if test -z "$ETAGS"; then
+ ETAGS=etags
+fi
+
+if test -z "$CSCOPE"; then
+ CSCOPE=cscope
+fi
+
+
+
# POSIX will say in a future version that running "rm -f" with no argument
# is OK; and we want to be able to make that assumption in our Makefile
# recipes. So use an aggressive probe to check that the usage we want is
@@ -9015,7 +9015,7 @@
hardcode_minus_L=no
hardcode_shlibpath_var=unsupported
inherit_rpath=no
- link_all_deplibs=unknown
+ link_all_deplibs=no
module_cmds=
module_expsym_cmds=
old_archive_from_new_cmds=
@@ -9314,7 +9314,7 @@
wlarc=
else
archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
- archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
+ archive_expsym_cmds='echo "{ global:" > $lib-ver~ sed -e "s|$|;|" < $export_symbols >> $lib-ver~ echo "local: *; };" >> $lib-ver~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$lib-ver -o $lib'
fi
;;
@@ -9333,7 +9333,7 @@
_LT_EOF
elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
- archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
+ archive_expsym_cmds='echo "{ global:" > $lib-ver~ sed -e "s|$|;|" < $export_symbols >> $lib-ver~ echo "local: *; };" >> $lib-ver~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$lib-ver -o $lib'
else
ld_shlibs=no
fi
@@ -9362,7 +9362,7 @@
if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
- archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
+ archive_expsym_cmds='echo "{ global:" > $lib-ver~ sed -e "s|$|;|" < $export_symbols >> $lib-ver~ echo "local: *; };" >> $lib-ver~$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$lib-ver -o $lib'
else
ld_shlibs=no
fi
@@ -9380,7 +9380,7 @@
*)
if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
- archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
+ archive_expsym_cmds='echo "{ global:" > $lib-ver~ sed -e "s|$|;|" < $export_symbols >> $lib-ver~ echo "local: *; };" >> $lib-ver~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$lib-ver -o $lib'
else
ld_shlibs=no
fi
@@ -10028,7 +10028,7 @@
hardcode_direct_absolute=yes
if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
- archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols'
+ archive_expsym_cmds='echo "{ global:" > $lib-ver~ sed -e "s|$|;|" < $export_symbols >> $lib-ver~ echo "local: *; };" >> $lib-ver~$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-version-script,$lib-ver'
hardcode_libdir_flag_spec='$wl-rpath,$libdir'
export_dynamic_flag_spec='$wl-E'
else
@@ -10877,7 +10877,7 @@
version_type=freebsd-$objformat
case $version_type in
freebsd-elf*)
- library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major'
soname_spec='$libname$release$shared_ext$major'
need_version=no
need_lib_prefix=no
@@ -11094,9 +11094,6 @@
# before this can be enabled.
hardcode_into_libs=yes
- # Add ABI-specific directories to the system library path.
- sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
-
# Ideally, we could use ldconfig to report *all* directores which are
# searched for libraries, however this is still not possible. Aside from not
# being certain /sbin/ldconfig is available, command
@@ -11105,7 +11102,7 @@
# appending ld.so.conf contents (and includes) to the search path.
if test -f /etc/ld.so.conf; then
lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
- sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
+ sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
fi
# We used to test for /lib/ld.so.1 and disable shared libraries on
@@ -12012,7 +12009,7 @@
old_striplib=
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
$as_echo_n "checking whether stripping libraries is possible... " >&6; }
-if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
+if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "strip" >/dev/null; then
test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
test -z "$striplib" && striplib="$STRIP --strip-unneeded"
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
@@ -13293,21 +13290,22 @@
HAVE_SPEEXDSP="yes"
fi
fi
- if test "$HAVE_SPEEXDSP" = "yes"; then
- HAVE_SPEEXDSP_TRUE=
- HAVE_SPEEXDSP_FALSE='#'
-else
- HAVE_SPEEXDSP_TRUE='#'
- HAVE_SPEEXDSP_FALSE=
-fi
-
# Check whether --with-speex was given.
if test "${with_speex+set}" = set; then :
withval=$with_speex; PPH=$withval
else
PPH="lib"
+fi
+
+
+ if test "$HAVE_SPEEXDSP" = "yes"; then
+ HAVE_SPEEXDSP_TRUE=
+ HAVE_SPEEXDSP_FALSE='#'
+else
+ HAVE_SPEEXDSP_TRUE='#'
+ HAVE_SPEEXDSP_FALSE=
fi

View File

@ -1,17 +0,0 @@
--- configure.ac.orig 2020-02-19 09:35:42 UTC
+++ configure.ac
@@ -145,12 +145,13 @@ AC_ARG_ENABLE([speexdsp],
if test "x$enable_speexdsp" != "xno"; then
PKG_CHECK_MODULES(speexdsp, [speexdsp >= 1.2rc2], [HAVE_SPEEXDSP="yes"], [HAVE_SPEEXDSP=""])
fi
-AM_CONDITIONAL(HAVE_SPEEXDSP, test "$HAVE_SPEEXDSP" = "yes")
AC_ARG_WITH([speex],
AS_HELP_STRING([--with-speex={builtin|lib|no}],
[build speex resampler (built-in code, link with external lib, or no build)]),
[PPH=$withval], [PPH="lib"])
+
+AM_CONDITIONAL(HAVE_SPEEXDSP, test "$HAVE_SPEEXDSP" = "yes")
USE_LIBSPEEX=""
if test "$PPH" = "lib"; then

View File

@ -1,8 +1,7 @@
based on https://github.com/dankamongmen/libdank/blob/master/libdank/compat-FreeBSD.c
--- usb_stream/pcm_usb_stream.c.orig 2016-03-31 13:11:29 UTC
+++ usb_stream/pcm_usb_stream.c
@@ -79,6 +79,69 @@ typedef struct {
--- ./usb_stream/pcm_usb_stream.c.orig 2022-03-17 16:51:58 UTC
+++ ./usb_stream/pcm_usb_stream.c
@@ -78,6 +78,69 @@
static struct user_usb_stream *uus;
static pthread_mutex_t uus_mutex = PTHREAD_MUTEX_INITIALIZER;
@ -18,9 +17,9 @@ based on https://github.com/dankamongmen/libdank/blob/master/libdank/compat-Free
+ * * Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
+ * * Neither the name of Nick Black nor the names of other contributors may
+ * be used to endorse or promote products derived from this software
+ * without specific prior written permission.
+ * * Neither the name of Nick Black nor the names of other contributors may
+ * be used to endorse or promote products derived from this software
+ * without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
+ * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
@ -41,38 +40,38 @@ based on https://github.com/dankamongmen/libdank/blob/master/libdank/compat-Free
+// mremap(2)), resulting in undefined behavior, despite realloc(3) semantics.
+// Similarly, oldlen and newlen must be non-zero (and page-aligned).
+void *mremap_compat(int fd,void *oldaddr,size_t oldlen,
+ size_t newlen,int prot,int flags){
+ void *ret;
+ size_t newlen,int prot,int flags){
+ void *ret;
+
+ // From mmap(2) on freebsd 6.3: A successful FIXED mmap deletes any
+ // previous mapping in the allocated address range. This means:
+ // remapping over a current map will blow it away (unless FIXED isn't
+ // provided, in which case it can't overlap an old mapping. See bug
+ // 733 for extensive discussion of this issue for Linux and FreeBSD).
+ if((ret = mmap((char *)oldaddr + oldlen,newlen - oldlen,prot,flags,fd,oldlen)) == MAP_FAILED){
+ // We couldn't get the memory whatsoever (or we were a fresh
+ // allocation that succeeded). Return the immediate result...
+ return ret;
+ } // ret != MAP_FAILED. Did we squash?
+ if(ret != (char *)oldaddr + oldlen){
+ // We got the memory, but not where we wanted it. Copy over the
+ // old map, and then free it up...
+ munmap(ret,newlen - oldlen);
+ if((ret = mmap(NULL,newlen,prot,flags,fd,0)) == MAP_FAILED){
+ return ret;
+ }
+ memcpy(ret,oldaddr,oldlen);
+ munmap(oldaddr,oldlen); // Free the old mapping
+ return ret;
+ } // We successfully squashed. Return a pointer to the first buf.
+ return oldaddr;
+ // From mmap(2) on freebsd 6.3: A successful FIXED mmap deletes any
+ // previous mapping in the allocated address range. This means:
+ // remapping over a current map will blow it away (unless FIXED isn't
+ // provided, in which case it can't overlap an old mapping. See bug
+ // 733 for extensive discussion of this issue for Linux and FreeBSD).
+ if((ret = mmap((char *)oldaddr + oldlen,newlen - oldlen,prot,flags,fd,oldlen)) == MAP_FAILED){
+ // We couldn't get the memory whatsoever (or we were a fresh
+ // allocation that succeeded). Return the immediate result...
+ return ret;
+ } // ret != MAP_FAILED. Did we squash?
+ if(ret != (char *)oldaddr + oldlen){
+ // We got the memory, but not where we wanted it. Copy over the
+ // old map, and then free it up...
+ munmap(ret,newlen - oldlen);
+ if((ret = mmap(NULL,newlen,prot,flags,fd,0)) == MAP_FAILED){
+ return ret;
+ }
+ memcpy(ret,oldaddr,oldlen);
+ munmap(oldaddr,oldlen); // Free the old mapping
+ return ret;
+ } // We successfully squashed. Return a pointer to the first buf.
+ return oldaddr;
+}
+#endif
+
static struct user_usb_stream *get_uus(const char *card)
static struct user_usb_stream *get_uus(int card)
{
pthread_mutex_lock(&uus_mutex);
@@ -219,7 +282,11 @@ static int snd_pcm_us_prepare(snd_pcm_io
@@ -218,7 +281,11 @@
}

View File

@ -1,11 +1,9 @@
PORTNAME= alsa-utils
PORTVERSION= 1.2.2
DISTVERSIONPREFIX= v
PORTREVISION= 3
PORTVERSION= 1.2.10
CATEGORIES= audio
MASTER_SITES= GH
MASTER_SITES= https://www.alsa-project.org/files/pub/utils/
MAINTAINER= ports@FreeBSD.org
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= ALSA compatibility utilities
WWW= https://www.alsa-project.org/
@ -17,11 +15,8 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \
libinotify.so:devel/libinotify
RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-plugins
USES= autoreconf gettext-tools gmake libtool localbase ncurses shebangfix \
tar:bzip2 pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= alsa-project
GH_PROJECT= ${PORTNAME}
USES= gettext-tools gmake libtool localbase ncurses pkgconfig \
shebangfix tar:bzip2
SHEBANG_FILES= alsa-info/alsa-info.sh alsaconf/alsaconf.in bat/alsabat-test.sh
GNU_CONFIGURE= yes
@ -53,12 +48,12 @@ NLS_LIBS= -lintl
SAMPLERATE_LIB_DEPENDS= libsamplerate.so:audio/libsamplerate
SAMPLERATE_CONFIGURE_ENV_OFF= ac_cv_header_samplerate_h=no
#${WRKSRC}/speaker-test/samples/sample_map.csv
post-patch:
@${REINPLACE_CMD} \
's|%%PREFIX%%|${PREFIX}|g' \
${WRKSRC}/alsactl/alsactl_init.xml \
${WRKSRC}/speaker-test/speaker-test.1 \
${WRKSRC}/speaker-test/samples/sample_map.csv \
${WRKSRC}/alsaconf/alsaconf.fr.8 \
${WRKSRC}/alsaconf/alsaconf.8 \
${WRKSRC}/utils/alsa-utils.spec.in \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1634081670
SHA256 (alsa-project-alsa-utils-v1.2.2_GH0.tar.gz) = 9da1ce4f12a4dd56d55cd5a8f6ae7d56ac91397c3d37fdfcd737adeeb34fce1c
SIZE (alsa-project-alsa-utils-v1.2.2_GH0.tar.gz) = 1252639
TIMESTAMP = 1695515854
SHA256 (alsa-utils-1.2.10.tar.bz2) = 104b62ec7f02a7ce16ca779f4815616df1cc21933503783a9107b5944f83063a
SIZE (alsa-utils-1.2.10.tar.bz2) = 1625707

View File

@ -1,10 +0,0 @@
--- aplay/formats.h.orig 2016-03-31 14:37:02 UTC
+++ aplay/formats.h
@@ -1,7 +1,6 @@
#ifndef FORMATS_H
#define FORMATS_H 1
-#include <endian.h>
#include <byteswap.h>
/* Definitions for .VOC files */

View File

@ -1,7 +0,0 @@
--- speaker-test/samples/sample_map.csv.orig 2020-02-19 12:02:10 UTC
+++ speaker-test/samples/sample_map.csv
@@ -1,2 +1,2 @@
-0, "Front Left", "/usr/share/alsa/samples/Front_Left.wav"
-1, "Front Right", "/usr/share/alsa/samples/Front_Right.wav"
+0, "Front Left", "%%PREFIX%%/share/alsa/samples/Front_Left.wav"
+1, "Front Right", "%%PREFIX%%/share/alsa/samples/Front_Right.wav"
Can't render this file because it has a wrong number of fields in line 3.

View File

@ -14,8 +14,9 @@ bin/aseqdump
bin/aseqnet
bin/axfer
bin/iecset
bin/nhlt-dmic-info
bin/speaker-test
lib/udev/89-alsa-ucm.rules
lib/alsa-topology/libalsatplg_module_nhlt.so
lib/udev/90-alsa-restore.rules
%%MANPAGES%%man/fr/man8/alsaconf.8.gz
%%MANPAGES%%man/man1/aconnect.1.gz
@ -38,6 +39,7 @@ lib/udev/90-alsa-restore.rules
%%MANPAGES%%man/man1/axfer-transfer.1.gz
%%MANPAGES%%man/man1/axfer.1.gz
%%MANPAGES%%man/man1/iecset.1.gz
%%MANPAGES%%man/man1/nhlt-dmic-info.1.gz
%%MANPAGES%%man/man1/speaker-test.1.gz
%%MANPAGES%%man/man7/alsactl_init.7.gz
%%MANPAGES%%man/man8/alsaconf.8.gz
@ -52,12 +54,16 @@ share/alsa/init/hda
share/alsa/init/help
share/alsa/init/info
share/alsa/init/test
share/alsa/speaker-test/sample_map.csv
%%NLS%%share/locale/de/LC_MESSAGES/alsa-utils.mo
%%NLS%%share/locale/eu/LC_MESSAGES/alsa-utils.mo
%%NLS%%share/locale/fr/LC_MESSAGES/alsa-utils.mo
%%NLS%%share/locale/ja/LC_MESSAGES/alsa-utils.mo
%%NLS%%share/locale/ja/LC_MESSAGES/alsaconf.mo
%%NLS%%share/locale/ka/LC_MESSAGES/alsa-utils.mo
%%NLS%%share/locale/ka/LC_MESSAGES/alsaconf.mo
%%NLS%%share/locale/ko/LC_MESSAGES/alsa-utils.mo
%%NLS%%share/locale/ru/LC_MESSAGES/alsaconf.mo
%%NLS%%share/locale/sk/LC_MESSAGES/alsa-utils.mo
share/sounds/alsa/Front_Center.wav
share/sounds/alsa/Front_Left.wav
share/sounds/alsa/Front_Right.wav

View File

@ -1,6 +1,6 @@
PORTNAME= amberol
DISTVERSION= 0.10.3
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= audio
MAINTAINER= jbeich@FreeBSD.org

View File

@ -1,11 +1,11 @@
PORTNAME= ardour
DISTVERSION= 7.5.0
DISTVERSION= 8.1.0
CATEGORIES= audio
# Official source download is tailored to browsers, downloads from github are
# deliberately made empty. Put the badly named distfile into a subdirectory.
MASTER_SITES= https://community.ardour.org/download/release/
DISTNAME= Ardour-${DISTVERSION}
DISTFILES= 534
DISTFILES= 550
DIST_SUBDIR= ${DISTNAME}
MAINTAINER= dev@submerge.ch
@ -42,7 +42,6 @@ LIB_DEPENDS= libserd-0.so:devel/serd \
libcurl.so:ftp/curl \
libogg.so:audio/libogg \
libFLAC.so:audio/flac \
libSoundTouch.so:audio/soundtouch \
libwebsockets.so:net/libwebsockets
USES= compiler:c++11-lang desktop-file-utils gettext gnome \
@ -54,7 +53,7 @@ USE_LDCONFIG= yes
USE_XORG= x11
CONFIGURE_ARGS= --optimize --ptformat --freedesktop --no-phone-home \
--with-backends=jack,dummy --internal-shared-libs --no-vst3 \
--with-backends=jack,dummy --internal-shared-libs \
${CONFIGURE_ARGS_${ARCH}}
CONFIGURE_ARGS_amd64= --arch='-msse -mfpmath=sse -DARCH_X86' --dist-target=x86_64
# only support for i686 or better
@ -62,14 +61,23 @@ CONFIGURE_ARGS_i386= --arch='-msse -mfpmath=sse -march=i686 -DARCH_X86' --dist-t
LDFLAGS_powerpc= -Wl,-z,notext
ARDOUR_MAJOR= ardour8
ETCDIR= ${PREFIX}/etc/${ARDOUR_MAJOR}
DATADIR= ${PREFIX}/share/${ARDOUR_MAJOR}
BINARY_ALIAS+= gas=${CC}
ARDOUR_MAJOR= ardour7
DATADIR= ${PREFIX}/share/${ARDOUR_MAJOR}
ETCDIR= ${PREFIX}/etc/${ARDOUR_MAJOR}
PLIST_SUB+= VERSION=${PORTVERSION} \
ARDOUR_MAJOR=${ARDOUR_MAJOR}
OPTIONS_DEFINE= VST3
OPTIONS_SUB= yes
VST3_DESC= Build with VST3 plugin support
VST3_BUILD_DEPENDS= vst3sdk>0:audio/vst3sdk
# Inverted logic, the --vst3 argument _disables_ VST3 support.
VST3_CONFIGURE_OFF= --vst3
post-patch:
@${REINPLACE_CMD} -e 's/obj\.use = '\''libsmf libpbd'\''/obj\.use = '\''libsmf_internal libpbd'\''/g' ${WRKSRC}/libs/evoral/wscript
@${REINPLACE_CMD} -e 's/libsmf\.name = '\''libsmf'\''/libsmf\.name = '\''libsmf_internal'\''/g' ${WRKSRC}/libs/evoral/wscript
@ -99,4 +107,7 @@ post-install:
@${LN} -sf ffmpeg ${STAGEDIR}${PREFIX}/bin/ffmpeg_harvid
@${LN} -sf ffprobe ${STAGEDIR}${PREFIX}/bin/ffprobe_harvid
post-install-VST3-on:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${ARDOUR_MAJOR}/ardour-vst3-scanner
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1688296708
SHA256 (Ardour-7.5.0/534) = a63beabe8c665fa685316f0e97d48ac9c95a93a0e5befcad2db731c77af9310f
SIZE (Ardour-7.5.0/534) = 13465772
TIMESTAMP = 1697821942
SHA256 (Ardour-8.1.0/550) = 5a2656b326b2ee38f14df9378d044982f9ca1607e7e0bec647686eb6edc9dc17
SIZE (Ardour-8.1.0/550) = 13835817

View File

@ -0,0 +1,11 @@
--- libs/vst3/pluginterfaces/base/fplatform.h.orig 2023-10-10 20:07:54 UTC
+++ libs/vst3/pluginterfaces/base/fplatform.h
@@ -86,7 +86,7 @@
//-----------------------------------------------------------------------------
// LINUX
//-----------------------------------------------------------------------------
-#elif __gnu_linux__ || __linux__
+#elif __gnu_linux__ || __linux__ || __FreeBSD__
#define SMTG_OS_LINUX 1
#define SMTG_OS_MACOS 0
#define SMTG_OS_WINDOWS 0

View File

@ -41,6 +41,7 @@ lib/%%ARDOUR_MAJOR%%/ardour-%%VERSION%%
lib/%%ARDOUR_MAJOR%%/ardour-avahi
lib/%%ARDOUR_MAJOR%%/ardour-exec-wrapper
lib/%%ARDOUR_MAJOR%%/ardour-vst-scanner
%%VST3%%lib/%%ARDOUR_MAJOR%%/ardour-vst3-scanner
lib/%%ARDOUR_MAJOR%%/backends/libdummy_audiobackend.so
lib/%%ARDOUR_MAJOR%%/backends/libjack_audiobackend.so
lib/%%ARDOUR_MAJOR%%/engines/libclearlooks.so
@ -94,6 +95,7 @@ lib/%%ARDOUR_MAJOR%%/surfaces/libardour_faderport2.so
lib/%%ARDOUR_MAJOR%%/surfaces/libardour_faderport8.so
lib/%%ARDOUR_MAJOR%%/surfaces/libardour_generic_midi.so
lib/%%ARDOUR_MAJOR%%/surfaces/libardour_launch_control_xl.so
lib/%%ARDOUR_MAJOR%%/surfaces/libardour_launchpad_pro.so
lib/%%ARDOUR_MAJOR%%/surfaces/libardour_mcp.so
lib/%%ARDOUR_MAJOR%%/surfaces/libardour_osc.so
lib/%%ARDOUR_MAJOR%%/surfaces/libardour_us2400.so
@ -178,6 +180,7 @@ share/applications/%%ARDOUR_MAJOR%%.desktop
%%DATADIR%%/icons/halfnote.png
%%DATADIR%%/icons/i_beam_cursor.png
%%DATADIR%%/icons/launch_control_xl.png
%%DATADIR%%/icons/launchpad-pro.png
%%DATADIR%%/icons/mezzforte.png
%%DATADIR%%/icons/mezzoforte.png
%%DATADIR%%/icons/mezzopiano.png
@ -233,6 +236,7 @@ share/applications/%%ARDOUR_MAJOR%%.desktop
%%DATADIR%%/icons/solo-safe-icon.png
%%DATADIR%%/icons/soloed-by-others.png
%%DATADIR%%/icons/soundcloud.png
%%DATADIR%%/icons/ssl-uf8-small.png
%%DATADIR%%/icons/thirtysecondnote.png
%%DATADIR%%/icons/time_exp.png
%%DATADIR%%/icons/trim_bottom_cursor.png
@ -271,6 +275,10 @@ share/applications/%%ARDOUR_MAJOR%%.desktop
%%DATADIR%%/mcp/qcon_g2ex+g2.device
%%DATADIR%%/mcp/qex+qcon.device
%%DATADIR%%/mcp/ruco.device
%%DATADIR%%/mcp/ssl-uf8+1.device
%%DATADIR%%/mcp/ssl-uf8+2.device
%%DATADIR%%/mcp/ssl-uf8+3.device
%%DATADIR%%/mcp/ssl-uf8.device
%%DATADIR%%/mcp/two_platform_x+_platform_m+.device
%%DATADIR%%/mcp/user.profile
%%DATADIR%%/mcp/x-touch+2x-touch-compact.device
@ -285,6 +293,8 @@ share/applications/%%ARDOUR_MAJOR%%.desktop
%%DATADIR%%/media/.daw-meta.xml
%%DATADIR%%/media/click-120bpm.flac
%%DATADIR%%/media/click.mid
%%DATADIR%%/midi_maps/AKAI_APCmini.map
%%DATADIR%%/midi_maps/AKAI_APCmini_mk2.map
%%DATADIR%%/midi_maps/AKAI_MIDIMix_EQ_Mode.map
%%DATADIR%%/midi_maps/AKAI_MIDIMix_Normal_Mode.map
%%DATADIR%%/midi_maps/AKAI_MPK225_Normal.map
@ -292,12 +302,15 @@ share/applications/%%ARDOUR_MAJOR%%.desktop
%%DATADIR%%/midi_maps/AKAI_MPK249.map
%%DATADIR%%/midi_maps/AKAI_MPK61.map
%%DATADIR%%/midi_maps/AKAI_MPKmini.map
%%DATADIR%%/midi_maps/AKAI_MPKminiplus.map
%%DATADIR%%/midi_maps/Alesis_Q49v2.map
%%DATADIR%%/midi_maps/Alesis_QX25.map
%%DATADIR%%/midi_maps/Alesis_VI25.map
%%DATADIR%%/midi_maps/Arturia_KeyLab49.map
%%DATADIR%%/midi_maps/Arturia_MiniLab_mkII.map
%%DATADIR%%/midi_maps/DDX3216.map
%%DATADIR%%/midi_maps/Devine_Versakey.map
%%DATADIR%%/midi_maps/Donner_StarryPad.map
%%DATADIR%%/midi_maps/Korg_nanoKONTROL.map
%%DATADIR%%/midi_maps/Korg_nanoKONTROL2.map
%%DATADIR%%/midi_maps/Korg_nanoKONTROL2_With_Master.map
@ -576,6 +589,7 @@ share/applications/%%ARDOUR_MAJOR%%.desktop
%%DATADIR%%/patchfiles/Kurzweil_PC88_MX.midnam
%%DATADIR%%/patchfiles/Kurzweil_PC88_VGM.midnam
%%DATADIR%%/patchfiles/Kurzweil_PX_Plus.midnam
%%DATADIR%%/patchfiles/Kurzweil_SP4.midnam
%%DATADIR%%/patchfiles/Kurzweil_SP88x.midnam
%%DATADIR%%/patchfiles/Lexicon_DR_Music_FX_Expansion.midnam
%%DATADIR%%/patchfiles/Lexicon_Dual_FX_Expansion.midnam
@ -608,6 +622,7 @@ share/applications/%%ARDOUR_MAJOR%%.desktop
%%DATADIR%%/patchfiles/Moog_MF_108M_Cluster_Flux.midnam
%%DATADIR%%/patchfiles/Moog_Minitaur.midnam
%%DATADIR%%/patchfiles/Moog_Slim_Phatty.midnam
%%DATADIR%%/patchfiles/Moog_Subsequent_37.midnam
%%DATADIR%%/patchfiles/Morning_Star_MacWaveMaker.midnam
%%DATADIR%%/patchfiles/Nord_Modular.midnam
%%DATADIR%%/patchfiles/Novation_A_Station.midnam
@ -801,6 +816,7 @@ share/applications/%%ARDOUR_MAJOR%%.desktop
%%DATADIR%%/scripts/a_dtmf_phone.lua
%%DATADIR%%/scripts/a_mute.lua
%%DATADIR%%/scripts/a_slow_mute.lua
%%DATADIR%%/scripts/a_stereo_routing.lua
%%DATADIR%%/scripts/ab_switch.lua
%%DATADIR%%/scripts/access_action.lua
%%DATADIR%%/scripts/add_MIDI_monitor.lua
@ -809,6 +825,7 @@ share/applications/%%ARDOUR_MAJOR%%.desktop
%%DATADIR%%/scripts/addscopes.lua
%%DATADIR%%/scripts/amp5.lua
%%DATADIR%%/scripts/avldrums_midimap.lua
%%DATADIR%%/scripts/barlow_arp.lua
%%DATADIR%%/scripts/bounce_replace.lua
%%DATADIR%%/scripts/bypass_all_plugins.lua
%%DATADIR%%/scripts/collapse_playlists.lua
@ -833,6 +850,7 @@ share/applications/%%ARDOUR_MAJOR%%.desktop
%%DATADIR%%/scripts/pitch_to_mts.lua
%%DATADIR%%/scripts/post_export_save_hook.lua
%%DATADIR%%/scripts/preare_record_example.lua
%%DATADIR%%/scripts/raptor_arp.lua
%%DATADIR%%/scripts/record_now.lua
%%DATADIR%%/scripts/remove_unknown_procs.lua
%%DATADIR%%/scripts/reset_mixer.lua
@ -852,6 +870,7 @@ share/applications/%%ARDOUR_MAJOR%%.desktop
%%DATADIR%%/scripts/s_region_gain2.lua
%%DATADIR%%/scripts/s_region_gain_curve.lua
%%DATADIR%%/scripts/s_replaceplugin.lua
%%DATADIR%%/scripts/s_sections.lua
%%DATADIR%%/scripts/s_selection.lua
%%DATADIR%%/scripts/s_set_region_fades.lua
%%DATADIR%%/scripts/s_showhide_track.lua
@ -868,6 +887,7 @@ share/applications/%%ARDOUR_MAJOR%%.desktop
%%DATADIR%%/scripts/session_template_advanced.lua
%%DATADIR%%/scripts/session_template_record.lua
%%DATADIR%%/scripts/set_automation_mode.lua
%%DATADIR%%/scripts/simple_arp.lua
%%DATADIR%%/scripts/singen.lua
%%DATADIR%%/scripts/spectrogram.lua
%%DATADIR%%/scripts/split_all_markers.lua

View File

@ -1,6 +1,6 @@
PORTNAME= baresip
DISTVERSIONPREFIX= v
DISTVERSION= 3.5.1
DISTVERSION= 3.6.0
CATEGORIES= audio
MAINTAINER= ports@FreeBSD.org
@ -18,9 +18,9 @@ USE_GITHUB= yes
GH_ACCOUNT= baresip
# FIXME values of the next 3 variables taken from source code Makefile
ABI_MAJOR= 9
ABI_AGE= 5
ABI_REV= 1
ABI_MAJOR= 10
ABI_AGE= 6
ABI_REV= 0
PLIST_SUB= ABI_MAJOR=${ABI_MAJOR}
PLIST_SUB+= ABI_AGE=${ABI_AGE} \
ABI_REV=${ABI_REV}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1694774665
SHA256 (baresip-baresip-v3.5.1_GH0.tar.gz) = 622122edf376145870bc7749af0463c5f04a668b3d095c025b718f1910f1b77b
SIZE (baresip-baresip-v3.5.1_GH0.tar.gz) = 1142436
TIMESTAMP = 1697826033
SHA256 (baresip-baresip-v3.6.0_GH0.tar.gz) = 9996197bcba8bd2cbbed209f39b52dd811d2f4e35386819370da075b7d24b864
SIZE (baresip-baresip-v3.6.0_GH0.tar.gz) = 1151292

View File

@ -14,6 +14,9 @@ WWW= https://kxstudio.linuxaudio.org/Applications:Cadence
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
DEPRECATED= Depends on deprecated devel/py-qt5-pyqt
EXPIRATION_DATE= 2023-11-26
RUN_DEPENDS= jackit>0:audio/jack \
jack_capture:audio/jack-capture

View File

@ -1,21 +1,21 @@
PORTNAME= cd-discid
PORTVERSION= 0.9
DISTVERSION= 1.4-14
DISTVERSIONSUFFIX= -ga69bd89
CATEGORIES= audio
MASTER_SITES= http://lly.org/~rcw/cd-discid/
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= ports@FreeBSD.org
COMMENT= Backend utility to retrieve CDDB discid information
WWW= http://lly.org/~rcw/cd-discid/
WWW= http://linukz.org/cd-discid.shtml
WRKSRC= ${WRKDIR}/${PKGNAME}
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
MAKE_ARGS= prefix=${STAGEDIR}${PREFIX} mandir=${STAGEDIR}${PREFIX}/man/man1
USE_GITHUB= yes
GH_ACCOUNT= taem
MAKE_ARGS+= MANDIR=${PREFIX}/man/man1
PLIST_FILES= bin/cd-discid \
man/man1/cd-discid.1.gz
post-patch:
@${REINPLACE_CMD} -e "s/-o 0//g" ${WRKSRC}/Makefile
.include <bsd.port.mk>

View File

@ -1,2 +1,3 @@
SHA256 (cd-discid_0.9.orig.tar.gz) = 4917ac85e734d669cc4e2b8e04803afc3bddb809fc36ba400ef48075839fa2bb
SIZE (cd-discid_0.9.orig.tar.gz) = 11217
TIMESTAMP = 1697963860
SHA256 (taem-cd-discid-1.4-14-ga69bd89_GH0.tar.gz) = b417d2dfb8e4ada8160d12af643ffd95d0a203125265dfe2b7d25a00ed9ae3a4
SIZE (taem-cd-discid-1.4-14-ga69bd89_GH0.tar.gz) = 13404

View File

@ -1,11 +1,11 @@
--- Makefile.orig 2003-01-05 20:18:07 UTC
--- Makefile.orig 2023-10-22 08:45:17 UTC
+++ Makefile
@@ -1,6 +1,6 @@
VERSION = 0.8
-CC = gcc
-CFLAGS = -g -O2
+CC ?= cc
+CFLAGS ?= -O -pipe
LDFLAGS =
LIBS =
DEFS =
@@ -30,8 +30,6 @@ cd-discid: $(OBJS)
$(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
install: cd-discid
- mkdir -p $(BINDIR)
- mkdir -p $(MANDIR)
$(INSTALL) cd-discid $(DESTDIR)$(BINDIR)/cd-discid
$(STRIP) $(DESTDIR)$(BINDIR)/cd-discid
$(INSTALL) -m 644 cd-discid.1 $(DESTDIR)$(MANDIR)/cd-discid.1

View File

@ -11,6 +11,9 @@ WWW= https://csoundqt.github.io/
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/lgpl-2.1.txt
DEPRECATED= Depends on deprecated www/qt5-webkit
EXPIRATION_DATE= 2023-11-26
LIB_DEPENDS= libcsound64.so:audio/csound
USES= compiler:c++11-lib desktop-file-utils gl gmake qmake qt:5 shared-mime-info

View File

@ -1,6 +1,6 @@
PORTNAME= ebur128
DISTVERSION= 0.1.8
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= audio
MAINTAINER= diizzy@FreeBSD.org

View File

@ -1,6 +1,8 @@
PORTNAME= faac
PORTVERSION= 1.30
DISTVERSION= 1.30
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTNAME}-${DISTVERSION}/
DISTNAME= ${PORTNAME}-${DISTVERSION:S/./_/g}
MAINTAINER= multimedia@FreeBSD.org
COMMENT= MPEG-2 and MPEG-4 AAC audio encoder
@ -14,12 +16,10 @@ LICENSE_FILE_ISO= ${WRKSRC}/README
LICENSE_PERMS_ISO= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
USES= autoreconf compiler:c11 gmake libtool
INSTALL_TARGET= install-strip
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= knik0
GH_TAGNAME= 78d8e01
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1618047210
SHA256 (knik0-faac-1.30-78d8e01_GH0.tar.gz) = 19b34a8fa761bb6cf2ab770ea5d3fdac6b993bc7a5d9b397e9d8f0088846bf59
SIZE (knik0-faac-1.30-78d8e01_GH0.tar.gz) = 241760
TIMESTAMP = 1697885383
SHA256 (faac-1_30.tar.gz) = adc387ce588cca16d98c03b6ec1e58f0ffd9fc6eadb00e254157d6b16203b2d2
SIZE (faac-1_30.tar.gz) = 241750

View File

@ -1,6 +1,6 @@
PORTNAME= metronome
DISTVERSION= 1.3.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= audio
PKGNAMEPREFIX= gnome-

View File

@ -1,5 +1,6 @@
PORTNAME= podcasts
DISTVERSION= 0.6.1
PORTREVISION= 1
CATEGORIES= audio
PKGNAMEPREFIX= gnome-

View File

@ -0,0 +1,30 @@
PORTNAME= jnoisemeter
DISTVERSION= 0.4.1
CATEGORIES= audio
MASTER_SITES= https://kokkinizita.linuxaudio.org/linuxaudio/downloads/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Jack app for measurement of audio signals, in particular noise signals
WWW= https://kokkinizita.linuxaudio.org/linuxaudio/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/../COPYING
LIB_DEPENDS= libclthreads.so:devel/clthreads \
libclxclient.so:devel/clxclient \
libjack.so:audio/jack
USES= gmake localbase:ldflags pkgconfig tar:bz2 xorg
USE_XORG= x11 xft
USE_LDCONFIG= yes
WRKSRC_SUBDIR= source
ALL_TARGET= ${PORTNAME}
PLIST_FILES= bin/${PORTNAME}
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1698164917
SHA256 (jnoisemeter-0.4.1.tar.bz2) = e20c39b18c378c51e2ac951c0f2fd9fdf2e0137a852246c8a18e3975eb71effe
SIZE (jnoisemeter-0.4.1.tar.bz2) = 120965

View File

@ -0,0 +1,13 @@
- remove -march=native: it is managed by CPUTYPE in /etc/make.conf
--- Makefile.orig 2023-10-24 16:35:38 UTC
+++ Makefile
@@ -25,7 +25,7 @@ VERSION = 0.4.1
CPPFLAGS += -MMD -MP -DVERSION=\"$(VERSION)\"
CPPFLAGS += $(shell pkgconf --cflags freetype2)
CXXFLAGS += -O2 -Wall
-CXXFLAGS += -march=native
+#CXXFLAGS += -march=native
LDLIBS += -lclthreads -lclxclient -lpthread -ljack -lXft -lX11 -lrt

View File

@ -0,0 +1,8 @@
Jnoisemeter is a small Jack app for accurate measurement of
audio signals, in particular noise signals.
The simplest use is to measure the S/N ratio of your
sound card. If you can calibrate the input levels of
your soundcard it can also be used (with some external
hardware) to measure noise levels of any type of audio
equipment, including preamps and microphones.

View File

@ -1,6 +1,6 @@
PORTNAME= lewton
DISTVERSION= 0.10.2
PORTREVISION= 22
PORTREVISION= 23
CATEGORIES= audio
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/

View File

@ -1,6 +1,5 @@
PORTNAME= libsidplayfp
DISTVERSION= 2.4.2
PORTREVISION= 1
DISTVERSION= 2.5.0
CATEGORIES= audio
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/
@ -51,7 +50,7 @@ CONFIGURE_ARGS+= --with-simd=neon
CONFIGURE_ARGS+= --with-simd=sse2
.endif
SIDPLAYFP_SHLIB_VERSION= 6.3.26
SIDPLAYFP_SHLIB_VERSION= 6.3.27
STILVIEW_SHLIB_VERSION= 0.0.4
post-build-DOXYGEN-on:

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1675756439
SHA256 (libsidplayfp-2.4.2.tar.gz) = 62ebe085361eb2ee57f0f08abe2246599b180727703fc300101a8d1a97c6de7d
SIZE (libsidplayfp-2.4.2.tar.gz) = 800857
TIMESTAMP = 1698259527
SHA256 (libsidplayfp-2.5.0.tar.gz) = 3a22751b72b1f5b36ba7d39af7f63947de201d02117a0e156153464cb89f0bd1
SIZE (libsidplayfp-2.5.0.tar.gz) = 806655

View File

@ -1,6 +1,5 @@
PORTNAME= lilv
PORTVERSION= 0.24.12
PORTREVISION= 1
DISTVERSION= 0.24.22
CATEGORIES= audio
MASTER_SITES= https://download.drobilla.net/
@ -15,21 +14,15 @@ BUILD_DEPENDS= lv2>=1.14.0:audio/lv2
LIB_DEPENDS= libserd-0.so:devel/serd \
libsndfile.so:audio/libsndfile \
libsord-0.so:devel/sord \
libsratom-0.so:audio/sratom
libsratom-0.so:audio/sratom \
libzix-0.so:devel/zix
RUN_DEPENDS= lv2>=1.14.0:audio/lv2
USES= pkgconfig python:build tar:bzip2 waf
USES= meson pkgconfig python:build tar:xz
USE_LDCONFIG= yes
MESON_ARGS= -Ddocs=disabled \
--mandir=${PREFIX}/share/man
BINARY_ALIAS= python3=${PYTHON_CMD}
PLIST_SUB= VERSION=${PORTVERSION}
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblilv-0.so.${PORTVERSION}
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lilv-bench
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lv2apply
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lv2bench
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lv2info
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lv2ls
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1610134055
SHA256 (lilv-0.24.12.tar.bz2) = 26a37790890c9c1f838203b47f5b2320334fe92c02a4d26ebbe2669dbd769061
SIZE (lilv-0.24.12.tar.bz2) = 427404
TIMESTAMP = 1698135282
SHA256 (lilv-0.24.22.tar.xz) = 76f949d0e59fc83363409b5ec5e15c1046fb7dd6589d3c1b920cec1fd29f9ff3
SIZE (lilv-0.24.22.tar.xz) = 105504

View File

@ -1,4 +1,3 @@
bin/lilv-bench
bin/lv2apply
bin/lv2bench
bin/lv2info
@ -12,5 +11,6 @@ lib/liblilv-0.so.%%VERSION%%
%%PYTHON_SITELIBDIR%%/lilv.py
libdata/pkgconfig/lilv-0.pc
share/man/man1/lv2apply.1.gz
share/man/man1/lv2bench.1.gz
share/man/man1/lv2info.1.gz
share/man/man1/lv2ls.1.gz

View File

@ -1,7 +1,7 @@
PORTNAME= mmtc
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.2
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= audio
MAINTAINER= yuri@FreeBSD.org

View File

@ -1,7 +1,7 @@
PORTNAME= mousai
DISTVERSIONPREFIX= v
DISTVERSION= 0.7.5
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= audio
MAINTAINER= jbeich@FreeBSD.org

View File

@ -11,6 +11,9 @@ WWW= https://www.mythtv.org/wiki/MythMusic
LICENSE= GPLv2
DEPRECATED= Depends on deprecated multimedia/mythtv
EXPIRATION_DATE= 2023-11-26
LIB_DEPENDS= libFLAC.so:audio/flac \
libmp3lame.so:audio/lame \
libogg.so:audio/libogg \

View File

@ -1,6 +1,6 @@
PORTNAME= myxer
DISTVERSION= 1.2.1
PORTREVISION= 26
PORTREVISION= 27
CATEGORIES= audio
MAINTAINER= yuri@FreeBSD.org

View File

@ -1,7 +1,7 @@
PORTNAME= ncspot
DISTVERSIONPREFIX= v
DISTVERSION= 0.13.4
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= audio
MAINTAINER= rodrigo@FreeBSD.org

View File

@ -1,7 +1,7 @@
PORTNAME= netease-music-tui
DISTVERSIONPREFIX= v
DISTVERSION= 0.1.5
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= audio
MAINTAINER= yuri@FreeBSD.org

View File

@ -1,6 +1,5 @@
PORTNAME= kpipewire
DISTVERSION= ${KDE_PLASMA_VERSION}
PORTREVISION= 1
CATEGORIES= audio kde kde-plasma
MAINTAINER= kde@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1694545969
SHA256 (KDE/plasma/5.27.8/kpipewire-5.27.8.tar.xz) = 5ae64c6d494634f86aa87d550b6548ef0ac19ed67c24dd9fe1b5cf5387504780
SIZE (KDE/plasma/5.27.8/kpipewire-5.27.8.tar.xz) = 59796
TIMESTAMP = 1698166145
SHA256 (KDE/plasma/5.27.9/kpipewire-5.27.9.tar.xz) = 1b7b4f116c208f6ef5279efe99c5715e3ccea98efb7a9ee4565947b45c15d020
SIZE (KDE/plasma/5.27.9/kpipewire-5.27.9.tar.xz) = 59796

View File

@ -0,0 +1,17 @@
PORTNAME= oxygen-sounds
DISTVERSION= ${KDE_PLASMA_VERSION}
CATEGORIES= audio kde kde-plasma
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 Oxygen sounds
WWW= https://www.kde.org/plasma-desktop
LICENSE= BSD2CLAUSE CC0-1.0 LGPL3+
LICENSE_COMB= multi
USES= cmake:noninja kde:5 qt:5 tar:xz
USE_KDE= ecm:build
USE_QT= buildtools:build qmake:build
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1698238804
SHA256 (KDE/plasma/5.27.9/oxygen-sounds-5.27.9.tar.xz) = e1fdcbcbdd4f965dcb966b885258f94c08faf6ea359c8ac926941bdd49a63759
SIZE (KDE/plasma/5.27.9/oxygen-sounds-5.27.9.tar.xz) = 1896428

View File

@ -0,0 +1 @@
Plasma5 Oxygen sounds.

View File

@ -0,0 +1,50 @@
share/sounds/Oxygen-Im-Cant-Connect.ogg
share/sounds/Oxygen-Im-Connection-Lost.ogg
share/sounds/Oxygen-Im-Contact-In.ogg
share/sounds/Oxygen-Im-Contact-Out.ogg
share/sounds/Oxygen-Im-Error-On-Connection.ogg
share/sounds/Oxygen-Im-Highlight-Msg.ogg
share/sounds/Oxygen-Im-Internal-Error.ogg
share/sounds/Oxygen-Im-Irc-Event.ogg
share/sounds/Oxygen-Im-Low-Priority-Message.ogg
share/sounds/Oxygen-Im-Message-In.ogg
share/sounds/Oxygen-Im-Message-Out.ogg
share/sounds/Oxygen-Im-Network-Problems.ogg
share/sounds/Oxygen-Im-New-Mail.ogg
share/sounds/Oxygen-Im-Nudge.ogg
share/sounds/Oxygen-Im-Phone-Ring.ogg
share/sounds/Oxygen-Im-Sms.ogg
share/sounds/Oxygen-Im-User-Auth.ogg
share/sounds/Oxygen-K3B-Finish-Error.ogg
share/sounds/Oxygen-K3B-Finish-Success.ogg
share/sounds/Oxygen-K3B-Insert-Medium.ogg
share/sounds/Oxygen-Sys-App-Error-Critical.ogg
share/sounds/Oxygen-Sys-App-Error-Serious-Very.ogg
share/sounds/Oxygen-Sys-App-Error-Serious.ogg
share/sounds/Oxygen-Sys-App-Error.ogg
share/sounds/Oxygen-Sys-App-Message.ogg
share/sounds/Oxygen-Sys-App-Negative.ogg
share/sounds/Oxygen-Sys-App-Positive.ogg
share/sounds/Oxygen-Sys-Error-Printing.ogg
share/sounds/Oxygen-Sys-File-Open-Foes.ogg
share/sounds/Oxygen-Sys-List-End.ogg
share/sounds/Oxygen-Sys-List-Match-Multiple.ogg
share/sounds/Oxygen-Sys-List-Match-No.ogg
share/sounds/Oxygen-Sys-Log-In-Long.ogg
share/sounds/Oxygen-Sys-Log-In-Short.ogg
share/sounds/Oxygen-Sys-Log-In.ogg
share/sounds/Oxygen-Sys-Log-Out-Long.ogg
share/sounds/Oxygen-Sys-Log-Out.ogg
share/sounds/Oxygen-Sys-Question.ogg
share/sounds/Oxygen-Sys-Special.ogg
share/sounds/Oxygen-Sys-Trash-Emptied.ogg
share/sounds/Oxygen-Sys-Warning.ogg
share/sounds/Oxygen-Window-All-Desktops-Not.ogg
share/sounds/Oxygen-Window-All-Desktops.ogg
share/sounds/Oxygen-Window-Close.ogg
share/sounds/Oxygen-Window-Maximize.ogg
share/sounds/Oxygen-Window-Minimize.ogg
share/sounds/Oxygen-Window-Move-Stop.ogg
share/sounds/Oxygen-Window-Move.ogg
share/sounds/Oxygen-Window-Shade-Down.ogg
share/sounds/Oxygen-Window-Shade-Up.ogg

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1694545970
SHA256 (KDE/plasma/5.27.8/plasma-pa-5.27.8.tar.xz) = 69234132db1aba794c165d71490c158b099680fa5021aaffed103ef9fd3ed70b
SIZE (KDE/plasma/5.27.8/plasma-pa-5.27.8.tar.xz) = 163588
TIMESTAMP = 1698166146
SHA256 (KDE/plasma/5.27.9/plasma-pa-5.27.9.tar.xz) = 24d5773c0fc245b98dca87f3c98f434df601a9a5630c4177c933496de60c551d
SIZE (KDE/plasma/5.27.9/plasma-pa-5.27.9.tar.xz) = 163800

26
audio/py-auditok/Makefile Normal file
View File

@ -0,0 +1,26 @@
PORTNAME= auditok
DISTVERSION= 0.2.0
CATEGORIES= audio python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Audio/acoustic activity detection and audio segmentation tool
WWW= https://github.com/amsehili/auditok/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
# dependencies aren't listed in setup.py and pyproject.toml, see https://github.com/amsehili/auditok/issues/46
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \
${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}pyaudio>0:audio/py-pyaudio@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pydub>0:audio/py-pydub@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils concurrent autoplist pytest
NOARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1697993685
SHA256 (auditok-0.2.0.tar.gz) = 46c512e287b2e13df4819774166af32b236d754afbe6b0dc87281b233e5ae688
SIZE (auditok-0.2.0.tar.gz) = 2162248

View File

@ -0,0 +1,4 @@
auditok is an Audio Activity Detection tool that can process online data
(read from an audio device or from standard input) as well as audio files.
It can be used as a command-line program or by calling its API.

View File

@ -1,5 +1,5 @@
PORTNAME= pyradio
DISTVERSION= 0.9.2.15
DISTVERSION= 0.9.2.16
PORTREVISION= 0
CATEGORIES= audio python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -30,7 +30,9 @@ RUN_DEPENDS= ${PKGNAMEPREFIX}dateutil>=2.8.2:devel/py-dateutil@${PY_FLAVOR} \
USES= python
USE_GITHUB= yes
GH_ACCOUNT= coderholic
USE_PYTHON= autoplist distutils
USE_PYTHON= autoplist pep517
NO_ARCH= yes
PLIST_FILES= share/applications/${PORTNAME}.desktop \
share/pixmaps/${PORTNAME}.png
@ -47,6 +49,7 @@ VLC_DESC= VLC media player support
DOCS_PLIST_FILES= man/man1/pyradio.1.gz \
man/man1/pyradio_rb.1.gz \
man/man1/pyradio_rec.1.gz \
man/man1/pyradio_server.1.gz
MPLAYER_RUN_DEPENDS+= mplayer:multimedia/mplayer
MPV_RUN_DEPENDS+= mpv:multimedia/mpv

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1696509186
SHA256 (coderholic-pyradio-0.9.2.15_GH0.tar.gz) = bf428767b20dc5e01da79c666ba0c305ce69059ad977da63ea50b50c199335d7
SIZE (coderholic-pyradio-0.9.2.15_GH0.tar.gz) = 991255
TIMESTAMP = 1698039171
SHA256 (coderholic-pyradio-0.9.2.16_GH0.tar.gz) = aad81b637573068c5fe6a425a7d52babd9abb38289b7c9cdb2c36c4ce0e0938e
SIZE (coderholic-pyradio-0.9.2.16_GH0.tar.gz) = 1004870

View File

@ -1,6 +1,6 @@
PORTNAME= re
DISTVERSIONPREFIX= v
DISTVERSION= 3.5.1
DISTVERSION= 3.6.0
CATEGORIES= audio devel
MAINTAINER= ports@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1694757451
SHA256 (baresip-re-v3.5.1_GH0.tar.gz) = 5cf31f95cd3d7df14c8f27a38b94a328b4d67c300686b49b6fae9cc0552f86e8
SIZE (baresip-re-v3.5.1_GH0.tar.gz) = 595670
TIMESTAMP = 1697811434
SHA256 (baresip-re-v3.6.0_GH0.tar.gz) = 12a46474875ef39f1179aca0138939bd84bb9357f54341518022a203c110d879
SIZE (baresip-re-v3.6.0_GH0.tar.gz) = 587564

View File

@ -19,7 +19,6 @@ include/re/re_hmac.h
include/re/re_http.h
include/re/re_httpauth.h
include/re/re_ice.h
include/re/re_jbuf.h
include/re/re_json.h
include/re/re_list.h
include/re/re_main.h
@ -88,6 +87,6 @@ lib/cmake/libre/libre.cmake
lib/cmake/re/re-config.cmake
lib/libre.a
lib/libre.so
lib/libre.so.17
lib/libre.so.17.5.1
lib/libre.so.18
lib/libre.so.18.6.0
libdata/pkgconfig/libre.pc

View File

@ -1,6 +1,6 @@
PORTNAME= shortwave
DISTVERSION= 3.2.0
PORTREVISION= 8
PORTREVISION= 9
CATEGORIES= audio
MAINTAINER= jbeich@FreeBSD.org

View File

@ -1,5 +1,6 @@
PORTNAME= songrec
DISTVERSION= 0.3.3
PORTREVISION= 1
CATEGORIES= audio
MAINTAINER= yuri@FreeBSD.org

View File

@ -1,7 +1,7 @@
PORTNAME= spotify-player
DISTVERSIONPREFIX= v
DISTVERSION= 0.10.0
PORTREVISION= 8
PORTREVISION= 9
CATEGORIES= audio
MAINTAINER= jfree@FreeBSD.org

View File

@ -2,6 +2,7 @@ Backport https://github.com/Smithay/client-toolkit/commit/5cfd95021c05
to ignore wl_surface::Event::preferred_buffer_scale after
https://invent.kde.org/plasma/kwin/-/commit/d2b0ed0c5a1e
https://github.com/swaywm/sway/commit/fc16fb65491b
https://github.com/hyprwm/Hyprland/commit/59f27e7f5701
--- cargo-crates/smithay-client-toolkit-0.16.0/src/environment.rs.orig 1970-01-01 00:00:00 UTC
+++ cargo-crates/smithay-client-toolkit-0.16.0/src/environment.rs

View File

@ -1,7 +1,7 @@
PORTNAME= spotify-tui
DISTVERSIONPREFIX= v
DISTVERSION= 0.25.0
PORTREVISION= 21
PORTREVISION= 22
CATEGORIES= audio
MAINTAINER= lcook@FreeBSD.org

View File

@ -1,7 +1,7 @@
PORTNAME= spotifyd
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.3
PORTREVISION= 19
DISTVERSION= 0.3.5
PORTREVISION= 1
CATEGORIES= audio
MAINTAINER= rodrigo@FreeBSD.org
@ -9,7 +9,7 @@ COMMENT= Spotify daemon
WWW= https://github.com/Spotifyd/spotifyd
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/cargo-crates/ansi_term-0.11.0/LICENCE
LICENSE_FILE= ${WRKSRC}/cargo-crates/ansi_term-0.12.1/LICENCE
LIB_DEPENDS= libogg.so:audio/libogg
@ -18,413 +18,20 @@ USE_GITHUB= yes
GH_ACCOUNT= Spotifyd
USE_RC_SUBR= spotifyd
CARGO_CRATES= addr2line-0.14.1 \
adler-0.2.3 \
aes-0.6.0 \
aes-ctr-0.6.0 \
aes-soft-0.6.4 \
aesni-0.10.0 \
aho-corasick-0.7.6 \
alsa-0.5.0 \
alsa-sys-0.3.1 \
ansi_term-0.11.0 \
async-trait-0.1.50 \
atty-0.2.14 \
autocfg-0.1.7 \
autocfg-1.0.0 \
backtrace-0.3.55 \
base64-0.10.1 \
base64-0.11.0 \
base64-0.13.0 \
bindgen-0.51.1 \
bitflags-1.2.1 \
block-buffer-0.9.0 \
block-modes-0.7.0 \
block-padding-0.2.1 \
boxfnonce-0.1.1 \
bumpalo-3.2.0 \
byteorder-1.4.3 \
bytes-0.4.12 \
bytes-0.5.6 \
bytes-1.0.1 \
c2-chacha-0.2.3 \
cc-1.0.50 \
cesu8-1.1.0 \
cexpr-0.3.6 \
cfg-if-0.1.10 \
cfg-if-1.0.0 \
chrono-0.4.11 \
cipher-0.2.5 \
clang-sys-0.28.1 \
clap-2.33.0 \
cloudabi-0.0.3 \
color-eyre-0.5.10 \
color-spantrace-0.1.6 \
combine-4.6.0 \
core-foundation-0.7.0 \
core-foundation-0.9.1 \
core-foundation-sys-0.6.2 \
core-foundation-sys-0.7.0 \
core-foundation-sys-0.8.2 \
coreaudio-rs-0.10.0 \
coreaudio-sys-0.2.3 \
cpal-0.13.3 \
cpuid-bool-0.1.2 \
crossbeam-utils-0.6.6 \
crypto-mac-0.10.0 \
crypto-mac-0.11.0 \
ctr-0.6.0 \
daemonize-0.4.1 \
darling-0.9.0 \
darling-0.10.2 \
darling_core-0.9.0 \
darling_core-0.10.2 \
darling_macro-0.9.0 \
darling_macro-0.10.2 \
dbus-0.2.3 \
dbus-0.9.3 \
dbus-crossroads-0.4.0 \
dbus-tokio-0.7.3 \
derefable-0.1.0 \
derivative-2.2.0 \
derive_builder-0.7.2 \
derive_builder_core-0.5.0 \
digest-0.9.0 \
dns-sd-0.1.3 \
dotenv-0.13.0 \
dtoa-0.4.4 \
either-1.5.3 \
encoding_rs-0.8.22 \
env_logger-0.6.2 \
env_logger-0.7.1 \
error-chain-0.11.0 \
eyre-0.6.5 \
failure-0.1.7 \
failure_derive-0.1.7 \
fern-0.6.0 \
fnv-1.0.6 \
foreign-types-0.3.2 \
foreign-types-shared-0.1.1 \
form_urlencoded-1.0.1 \
fuchsia-cprng-0.1.1 \
fuchsia-zircon-0.3.3 \
fuchsia-zircon-sys-0.3.3 \
futures-0.1.29 \
futures-0.3.15 \
futures-channel-0.3.15 \
futures-core-0.3.15 \
futures-executor-0.3.15 \
futures-io-0.3.15 \
futures-macro-0.3.15 \
futures-sink-0.3.15 \
futures-task-0.3.15 \
futures-util-0.3.15 \
gcc-0.3.55 \
generic-array-0.14.4 \
gethostname-0.2.1 \
getrandom-0.1.14 \
getrandom-0.2.3 \
gimli-0.23.0 \
glob-0.3.0 \
h2-0.2.1 \
h2-0.3.3 \
hashbrown-0.11.2 \
heck-0.3.1 \
hermit-abi-0.1.6 \
hex-0.4.2 \
hkdf-0.10.0 \
hmac-0.10.1 \
hmac-0.11.0 \
hostname-0.3.1 \
http-0.2.0 \
http-body-0.3.1 \
http-body-0.4.2 \
httparse-1.3.4 \
httpdate-0.3.2 \
humantime-1.3.0 \
hyper-0.13.2 \
hyper-0.14.5 \
hyper-tls-0.4.1 \
hyper-tls-0.5.0 \
ident_case-1.0.1 \
idna-0.1.5 \
idna-0.2.0 \
if-addrs-0.6.7 \
if-addrs-sys-0.3.2 \
indenter-0.3.2 \
indexmap-1.7.0 \
instant-0.1.9 \
iovec-0.1.4 \
ipnet-2.3.1 \
itertools-0.8.2 \
itoa-0.4.4 \
jni-0.18.0 \
jni-sys-0.3.0 \
jobserver-0.1.22 \
js-sys-0.3.51 \
kernel32-sys-0.2.2 \
keyring-0.10.1 \
lazy_static-1.4.0 \
lewton-0.10.2 \
libc-0.2.98 \
libdbus-sys-0.2.1 \
libloading-0.5.2 \
libmdns-0.6.2 \
libpulse-binding-2.23.1 \
libpulse-simple-binding-2.23.0 \
libpulse-simple-sys-1.16.1 \
libpulse-sys-1.18.0 \
librespot-audio-0.2.0 \
librespot-connect-0.2.0 \
librespot-core-0.2.0 \
librespot-metadata-0.2.0 \
librespot-playback-0.2.0 \
librespot-protocol-0.2.0 \
librespot-tremor-0.2.0 \
lock_api-0.3.3 \
lock_api-0.4.4 \
log-0.4.8 \
mach-0.3.2 \
match_cfg-0.1.0 \
matches-0.1.8 \
maybe-uninit-2.0.0 \
memchr-2.3.0 \
mime-0.3.16 \
mime_guess-2.0.1 \
miniz_oxide-0.4.3 \
mio-0.6.23 \
mio-0.7.13 \
miow-0.2.2 \
miow-0.3.7 \
multimap-0.8.3 \
native-tls-0.2.7 \
ndk-0.3.0 \
ndk-glue-0.3.0 \
ndk-macro-0.2.0 \
ndk-sys-0.2.1 \
net2-0.2.37 \
nix-0.20.0 \
nom-4.2.3 \
ntapi-0.3.6 \
num-0.3.1 \
num-bigint-0.3.1 \
num-bigint-0.4.0 \
num-complex-0.3.1 \
num-derive-0.3.3 \
num-integer-0.1.44 \
num-iter-0.1.42 \
num-rational-0.3.2 \
num-traits-0.2.14 \
num_cpus-1.11.1 \
num_enum-0.5.1 \
num_enum_derive-0.5.1 \
object-0.22.0 \
oboe-0.4.2 \
oboe-sys-0.4.2 \
ogg-0.8.0 \
ogg-sys-0.0.9 \
once_cell-1.5.2 \
opaque-debug-0.3.0 \
openssl-0.10.35 \
openssl-probe-0.1.2 \
openssl-sys-0.9.65 \
owo-colors-1.2.1 \
parking_lot-0.9.0 \
parking_lot-0.11.1 \
parking_lot_core-0.6.2 \
parking_lot_core-0.8.3 \
pbkdf2-0.8.0 \
peeking_take_while-0.1.2 \
percent-encoding-1.0.1 \
percent-encoding-2.1.0 \
pin-project-0.4.8 \
pin-project-1.0.7 \
pin-project-internal-0.4.8 \
pin-project-internal-1.0.7 \
pin-project-lite-0.1.4 \
pin-project-lite-0.2.4 \
pin-utils-0.1.0 \
pkg-config-0.3.17 \
portaudio-rs-0.3.2 \
portaudio-sys-0.1.1 \
ppv-lite86-0.2.10 \
priority-queue-1.1.1 \
proc-macro-crate-0.1.5 \
proc-macro-error-1.0.2 \
proc-macro-error-attr-1.0.2 \
proc-macro-hack-0.5.19 \
proc-macro-nested-0.1.3 \
proc-macro2-0.4.30 \
proc-macro2-1.0.27 \
protobuf-2.14.0 \
protobuf-codegen-2.14.0 \
protobuf-codegen-pure-2.14.0 \
quick-error-1.2.3 \
quote-0.6.13 \
quote-1.0.9 \
rand-0.6.5 \
rand-0.7.3 \
rand-0.8.4 \
rand_chacha-0.1.1 \
rand_chacha-0.2.1 \
rand_chacha-0.3.1 \
rand_core-0.3.1 \
rand_core-0.4.2 \
rand_core-0.5.1 \
rand_core-0.6.3 \
rand_hc-0.1.0 \
rand_hc-0.2.0 \
rand_hc-0.3.1 \
rand_isaac-0.1.1 \
rand_jitter-0.1.4 \
rand_os-0.1.3 \
rand_pcg-0.1.2 \
rand_xorshift-0.1.1 \
random-0.12.2 \
rdrand-0.4.0 \
redox_syscall-0.1.56 \
redox_syscall-0.2.9 \
regex-1.3.3 \
regex-syntax-0.6.13 \
remove_dir_all-0.5.2 \
reqwest-0.10.1 \
reqwest-0.11.4 \
rodio-0.13.1 \
rspotify-0.8.0 \
rustc-demangle-0.1.16 \
rustc-hash-1.0.1 \
rustc-serialize-0.3.24 \
rustc_version-0.2.3 \
ryu-1.0.2 \
same-file-1.0.6 \
schannel-0.1.16 \
scopeguard-1.1.0 \
secret-service-1.1.3 \
security-framework-0.4.4 \
security-framework-2.3.1 \
security-framework-sys-0.4.3 \
security-framework-sys-2.3.0 \
semver-0.9.0 \
semver-parser-0.7.0 \
serde-1.0.115 \
serde_derive-1.0.115 \
serde_json-1.0.44 \
serde_urlencoded-0.6.1 \
serde_urlencoded-0.7.0 \
sha-1-0.9.1 \
sha2-0.9.2 \
shannon-0.2.0 \
sharded-slab-0.1.1 \
shell-words-1.0.0 \
shlex-0.1.1 \
signal-hook-registry-1.4.0 \
slab-0.4.2 \
smallvec-0.6.13 \
smallvec-1.6.1 \
socket2-0.4.0 \
stdweb-0.1.3 \
strsim-0.7.0 \
strsim-0.8.0 \
strsim-0.9.3 \
structopt-0.3.17 \
structopt-derive-0.4.10 \
subtle-2.4.0 \
syn-0.15.44 \
syn-1.0.73 \
syn-mid-0.5.0 \
synstructure-0.12.3 \
syslog-4.0.1 \
tempfile-3.1.0 \
termcolor-1.1.0 \
textwrap-0.11.0 \
thiserror-1.0.26 \
thiserror-impl-1.0.26 \
thread_local-1.0.1 \
time-0.1.42 \
tinyvec-1.2.0 \
tinyvec_macros-0.1.0 \
tokio-0.2.25 \
tokio-1.8.1 \
tokio-compat-0.1.6 \
tokio-compat-02-0.2.0 \
tokio-current-thread-0.1.6 \
tokio-executor-0.1.9 \
tokio-io-0.1.13 \
tokio-macros-1.3.0 \
tokio-native-tls-0.3.0 \
tokio-reactor-0.1.11 \
tokio-socks-0.2.0 \
tokio-stream-0.1.7 \
tokio-sync-0.1.7 \
tokio-timer-0.2.12 \
tokio-tls-0.3.0 \
tokio-util-0.2.0 \
tokio-util-0.6.7 \
toml-0.5.8 \
tower-service-0.3.0 \
tracing-0.1.22 \
tracing-attributes-0.1.11 \
tracing-core-0.1.17 \
tracing-error-0.1.2 \
tracing-subscriber-0.2.15 \
try-lock-0.2.2 \
typenum-1.12.0 \
unicase-2.6.0 \
unicode-bidi-0.3.4 \
unicode-normalization-0.1.11 \
unicode-segmentation-1.6.0 \
unicode-width-0.1.7 \
unicode-xid-0.1.0 \
unicode-xid-0.2.0 \
url-1.7.2 \
url-2.2.2 \
uuid-0.8.2 \
vcpkg-0.2.8 \
vec_map-0.8.1 \
vergen-3.0.4 \
version_check-0.1.5 \
version_check-0.9.1 \
walkdir-2.3.2 \
want-0.3.0 \
wasi-0.9.0+wasi-snapshot-preview1 \
wasi-0.10.2+wasi-snapshot-preview1 \
wasm-bindgen-0.2.74 \
wasm-bindgen-backend-0.2.74 \
wasm-bindgen-futures-0.4.24 \
wasm-bindgen-macro-0.2.74 \
wasm-bindgen-macro-support-0.2.74 \
wasm-bindgen-shared-0.2.74 \
web-sys-0.3.51 \
webbrowser-0.5.2 \
whoami-0.9.0 \
widestring-0.4.0 \
winapi-0.2.8 \
winapi-0.3.9 \
winapi-build-0.1.1 \
winapi-i686-pc-windows-gnu-0.4.0 \
winapi-util-0.1.3 \
winapi-x86_64-pc-windows-gnu-0.4.0 \
winreg-0.6.2 \
winreg-0.7.0 \
ws2_32-sys-0.2.1 \
xdg-2.2.0 \
zerocopy-0.3.0 \
zerocopy-derive-0.2.0
CARGO_FEATURES= --no-default-features
PLIST_FILES= bin/spotifyd \
"@sample etc/spotifyd.conf.sample"
PORTDOCS= README.md
OPTIONS_DEFINE= DBUS DOCS PORTAUDIO PULSEAUDIO ALSA DNS-SD
OPTIONS_DEFINE= ALSA DBUS DNS-SD DOCS PORTAUDIO PULSEAUDIO
OPTIONS_DEFAULT= PORTAUDIO
DBUS_DESC= D-Bus MPRIS support
DNS-SD_DESC= Avahi mDNSS support
DBUS_DESC= D-Bus MPRIS support
DNS-SD_DESC= Avahi mDNSS support
ALSA_LIB_DEPENDS= libasound_module_pcm_oss.so:audio/alsa-plugins
ALSA_VARS= CARGO_FEATURES+=alsa_backend
ALSA_VARS= CARGO_FEATURES+=alsa_backend
DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus
DBUS_VARS= CARGO_FEATURES+=dbus_mpris

View File

@ -0,0 +1,375 @@
CARGO_CRATES= addr2line-0.19.0 \
adler-1.0.2 \
aes-0.6.0 \
aes-0.7.5 \
aes-ctr-0.6.0 \
aes-soft-0.6.4 \
aesni-0.10.0 \
aho-corasick-0.7.20 \
alsa-0.6.0 \
alsa-0.7.0 \
alsa-sys-0.3.1 \
android_system_properties-0.1.5 \
ansi_term-0.12.1 \
async-broadcast-0.5.1 \
async-channel-1.8.0 \
async-executor-1.5.0 \
async-fs-1.6.0 \
async-io-1.13.0 \
async-lock-2.7.0 \
async-recursion-1.0.4 \
async-task-4.4.0 \
async-trait-0.1.68 \
atomic-waker-1.1.0 \
atty-0.2.14 \
autocfg-1.1.0 \
backtrace-0.3.67 \
base64-0.13.1 \
bindgen-0.64.0 \
bitflags-1.3.2 \
block-buffer-0.9.0 \
block-buffer-0.10.4 \
block-modes-0.8.1 \
block-padding-0.2.1 \
blocking-1.3.0 \
bumpalo-3.12.0 \
byteorder-1.4.3 \
bytes-1.4.0 \
cc-1.0.79 \
cesu8-1.1.0 \
cexpr-0.6.0 \
cfg-if-1.0.0 \
chrono-0.4.24 \
cipher-0.2.5 \
cipher-0.3.0 \
clang-sys-1.6.1 \
clap-2.34.0 \
codespan-reporting-0.11.1 \
color-eyre-0.6.2 \
color-spantrace-0.2.0 \
combine-4.6.6 \
concurrent-queue-2.1.0 \
cookie-0.16.2 \
cookie_store-0.19.0 \
core-foundation-0.9.3 \
core-foundation-sys-0.8.3 \
coreaudio-rs-0.10.0 \
coreaudio-sys-0.2.12 \
cpal-0.13.5 \
cpufeatures-0.2.6 \
crossbeam-utils-0.8.15 \
crypto-common-0.1.6 \
crypto-mac-0.11.1 \
ctr-0.6.0 \
cxx-1.0.94 \
cxx-build-1.0.94 \
cxxbridge-flags-1.0.94 \
cxxbridge-macro-1.0.94 \
daemonize-0.5.0 \
darling-0.13.4 \
darling_core-0.13.4 \
darling_macro-0.13.4 \
dbus-0.9.7 \
dbus-crossroads-0.5.2 \
dbus-tokio-0.7.6 \
derivative-2.2.0 \
digest-0.9.0 \
digest-0.10.6 \
dirs-4.0.0 \
dirs-sys-0.3.7 \
enum_dispatch-0.3.11 \
enumflags2-0.7.5 \
enumflags2_derive-0.7.4 \
env_logger-0.10.0 \
errno-0.3.0 \
errno-dragonfly-0.1.2 \
error-chain-0.12.4 \
event-listener-2.5.3 \
eyre-0.6.8 \
fastrand-1.9.0 \
fern-0.6.2 \
fixedbitset-0.4.2 \
fnv-1.0.7 \
form_urlencoded-1.1.0 \
futures-0.3.27 \
futures-channel-0.3.27 \
futures-core-0.3.27 \
futures-executor-0.3.27 \
futures-io-0.3.27 \
futures-lite-1.12.0 \
futures-macro-0.3.27 \
futures-sink-0.3.27 \
futures-task-0.3.27 \
futures-util-0.3.27 \
generic-array-0.14.7 \
gethostname-0.4.1 \
getrandom-0.2.8 \
gimli-0.27.2 \
glob-0.3.1 \
hashbrown-0.12.3 \
headers-0.3.8 \
headers-core-0.2.0 \
heck-0.3.3 \
heck-0.4.1 \
hermit-abi-0.1.19 \
hermit-abi-0.2.6 \
hermit-abi-0.3.1 \
hex-0.4.3 \
hkdf-0.12.3 \
hmac-0.11.0 \
hmac-0.12.1 \
hostname-0.3.1 \
http-0.2.9 \
http-body-0.4.5 \
httparse-1.8.0 \
httpdate-1.0.2 \
humantime-2.1.0 \
hyper-0.14.25 \
hyper-proxy-0.9.1 \
iana-time-zone-0.1.54 \
iana-time-zone-haiku-0.1.1 \
ident_case-1.0.1 \
idna-0.3.0 \
if-addrs-0.7.0 \
indenter-0.3.3 \
indexmap-1.9.3 \
instant-0.1.12 \
io-lifetimes-1.0.9 \
is-terminal-0.4.6 \
itoa-1.0.6 \
jni-0.19.0 \
jni-sys-0.3.0 \
jobserver-0.1.26 \
js-sys-0.3.61 \
keyring-2.0.1 \
lazy_static-1.4.0 \
lazycell-1.3.0 \
lewton-0.10.2 \
libc-0.2.140 \
libdbus-sys-0.2.4 \
libloading-0.7.4 \
libm-0.2.6 \
libmdns-0.7.5 \
libpulse-binding-2.27.1 \
libpulse-simple-binding-2.27.1 \
libpulse-simple-sys-1.20.1 \
libpulse-sys-1.20.1 \
librespot-audio-0.4.2 \
librespot-connect-0.4.2 \
librespot-core-0.4.2 \
librespot-discovery-0.4.2 \
librespot-metadata-0.4.2 \
librespot-playback-0.4.2 \
librespot-protocol-0.4.2 \
link-cplusplus-1.0.8 \
linux-keyutils-0.2.3 \
linux-raw-sys-0.3.0 \
lock_api-0.4.9 \
log-0.4.17 \
mach-0.3.2 \
match_cfg-0.1.0 \
maybe-async-0.2.7 \
memchr-2.5.0 \
memoffset-0.6.5 \
memoffset-0.7.1 \
mime-0.3.17 \
minimal-lexical-0.2.1 \
miniz_oxide-0.6.2 \
mio-0.8.6 \
multimap-0.8.3 \
ndk-0.6.0 \
ndk-context-0.1.1 \
ndk-glue-0.6.2 \
ndk-macro-0.3.0 \
ndk-sys-0.3.0 \
nix-0.23.2 \
nix-0.24.3 \
nix-0.26.2 \
nom-7.1.3 \
num-0.4.0 \
num-bigint-0.4.3 \
num-complex-0.4.3 \
num-derive-0.3.3 \
num-integer-0.1.45 \
num-iter-0.1.43 \
num-rational-0.4.1 \
num-traits-0.2.15 \
num_cpus-1.15.0 \
num_enum-0.5.11 \
num_enum_derive-0.5.11 \
num_threads-0.1.6 \
object-0.30.3 \
oboe-0.4.6 \
oboe-sys-0.4.5 \
ogg-0.8.0 \
once_cell-1.17.1 \
opaque-debug-0.3.0 \
ordered-stream-0.2.0 \
owo-colors-3.5.0 \
parking-2.0.0 \
parking_lot-0.11.2 \
parking_lot-0.12.1 \
parking_lot_core-0.8.6 \
parking_lot_core-0.9.7 \
pbkdf2-0.8.0 \
peeking_take_while-0.1.2 \
percent-encoding-2.2.0 \
petgraph-0.6.3 \
pin-project-lite-0.2.9 \
pin-utils-0.1.0 \
pkg-config-0.3.26 \
polling-2.6.0 \
portaudio-rs-0.3.2 \
portaudio-sys-0.1.1 \
ppv-lite86-0.2.17 \
priority-queue-1.3.1 \
proc-macro-crate-1.3.1 \
proc-macro-error-1.0.4 \
proc-macro-error-attr-1.0.4 \
proc-macro2-1.0.54 \
protobuf-2.28.0 \
protobuf-codegen-2.28.0 \
protobuf-codegen-pure-2.28.0 \
quote-1.0.26 \
rand-0.8.5 \
rand_chacha-0.3.1 \
rand_core-0.6.4 \
rand_distr-0.4.3 \
redox_syscall-0.2.16 \
redox_syscall-0.3.5 \
redox_users-0.4.3 \
regex-1.7.3 \
regex-syntax-0.6.29 \
ring-0.16.20 \
rodio-0.15.0 \
rspotify-0.11.6 \
rspotify-http-0.11.6 \
rspotify-macros-0.11.6 \
rspotify-model-0.11.6 \
rustc-demangle-0.1.22 \
rustc-hash-1.1.0 \
rustc-serialize-0.3.24 \
rustc_version-0.4.0 \
rustix-0.37.5 \
rustls-0.20.8 \
rustversion-1.0.12 \
ryu-1.0.13 \
same-file-1.0.6 \
scopeguard-1.1.0 \
scratch-1.0.5 \
sct-0.7.0 \
secret-service-3.0.1 \
security-framework-2.8.2 \
security-framework-sys-2.8.0 \
semver-1.0.17 \
serde-1.0.159 \
serde_derive-1.0.159 \
serde_json-1.0.95 \
serde_repr-0.1.12 \
serde_spanned-0.6.1 \
sha-1-0.9.8 \
sha-1-0.10.1 \
sha1-0.10.5 \
sha2-0.10.6 \
shannon-0.2.0 \
sharded-slab-0.1.4 \
shell-words-1.1.0 \
shlex-1.1.0 \
signal-hook-registry-1.4.1 \
slab-0.4.8 \
smallvec-1.10.0 \
socket2-0.4.9 \
spin-0.5.2 \
static_assertions-1.1.0 \
stdweb-0.1.3 \
strsim-0.8.0 \
strsim-0.10.0 \
structopt-0.3.26 \
structopt-derive-0.4.18 \
strum-0.24.1 \
strum_macros-0.24.3 \
subtle-2.4.1 \
syn-1.0.109 \
syn-2.0.11 \
syslog-6.0.1 \
tempfile-3.5.0 \
termcolor-1.2.0 \
textwrap-0.11.0 \
thiserror-1.0.40 \
thiserror-impl-1.0.40 \
thread-id-4.0.0 \
thread_local-1.1.7 \
time-0.1.45 \
time-0.3.20 \
time-core-0.1.0 \
time-macros-0.2.8 \
tinyvec-1.6.0 \
tinyvec_macros-0.1.1 \
tokio-1.27.0 \
tokio-macros-2.0.0 \
tokio-stream-0.1.12 \
tokio-util-0.7.7 \
toml-0.7.3 \
toml_datetime-0.6.1 \
toml_edit-0.19.8 \
tower-service-0.3.2 \
tracing-0.1.37 \
tracing-attributes-0.1.23 \
tracing-core-0.1.30 \
tracing-error-0.2.0 \
tracing-subscriber-0.3.16 \
try-lock-0.2.4 \
typenum-1.16.0 \
uds_windows-1.0.2 \
unicode-bidi-0.3.13 \
unicode-ident-1.0.8 \
unicode-normalization-0.1.22 \
unicode-segmentation-1.10.1 \
unicode-width-0.1.10 \
untrusted-0.7.1 \
ureq-2.6.2 \
url-2.3.1 \
uuid-1.3.0 \
valuable-0.1.0 \
vec_map-0.8.2 \
vergen-3.2.0 \
version_check-0.9.4 \
waker-fn-1.1.0 \
walkdir-2.3.3 \
want-0.3.0 \
wasi-0.10.0+wasi-snapshot-preview1 \
wasi-0.11.0+wasi-snapshot-preview1 \
wasm-bindgen-0.2.84 \
wasm-bindgen-backend-0.2.84 \
wasm-bindgen-macro-0.2.84 \
wasm-bindgen-macro-support-0.2.84 \
wasm-bindgen-shared-0.2.84 \
web-sys-0.3.61 \
webpki-0.22.0 \
webpki-roots-0.22.6 \
whoami-1.4.0 \
winapi-0.3.9 \
winapi-i686-pc-windows-gnu-0.4.0 \
winapi-util-0.1.5 \
winapi-x86_64-pc-windows-gnu-0.4.0 \
windows-0.43.0 \
windows-0.46.0 \
windows-sys-0.45.0 \
windows-targets-0.42.2 \
windows_aarch64_gnullvm-0.42.2 \
windows_aarch64_msvc-0.42.2 \
windows_i686_gnu-0.42.2 \
windows_i686_msvc-0.42.2 \
windows_x86_64_gnu-0.42.2 \
windows_x86_64_gnullvm-0.42.2 \
windows_x86_64_msvc-0.42.2 \
winnow-0.4.1 \
xdg-2.4.1 \
zbus-3.11.1 \
zbus_macros-3.11.1 \
zbus_names-2.5.0 \
zerocopy-0.6.1 \
zerocopy-derive-0.3.2 \
zvariant-3.12.0 \
zvariant_derive-3.12.0 \
zvariant_utils-1.0.0

File diff suppressed because it is too large Load Diff

View File

@ -1,10 +1,9 @@
PORTNAME= sratom
DISTVERSION= 0.6.14
PORTREVISION= 1
DISTVERSION= 0.6.16
CATEGORIES= audio
MASTER_SITES= http://download.drobilla.net/
MAINTAINER= ports@FreeBSD.org
MAINTAINER= eduardo@FreeBSD.org
COMMENT= Library for serialising LV2 atoms to/from RDF
WWW= https://drobilla.net/software/sratom.html
@ -17,13 +16,9 @@ LIB_DEPENDS= libserd-0.so:devel/serd \
RUN_DEPENDS= lv2>=1.14.0:audio/lv2
USES= meson pkgconfig python:build tar:xz
USE_CSTD= c99
USE_LDCONFIG= yes
PLIST_SUB= VERSION=${PORTVERSION}
PLIST_SUB= VERSION=${DISTVERSION}
MESON_ARGS+= -Ddocs=disabled
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsratom-0.so.${PORTVERSION}
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1666640751
SHA256 (sratom-0.6.14.tar.xz) = 9982faf40db83aedd9b3850e499fecd6852b8b4ba6dede514013655cffaca1e6
SIZE (sratom-0.6.14.tar.xz) = 24252
TIMESTAMP = 1698134671
SHA256 (sratom-0.6.16.tar.xz) = 71c157991183e53d0555393bb4271c75c9b5f5dab74a5ef22f208bb22de322c4
SIZE (sratom-0.6.16.tar.xz) = 18940

View File

@ -1,5 +1,5 @@
PORTNAME= strawberry
DISTVERSION= 1.0.20
DISTVERSION= 1.0.21
CATEGORIES= audio
MASTER_SITES= https://github.com/strawberrymusicplayer/${PORTNAME}/releases/download/${DISTVERSION}/ \
https://files.jkvinge.net/packages/strawberry/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1695601826
SHA256 (strawberry-1.0.20.tar.xz) = e27afd4b70cdbb1c88af868cafc3abcb526c825c53e413df326f008322413194
SIZE (strawberry-1.0.20.tar.xz) = 11234412
TIMESTAMP = 1698005378
SHA256 (strawberry-1.0.21.tar.xz) = d0cc7c3390ad3a4ebb0195171df45583d8e447530bb8536f33a87de5fca27163
SIZE (strawberry-1.0.21.tar.xz) = 11240920

View File

@ -1,6 +1,5 @@
PORTNAME= fio
DISTVERSION= 3.35
PORTREVISION= 1
DISTVERSION= 3.36
CATEGORIES= benchmarks
MASTER_SITES= https://brick.kernel.dk/snaps/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1685260765
SHA256 (fio-3.35.tar.bz2) = 63356abbd6670b0e623aadd9f9dd46dbe719e2c09a9794f417677d18ced97d37
SIZE (fio-3.35.tar.bz2) = 7052951
TIMESTAMP = 1697871718
SHA256 (fio-3.36.tar.bz2) = 008ac147289450f557d66d3608d0b07f80d4ba6444dfb576153fb6536c16ef5e
SIZE (fio-3.36.tar.bz2) = 7229204

View File

@ -9,6 +9,7 @@ include/fio/arch/arch-ia64.h
include/fio/arch/arch-loongarch64.h
include/fio/arch/arch-mips.h
include/fio/arch/arch-ppc.h
include/fio/arch/arch-riscv64.h
include/fio/arch/arch-s390.h
include/fio/arch/arch-sh.h
include/fio/arch/arch-sparc.h
@ -274,12 +275,17 @@ man/man1/fio_generate_plots.1.gz
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uring-cmd-fdp.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uring-cmd-ng.fio
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uring-cmd-ng.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uring-cmd-pi-ext.fio
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uring-cmd-pi-ext.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uring-cmd-pi-sb.fio
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uring-cmd-pi-sb.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uring-cmd-zoned.fio
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uring-cmd-zoned.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/waitfor.fio
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/waitfor.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xnvme-compare.fio
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xnvme-compare.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xnvme-fdp.fio
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xnvme-zoned.fio
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xnvme-zoned.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/zbd-rand-write.fio

Some files were not shown because too many files have changed in this diff Show More