@@ -12,7 +12,7 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Flacon is a open source audio file encoder.</Summary>
|
||||
<Description>You can split a single large audio file containing the entire album into the separate audio tracks.</Description>
|
||||
<Archive sha1sum="93b2fa664a2751dc8aee645c8fbd8517f1b0d4d8" type="targz">https://github.com/flacon/flacon/archive/refs/tags/v9.4.0.tar.gz</Archive>
|
||||
<Archive sha1sum="ee240b3c69b695c4372a1ca80f50e00f80406e01" type="targz">https://github.com/flacon/flacon/archive/refs/tags/v10.0.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>taglib-devel</Dependency>
|
||||
@@ -28,10 +28,20 @@
|
||||
<Package>
|
||||
<Name>flacon</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>mac</Dependency>
|
||||
<Dependency>sox</Dependency>
|
||||
<Dependency>flac</Dependency>
|
||||
<Dependency>faac</Dependency>
|
||||
<Dependency>lame</Dependency>
|
||||
<Dependency>taglib</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>ttaenc</Dependency>
|
||||
<Dependency>wavpack</Dependency>
|
||||
<Dependency>alacenc</Dependency>
|
||||
<Dependency>uchardet</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>opus-tools</Dependency>
|
||||
<Dependency>vorbis-tools</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
@@ -44,6 +54,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2023-01-22</Date>
|
||||
<Version>10.0.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2022-10-14</Date>
|
||||
<Version>9.4.0</Version>
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import cmaketools
|
||||
|
||||
def setup():
|
||||
cmaketools.configure()
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
|
||||
def install():
|
||||
cmaketools.install()
|
||||
@@ -0,0 +1,46 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>alacenc</Name>
|
||||
<Homepage>https://github.com/flacon/alacenc</Homepage>
|
||||
<Packager>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Packager>
|
||||
<License>MIT</License>
|
||||
<IsA>app</IsA>
|
||||
<PartOf>multimedia.sound</PartOf>
|
||||
<Summary>Apple lossless audio decoder.</Summary>
|
||||
<Description>alacenc - encode audio into the Apple Lossless Audio Codec (ALAC) format.</Description>
|
||||
<Archive sha1sum="6c5e33f80c382eeb436fa25a7fbe4d335cac12e2" type="targz">
|
||||
https://github.com/flacon/alacenc/archive/refs/tags/v0.3.0.tar.gz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- <Patch level='1'></Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>alacenc</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/alacenc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2023-01-22</Date>
|
||||
<Version>0.3.0</Version>
|
||||
<Comment>First build.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,19 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import autotools, get
|
||||
|
||||
WorkDir = "."
|
||||
opts = "prefix=/usr -C Source/Projects/NonWindows"
|
||||
|
||||
def setup():
|
||||
pass
|
||||
|
||||
def build():
|
||||
autotools.make(opts)
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s %s" % (get.installDIR(), opts))
|
||||
@@ -0,0 +1 @@
|
||||
See https://www.monkeysaudio.com/license.html
|
||||
@@ -0,0 +1,62 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>mac</Name>
|
||||
<Homepage>https://monkeysaudio.com/</Homepage>
|
||||
<Packager>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Packager>
|
||||
<License>custom</License>
|
||||
<IsA>library</IsA>
|
||||
<PartOf>multimedia.sound</PartOf>
|
||||
<Summary>Lossless audio compressor.</Summary>
|
||||
<Description>Monkey’s Audio is a fast and easy way to compress digital music.</Description>
|
||||
<Archive sha1sum="761d17f2baf77d841e0d21870b4a3c9d3bbfb0b2" type="zip">
|
||||
https://monkeysaudio.com/files/MAC_904_SDK.zip
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- <Patch level='1'></Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>mac</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/mac</Path>
|
||||
<Path fileType="library">/usr/lib/libMAC.so</Path>
|
||||
<Path fileType="library">/usr/lib/libMAC.so.8</Path>
|
||||
<Path fileType="data">/usr/share/doc/MAC/LICENSE</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/doc/MAC/LICENSE">LICENSE</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>mac-devel</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">mac</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="headers">/usr/include/MAC</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2023-01-22</Date>
|
||||
<Version>904</Version>
|
||||
<Comment>First build.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import autotools, pisitools
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
pisitools.dobin("ttaenc")
|
||||
@@ -0,0 +1,21 @@
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -2,16 +2,12 @@
|
||||
# $Id: Makefile,v 1.4 2007/04/04 00:00:00 root Exp $
|
||||
#
|
||||
|
||||
-CFLAGS = -Wall -O3 -fomit-frame-pointer -funroll-loops \
|
||||
- -fforce-addr -falign-functions=4 -msse
|
||||
+CFLAGS += -Wall
|
||||
TTAENC = ttaenc
|
||||
INSDIR = /usr/bin
|
||||
|
||||
ttaenc: $(patsubst %.c, %.o, $(wildcard *.c))
|
||||
- gcc $^ -o $@ $(CFLAGS)
|
||||
-
|
||||
-%.o: %.c
|
||||
- gcc -c $(CFLAGS) $<
|
||||
+ $(CC) $(CFLAGS) $(LDFLAGS) $^ -o $@
|
||||
|
||||
install:
|
||||
[ -d "$(INSDIR)" ] || mkdir $(INSDIR)
|
||||
@@ -0,0 +1,13 @@
|
||||
https://bugs.gentoo.org/721988
|
||||
|
||||
--- a/ttaenc.c
|
||||
+++ b/ttaenc.c
|
||||
@@ -525,7 +525,7 @@ __inline void memshl (register int *pA, register int *pB) {
|
||||
*pA = *pB;
|
||||
}
|
||||
|
||||
-__inline void hybrid_filter (fltst *fs, int *in, int mode) {
|
||||
+static void hybrid_filter (fltst *fs, int *in, int mode) {
|
||||
register int *pA = fs->dl;
|
||||
register int *pB = fs->qm;
|
||||
register int *pM = fs->dx;
|
||||
@@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>ttaenc</Name>
|
||||
<Homepage>https://sourceforge.net/projects/tta/</Homepage>
|
||||
<Packager>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Packager>
|
||||
<License>GPL-2</License>
|
||||
<IsA>app</IsA>
|
||||
<PartOf>multimedia.sound</PartOf>
|
||||
<Summary>Lossless audio codec.</Summary>
|
||||
<Description>TTA performs lossless compression on multichannel 8,16 and 24 bits data of the Wav audio files.</Description>
|
||||
<Archive sha1sum="7bfeb86aeb1d4d5db3adb13cae6015a1c914f682" type="targz">
|
||||
mirrors://sourceforge/project/tta/tta/ttaenc-src/ttaenc-3.4.1-src.tgz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- <Patch level='1'></Patch> -->
|
||||
<Patch level='1'>gentoo/ttaenc-3.4.1-fix-build-system.patch</Patch>
|
||||
<Patch level='1'>gentoo/ttaenc-3.4.1-fix-hybrid-filter.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>ttaenc</Name>
|
||||
<RuntimeDependencies>
|
||||
<!-- <Dependency>libgcc</Dependency> -->
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/ttaenc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2023-01-22</Date>
|
||||
<Version>3.4.1</Version>
|
||||
<Comment>First build.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user