Page MenuHomeSolus

D10933.id26394.diff
No OneTemporary

D10933.id26394.diff

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 @@
+<PISI>
+ <Source>
+ <Name>libopenaptx</Name>
+ <Homepage>https://ffmpeg.org</Homepage>
+ <Packager>
+ <Name>Martin Reboredo</Name>
+ <Email>yakoyoku@gmail.com</Email>
+ </Packager>
+ <License>GPL-3.0-or-later</License>
+ <PartOf>multimedia.codecs</PartOf>
+ <Summary xml:lang="en">Open Source aptX codec library</Summary>
+ <Description xml:lang="en">Open Source implementation of Audio Processing Technology codec
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>libopenaptx</Name>
+ <Summary xml:lang="en">Open Source aptX codec library</Summary>
+ <Description xml:lang="en">Open Source implementation of Audio Processing Technology codec
+</Description>
+ <PartOf>multimedia.codecs</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/openaptxdec</Path>
+ <Path fileType="executable">/usr/bin/openaptxenc</Path>
+ <Path fileType="library">/usr/lib/libopenaptx.so.0</Path>
+ <Path fileType="library">/usr/lib/libopenaptx.so.0.2.1</Path>
+ </Files>
+ </Package>
+ <Package>
+ <Name>libopenaptx-devel</Name>
+ <Summary xml:lang="en">Development files for libopenaptx</Summary>
+ <Description xml:lang="en">Open Source implementation of Audio Processing Technology codec
+</Description>
+ <PartOf>programming.devel</PartOf>
+ <RuntimeDependencies>
+ <Dependency release="1">libopenaptx</Dependency>
+ </RuntimeDependencies>
+ <Files>
+ <Path fileType="header">/usr/include/openaptx.h</Path>
+ <Path fileType="library">/usr/lib/libopenaptx.so</Path>
+ <Path fileType="data">/usr/lib/pkgconfig/libopenaptx.pc</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2021-04-26</Date>
+ <Version>0.2.1</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Martin Reboredo</Name>
+ <Email>yakoyoku@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 8:26 PM (2 h, 45 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5828237
Default Alt Text
D10933.id26394.diff (4 KB)

Event Timeline