Skip to content
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
13 changes: 7 additions & 6 deletions packages/l/libfreeaptx/package.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json
name : libfreeaptx
version : 0.1.1
release : 2
version : 0.2.2
release : 3
source :
- https://github.com/iamthehorker/libfreeaptx/archive/refs/tags/0.1.1.tar.gz : 7acf514446cae59585d9bc21e4f98f4a3856f4741c3a7a09d06e8ac5bf2f7315
homepage : https://github.com/iamthehorker/libfreeaptx/
- https://github.com/regularhunter/libfreeaptx/archive/refs/tags/0.2.2.tar.gz : 5ab5ebddf3f2eb7ce47a505b87460b00fc1ede99c70010796d3575ab31ea80bf
homepage : https://github.com/regularhunter/libfreeaptx
license : LGPL-2.1-or-later
component : multimedia.codecs
summary : Open Source implementation of Audio Processing Technology codec (aptX) forked from libopenaptx 0.2.0
description: |
Open Source implementation of Audio Processing Technology codec (aptX) derived from ffmpeg 4.0 project. libfreeaptx is based on version 0.2.0 of libopenaptx with the intent of continuing under a free license without the additional license restriction added to 0.2.1. The initial version of libfreeaptx was reset to 0.1.0 to prevent confusion between the two projects.
replaces :
replaces :
- libopenaptx
- devel: libopenaptx-devel
- devel : libopenaptx-devel
environment: |
export PREFIX=/usr
setup : |
Expand All @@ -23,3 +23,4 @@
%make
install : |
%make_install
%install_license COPYING
21 changes: 11 additions & 10 deletions packages/l/libfreeaptx/pspec_x86_64.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<PISI>
<Source>
<Name>libfreeaptx</Name>
<Homepage>https://github.com/iamthehorker/libfreeaptx/</Homepage>
<Homepage>https://github.com/regularhunter/libfreeaptx</Homepage>
<Packager>
<Name>Muhammad Alfi Syahrin</Name>
<Email>malfisya.dev@hotmail.com</Email>
<Name>Clint Eschberger</Name>
<Email>clint@eschberger.info</Email>
</Packager>
<License>LGPL-2.1-or-later</License>
<PartOf>multimedia.codecs</PartOf>
Expand All @@ -23,7 +23,8 @@
<Path fileType="executable">/usr/bin/freeaptxdec</Path>
<Path fileType="executable">/usr/bin/freeaptxenc</Path>
<Path fileType="library">/usr/lib/libfreeaptx.so.0</Path>
<Path fileType="library">/usr/lib/libfreeaptx.so.0.1.1</Path>
<Path fileType="library">/usr/lib/libfreeaptx.so.0.2.2</Path>
<Path fileType="data">/usr/share/licenses/libfreeaptx/COPYING</Path>
</Files>
<Replaces>
<Package>libopenaptx</Package>
Expand All @@ -36,7 +37,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="2">libfreeaptx</Dependency>
<Dependency release="3">libfreeaptx</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/freeaptx.h</Path>
Expand All @@ -48,12 +49,12 @@
</Replaces>
</Package>
<History>
<Update release="2">
<Date>2024-05-30</Date>
<Version>0.1.1</Version>
<Update release="3">
<Date>2026-06-29</Date>
<Version>0.2.2</Version>
<Comment>Packaging update</Comment>
<Name>Muhammad Alfi Syahrin</Name>
<Email>malfisya.dev@hotmail.com</Email>
<Name>Clint Eschberger</Name>
<Email>clint@eschberger.info</Email>
</Update>
</History>
</PISI>