Skip to content

Commit

Permalink
sox_ng: Update to v14.5.0.2
Browse files Browse the repository at this point in the history
**Summary**
- Make reading from ffmpeg work by popen()ing "rb"
- Add support for more codecs with ffmpeg
  • Loading branch information
androidnisse committed Dec 26, 2024
1 parent 0284a1f commit 1ccc782
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
4 changes: 3 additions & 1 deletion packages/s/sox_ng/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ libc.so.6:clearerr
libc.so.6:close
libc.so.6:ctime
libc.so.6:div
libc.so.6:dup2
libc.so.6:exit
libc.so.6:fclose
libc.so.6:fcntl
Expand All @@ -99,6 +100,7 @@ libc.so.6:fgets
libc.so.6:fileno
libc.so.6:fmemopen
libc.so.6:fopen
libc.so.6:fork
libc.so.6:fputc
libc.so.6:fread
libc.so.6:free
Expand All @@ -115,7 +117,6 @@ libc.so.6:gmtime
libc.so.6:iconv
libc.so.6:iconv_close
libc.so.6:iconv_open
libc.so.6:index
libc.so.6:ioctl
libc.so.6:isatty
libc.so.6:localtime
Expand All @@ -128,6 +129,7 @@ libc.so.6:mkstemp
libc.so.6:open
libc.so.6:open_memstream
libc.so.6:pclose
libc.so.6:pipe
libc.so.6:popen
libc.so.6:posix_fadvise
libc.so.6:putc
Expand Down
9 changes: 5 additions & 4 deletions packages/s/sox_ng/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : sox_ng
version : 14.5.0
release : 14
version : 14.5.0.2
release : 15
source :
- https://codeberg.org/sox_ng/sox_ng/releases/download/sox_ng-14.5.0/sox_ng-14.5.0.tar.gz : fcb34d043dca7f77ba18f169f99166e9ed14c8c26af84d3aaad2051af97501de
- https://codeberg.org/sox_ng/sox_ng/releases/download/sox_ng-14.5.0.2/sox_ng-14.5.0.2.tar.gz : 635899f9f7bdfde5b9847e33143388a4f65475f0ac7529656838981e875ef0de
homepage : https://codeberg.org/sox_ng/sox_ng
license :
- GPL-2.0-only
Expand All @@ -17,14 +17,15 @@ builddeps :
- pkgconfig(id3tag)
- pkgconfig(libpng)
- pkgconfig(libpulse)
- pkgconfig(libswscale)
- pkgconfig(mad)
- pkgconfig(opusfile)
- pkgconfig(sndfile)
- pkgconfig(vorbis)
- pkgconfig(wavpack)
- lame-devel
setup : |
%configure --with-distro="Solus" --disable-static
%configure --with-distro="Solus" --with-ffmpeg --disable-static
build : |
%make
install : |
Expand Down
8 changes: 4 additions & 4 deletions packages/s/sox_ng/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="14">sox_ng</Dependency>
<Dependency release="15">sox_ng</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/sox_ng.h</Path>
Expand All @@ -54,9 +54,9 @@
</Files>
</Package>
<History>
<Update release="14">
<Date>2024-12-13</Date>
<Version>14.5.0</Version>
<Update release="15">
<Date>2024-12-26</Date>
<Version>14.5.0.2</Version>
<Comment>Packaging update</Comment>
<Name>Jakob Gezelius</Name>
<Email>[email protected]</Email>
Expand Down

0 comments on commit 1ccc782

Please sign in to comment.