Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

espeakup: Add at v0.9 #4818

Merged
merged 1 commit into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/e/espeakup/abi_libs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
espeakup
1 change: 1 addition & 0 deletions packages/e/espeakup/abi_symbols
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
espeakup:main
4 changes: 4 additions & 0 deletions packages/e/espeakup/abi_used_libs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
libasound.so.2
libc.so.6
libespeak-ng.so.1
libm.so.6
88 changes: 88 additions & 0 deletions packages/e/espeakup/abi_used_symbols
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
libasound.so.2:snd_mixer_attach
libasound.so.2:snd_mixer_elem_get_type
libasound.so.2:snd_mixer_elem_next
libasound.so.2:snd_mixer_first_elem
libasound.so.2:snd_mixer_load
libasound.so.2:snd_mixer_open
libasound.so.2:snd_mixer_selem_get_playback_dB_range
libasound.so.2:snd_mixer_selem_get_playback_volume_range
libasound.so.2:snd_mixer_selem_has_playback_switch
libasound.so.2:snd_mixer_selem_has_playback_volume
libasound.so.2:snd_mixer_selem_is_enumerated
libasound.so.2:snd_mixer_selem_register
libasound.so.2:snd_mixer_selem_set_playback_dB_all
libasound.so.2:snd_mixer_selem_set_playback_switch_all
libasound.so.2:snd_mixer_selem_set_playback_volume_all
libasound.so.2:snd_strerror
libc.so.6:__asprintf_chk
libc.so.6:__assert_fail
libc.so.6:__ctype_b_loc
libc.so.6:__errno_location
libc.so.6:__fdelt_chk
libc.so.6:__fprintf_chk
libc.so.6:__isoc23_strtol
libc.so.6:__isoc99_sscanf
libc.so.6:__libc_start_main
libc.so.6:__memmove_chk
libc.so.6:__printf_chk
libc.so.6:__snprintf_chk
libc.so.6:__stack_chk_fail
libc.so.6:__strcpy_chk
libc.so.6:__strncpy_chk
libc.so.6:chdir
libc.so.6:close
libc.so.6:dup2
libc.so.6:exit
libc.so.6:fflush
libc.so.6:flock
libc.so.6:fork
libc.so.6:free
libc.so.6:ftruncate64
libc.so.6:fwrite
libc.so.6:getopt_long
libc.so.6:getpid
libc.so.6:kill
libc.so.6:lseek64
libc.so.6:malloc
libc.so.6:memcpy
libc.so.6:open64
libc.so.6:optarg
libc.so.6:perror
libc.so.6:pipe
libc.so.6:pthread_cond_signal
libc.so.6:pthread_cond_wait
libc.so.6:pthread_create
libc.so.6:pthread_join
libc.so.6:pthread_mutex_lock
libc.so.6:pthread_mutex_unlock
libc.so.6:putc
libc.so.6:puts
libc.so.6:read
libc.so.6:realloc
libc.so.6:select
libc.so.6:setsid
libc.so.6:sigaction
libc.so.6:sigaddset
libc.so.6:sigemptyset
libc.so.6:sigfillset
libc.so.6:sigprocmask
libc.so.6:sigwait
libc.so.6:stderr
libc.so.6:stdout
libc.so.6:strcpy
libc.so.6:strdup
libc.so.6:strerror
libc.so.6:strlen
libc.so.6:strrchr
libc.so.6:unlink
libc.so.6:write
libespeak-ng.so.1:espeak_Cancel
libespeak-ng.so.1:espeak_Initialize
libespeak-ng.so.1:espeak_SetParameter
libespeak-ng.so.1:espeak_SetSynthCallback
libespeak-ng.so.1:espeak_SetVoiceByName
libespeak-ng.so.1:espeak_SetVoiceByProperties
libespeak-ng.so.1:espeak_Synth
libespeak-ng.so.1:espeak_Terminate
libm.so.6:log10
libm.so.6:pow
20 changes: 20 additions & 0 deletions packages/e/espeakup/package.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name : espeakup

Check warning on line 1 in packages/e/espeakup/package.yml

View workflow job for this annotation

GitHub Actions / Checks

`monitoring.yml` is missing
version : 0.90
release : 1
source :
- https://github.com/linux-speakup/espeakup/archive/refs/tags/v0.90.tar.gz : c708a0c3889466a7aa14a52687af8f49abb4dfb01fb9afbeb1e2507247494432
homepage : https://github.com/linux-speakup/espeakup
license : GPL-3.0-or-later
component : programming.library
summary : A light weight connector for espeak-ng and speakup.
description: |
A light weight connector for espeak-ng and speakup.
builddeps :
- pkgconfig(alsa)
- pkgconfig(espeak-ng)
setup : |
%meson_configure
build : |
%ninja_build
install : |
%ninja_install
36 changes: 36 additions & 0 deletions packages/e/espeakup/pspec_x86_64.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<PISI>
<Source>
<Name>espeakup</Name>
<Homepage>https://github.com/linux-speakup/espeakup</Homepage>
<Packager>
<Name>Jakob Gezelius</Name>
<Email>[email protected]</Email>
</Packager>
<License>GPL-3.0-or-later</License>
<PartOf>programming.library</PartOf>
<Summary xml:lang="en">A light weight connector for espeak-ng and speakup.</Summary>
<Description xml:lang="en">A light weight connector for espeak-ng and speakup.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://sources.getsol.us/README.Solus</Archive>
</Source>
<Package>
<Name>espeakup</Name>
<Summary xml:lang="en">A light weight connector for espeak-ng and speakup.</Summary>
<Description xml:lang="en">A light weight connector for espeak-ng and speakup.
</Description>
<PartOf>programming.library</PartOf>
<Files>
<Path fileType="executable">/usr/bin/espeakup</Path>
<Path fileType="library">/usr/lib/systemd/system/espeakup.service</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2025-01-12</Date>
<Version>0.9</Version>
<Comment>Packaging update</Comment>
<Name>Jakob Gezelius</Name>
<Email>[email protected]</Email>
</Update>
</History>
</PISI>
Loading