diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,5 @@ +This file is used to indicate responsibility for the maintenance of this package. Individuals on this list should be the sole modifiers of the package, excluding cases where the Solus Team may need to perform necessary rebuilds, upgrades, or security fixes. This list should not be used for any direct contact usage. If you believe this package requires a package update, follow documentation from https://getsol.us/articles/packaging/request-a-package-update/en/. In the event this package no longer becomes sufficiently maintained, Core Team reserves the right to request a new maintainer or remove this package from the repository. + +- Thomas Staudinger + - IRC: ultr4_l4s3r + - Email: Staudi.Kaos@gmail.com diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,2 @@ +libc.so.6 +libpthread.so.0 diff --git a/abi_used_symbols b/abi_used_symbols new file mode 100644 --- /dev/null +++ b/abi_used_symbols @@ -0,0 +1,40 @@ +libc.so.6:__stack_chk_fail +libc.so.6:abort +libc.so.6:fprintf +libc.so.6:fputc +libc.so.6:free +libc.so.6:freeaddrinfo +libc.so.6:fwrite +libc.so.6:gai_strerror +libc.so.6:getaddrinfo +libc.so.6:getgrgid_r +libc.so.6:getgrnam_r +libc.so.6:getpwnam_r +libc.so.6:getpwuid_r +libc.so.6:malloc +libc.so.6:mmap +libc.so.6:munmap +libc.so.6:nanosleep +libc.so.6:pthread_attr_destroy +libc.so.6:pthread_attr_init +libc.so.6:pthread_sigmask +libc.so.6:realloc +libc.so.6:setenv +libc.so.6:sigaddset +libc.so.6:sigemptyset +libc.so.6:sigfillset +libc.so.6:sigismember +libc.so.6:stderr +libc.so.6:strerror +libc.so.6:sysconf +libc.so.6:unsetenv +libc.so.6:vfprintf +libpthread.so.0:__errno_location +libpthread.so.0:pthread_attr_getstacksize +libpthread.so.0:pthread_cond_broadcast +libpthread.so.0:pthread_cond_wait +libpthread.so.0:pthread_create +libpthread.so.0:pthread_detach +libpthread.so.0:pthread_mutex_lock +libpthread.so.0:pthread_mutex_unlock +libpthread.so.0:sigaction diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,21 @@ +name : noisetorch +version : 0.11.4 +release : 1 +source : + - https://github.com/lawl/NoiseTorch/archive/refs/tags/0.11.4.tar.gz : 3da6cad119ecca6f4e131c8bca86eb122d2363d5d30dcd1da41974af5887a3c1 +license : GPL-3.0-only +component : multimedia.audio +summary : Virtual microphone noise suppressor +description: | + NoiseTorch is an easy to use open source application for Linux with PulseAudio or PipeWire. It creates a virtual microphone that suppresses noise, in any application. Use whichever conferencing or VOIP application you like and simply select the NoiseTorch Virtual Microphone as input to torch the sound of your mechanical keyboard, computer fans, trains and the likes. +builddeps : + - golang +build : | + %make VERSION=$version +install : | + install -dm00755 $installdir/usr/bin/ + install -dm00755 $installdir/usr/share/applications/ + install -dm00755 $installdir/usr/share/icons/hicolor/256x256/apps/ + install -Dm00755 $workdir/bin/noisetorch $installdir/usr/bin/ + install -Dm00644 $workdir/assets/noisetorch.desktop $installdir/usr/share/applications/ + install -Dm00644 $workdir/assets/icon/noisetorch.png $installdir/usr/share/icons/hicolor/256x256/apps/ diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,36 @@ + + + noisetorch + + Thomas Staudinger + Staudi.Kaos@gmail.com + + GPL-3.0-only + multimedia.audio + Virtual microphone noise suppressor + NoiseTorch is an easy to use open source application for Linux with PulseAudio or PipeWire. It creates a virtual microphone that suppresses noise, in any application. Use whichever conferencing or VOIP application you like and simply select the NoiseTorch Virtual Microphone as input to torch the sound of your mechanical keyboard, computer fans, trains and the likes. + + https://getsol.us/sources/README.Solus + + + noisetorch + Virtual microphone noise suppressor + NoiseTorch is an easy to use open source application for Linux with PulseAudio or PipeWire. It creates a virtual microphone that suppresses noise, in any application. Use whichever conferencing or VOIP application you like and simply select the NoiseTorch Virtual Microphone as input to torch the sound of your mechanical keyboard, computer fans, trains and the likes. + + multimedia.audio + + /usr/bin/noisetorch + /usr/share/applications/noisetorch.desktop + /usr/share/icons/hicolor/256x256/apps/noisetorch.png + + + + + 2021-11-06 + 0.11.4 + Packaging update + Thomas Staudinger + Staudi.Kaos@gmail.com + + + \ No newline at end of file