mpg123-1.30
This commit is contained in:
@@ -15,16 +15,19 @@ def setup():
|
||||
cpu = "x86-64" if get.ARCH() == "x86_64" else "sse"
|
||||
|
||||
pisitools.dosed("configure", "-faltivec")
|
||||
options = '--with-audio="alsa oss" \
|
||||
--with-cpu=%s \
|
||||
options = '--with-cpu=%s \
|
||||
--with-optimization=2 \
|
||||
--enable-network=yes \
|
||||
--disable-ltdl-install' % cpu
|
||||
|
||||
if get.buildTYPE() == "emul32":
|
||||
options += " --with-cpu=i586"
|
||||
options += " --with-audio='alsa oss pulse sdl' --with-cpu=i586"
|
||||
shelltools.export("CFLAGS", "%s -m32" % get.CFLAGS())
|
||||
|
||||
else:
|
||||
options += " --with-audio='alsa oss pulse sdl jack' \
|
||||
"
|
||||
|
||||
autotools.configure(options)
|
||||
|
||||
def build():
|
||||
|
||||
@@ -13,17 +13,21 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Console MP3 player</Summary>
|
||||
<Description>mpg123 is a fast and free console MP3 player. It does not require high system resources, it can even run in a 100MHz computer.</Description>
|
||||
<Archive sha1sum="ad4e03830d3fc960cbf87641caff4042cc62cea4" type="tarbz2">mirrors://sourceforge/mpg123/mpg123-1.29.3.tar.bz2</Archive>
|
||||
<Archive sha1sum="ef8c5c4e36f820b2648a2a6eecdac60306d8cceb" type="tarbz2">mirrors://sourceforge/mpg123/mpg123-1.30.0.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libsdl2-devel</Dependency>
|
||||
<Dependency>alsa-lib-devel</Dependency>
|
||||
<Dependency>pulseaudio-libs-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>mpg123</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libsdl2</Dependency>
|
||||
<Dependency>alsa-lib</Dependency>
|
||||
<Dependency>libtool-ltdl</Dependency>
|
||||
<Dependency>pulseaudio-libs</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
@@ -52,11 +56,15 @@
|
||||
<Summary>32-bit shared libraries for mpg123</Summary>
|
||||
<BuildType>emul32</BuildType>
|
||||
<BuildDependencies>
|
||||
<Dependency>libsdl2-32bit</Dependency>
|
||||
<Dependency>alsa-lib-32bit</Dependency>
|
||||
<Dependency>pulseaudio-libs-32bit</Dependency>
|
||||
</BuildDependencies>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">mpg123</Dependency>
|
||||
<Dependency>libsdl2-32bit</Dependency>
|
||||
<Dependency>alsa-lib-32bit</Dependency>
|
||||
<Dependency>pulseaudio-libs-32bit</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib32</Path>
|
||||
@@ -64,6 +72,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2022-06-27</Date>
|
||||
<Version>1.30.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2021-12-13</Date>
|
||||
<Version>1.29.3</Version>
|
||||
|
||||
Reference in New Issue
Block a user