diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_libs b/abi_libs new file mode 100644 --- /dev/null +++ b/abi_libs @@ -0,0 +1 @@ +libopenaptx.so.0 diff --git a/abi_symbols b/abi_symbols new file mode 100644 --- /dev/null +++ b/abi_symbols @@ -0,0 +1,11 @@ +libopenaptx.so.0:aptx_decode +libopenaptx.so.0:aptx_decode_sync +libopenaptx.so.0:aptx_decode_sync_finish +libopenaptx.so.0:aptx_encode +libopenaptx.so.0:aptx_encode_finish +libopenaptx.so.0:aptx_finish +libopenaptx.so.0:aptx_init +libopenaptx.so.0:aptx_major +libopenaptx.so.0:aptx_minor +libopenaptx.so.0:aptx_patch +libopenaptx.so.0:aptx_reset diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1 @@ +libc.so.6 diff --git a/abi_used_symbols b/abi_used_symbols new file mode 100644 --- /dev/null +++ b/abi_used_symbols @@ -0,0 +1,15 @@ +libc.so.6:__fprintf_chk +libc.so.6:__libc_start_main +libc.so.6:__stack_chk_fail +libc.so.6:feof +libc.so.6:ferror +libc.so.6:fputc +libc.so.6:fread +libc.so.6:free +libc.so.6:fwrite +libc.so.6:malloc +libc.so.6:memcmp +libc.so.6:memmove +libc.so.6:stderr +libc.so.6:stdin +libc.so.6:stdout diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,22 @@ +name : libopenaptx +version : 0.2.1 +release : 1 +source : + - https://github.com/pali/libopenaptx/releases/download/0.2.1/libopenaptx-0.2.1.tar.gz : f13eac1ebfe31a563943cd47819eece1109960e10a1e85c111975bcfd37d5361 +homepage : https://ffmpeg.org +license : GPL-3.0-or-later +component : multimedia.codecs +summary : Open Source aptX codec library +description: | + Open Source implementation of Audio Processing Technology codec +environment: | + export PREFIX=/usr +setup : | + sed -i "s|PREFIX |&?|" Makefile + sed -i "s|CFLAGS |&?|" Makefile + sed -i "s|LDFLAGS |&?|" Makefile +build : | + %make +install : | + %make_install + rm $installdir/usr/lib/*.a 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,53 @@ + + + libopenaptx + https://ffmpeg.org + + Martin Reboredo + yakoyoku@gmail.com + + GPL-3.0-or-later + multimedia.codecs + Open Source aptX codec library + Open Source implementation of Audio Processing Technology codec + + https://getsol.us/sources/README.Solus + + + libopenaptx + Open Source aptX codec library + Open Source implementation of Audio Processing Technology codec + + multimedia.codecs + + /usr/bin/openaptxdec + /usr/bin/openaptxenc + /usr/lib/libopenaptx.so.0 + /usr/lib/libopenaptx.so.0.2.1 + + + + libopenaptx-devel + Development files for libopenaptx + Open Source implementation of Audio Processing Technology codec + + programming.devel + + libopenaptx + + + /usr/include/openaptx.h + /usr/lib/libopenaptx.so + /usr/lib/pkgconfig/libopenaptx.pc + + + + + 2021-04-26 + 0.2.1 + Packaging update + Martin Reboredo + yakoyoku@gmail.com + + + \ No newline at end of file