diff --git a/multimedia/sound/mpg123/actions.py b/multimedia/sound/mpg123/actions.py new file mode 100644 index 0000000000..c542b36254 --- /dev/null +++ b/multimedia/sound/mpg123/actions.py @@ -0,0 +1,40 @@ +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get +from pisi.actionsapi import shelltools + +#This package using ltdl. .la files should be deleted only for plugins +KeepSpecial = ["libtool"] + +def setup(): + cpu = "x86-64" if get.ARCH() == "x86_64" else "sse" + + pisitools.dosed("configure", "-faltivec") + options = '--with-audio="alsa oss" \ + --with-cpu=%s \ + --with-optimization=2 \ + --enable-network=yes \ + --disable-ltdl-install' % cpu + + if get.buildTYPE() == "emul32": + options += " --with-cpu=i586" + shelltools.export("CFLAGS", "%s -m32" % get.CFLAGS()) + + autotools.configure(options) + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + if get.buildTYPE() == "emul32": return + + pisitools.dodoc("ChangeLog", "COPYING", "NEWS", "README", "AUTHORS") + + pisitools.remove("/usr/lib/libmpg123.la") diff --git a/multimedia/sound/mpg123/pspec.xml b/multimedia/sound/mpg123/pspec.xml new file mode 100644 index 0000000000..ff1e51d380 --- /dev/null +++ b/multimedia/sound/mpg123/pspec.xml @@ -0,0 +1,110 @@ + + + + + mpg123 + http://www.mpg123.de/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + LGPLv2 + app:console + Console MP3 player + mpg123 is a fast and free console MP3 player. It does not require high system resources, it can even run in a 100MHz computer. + mirrors://sourceforge/mpg123/mpg123-1.22.4.tar.bz2 + + alsa-lib-devel + + + + + mpg123 + + alsa-lib + libtool-ltdl + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + + + + + mpg123-devel + Development files for mpg123 + + mpg123 + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + + mpg123-32bit + emul32 + 32-bit shared libraries for mpg123 + emul32 + + alsa-lib-32bit + + + mpg123 + glibc-32bit + + + /usr/lib32 + + + + + + 2015-11-13 + 1.22.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-12-03 + 1.21.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-05-25 + 1.19.0 + Version bump + Kamil Atlı + suvarice@gmail.com + + + 2014-01-08 + 1.17.0 + Version bump + Richard de Bruin + richdb@pisilinux.org + + + 2013-07-06 + 1.15.4 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-08-31 + 1.14.4 + First release + Fatih Turgel + admins@pisilinux.org + + + diff --git a/multimedia/sound/mpg123/translations.xml b/multimedia/sound/mpg123/translations.xml new file mode 100644 index 0000000000..ac92b7aefc --- /dev/null +++ b/multimedia/sound/mpg123/translations.xml @@ -0,0 +1,18 @@ + + + + mpg123 + Gerçek zamanlı bir mp3 oynatıcı + mpg123 düşük konfigürasyonlu sistemlerde de rahatlıkla çalışabilen hızlı bir mp3 oynatıcısıdır. + + + + mpg123-devel + mpg123 için geliştirme dosyaları + + + + mpg123-32bit + mpg123 için 32-bit paylaşımlı kitaplıklar + + diff --git a/pisi-index.xml b/pisi-index.xml index 7a5c46acd0..1db3afb519 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -82468,6 +82468,116 @@ Jabber and others + + + mpg123 + http://www.mpg123.de/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + LGPLv2 + app:console + multimedia.sound + Console MP3 player + Gerçek zamanlı bir mp3 oynatıcı + mpg123 is a fast and free console MP3 player. It does not require high system resources, it can even run in a 100MHz computer. + mpg123 düşük konfigürasyonlu sistemlerde de rahatlıkla çalışabilen hızlı bir mp3 oynatıcısıdır. + mirrors://sourceforge/mpg123/mpg123-1.22.4.tar.bz2 + + alsa-lib-devel + + multimedia/sound/mpg123/pspec.xml + + + mpg123 + + alsa-lib + libtool-ltdl + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + + + + mpg123-devel + Development files for mpg123 + mpg123 için geliştirme dosyaları + + mpg123 + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + mpg123-32bit + 32-bit shared libraries for mpg123 + mpg123 için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + alsa-lib-32bit + + + mpg123 + glibc-32bit + + + /usr/lib32 + + + + + 2015-11-13 + 1.22.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-12-03 + 1.21.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-05-25 + 1.19.0 + Version bump + Kamil Atlı + suvarice@gmail.com + + + 2014-01-08 + 1.17.0 + Version bump + Richard de Bruin + richdb@pisilinux.org + + + 2013-07-06 + 1.15.4 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-08-31 + 1.14.4 + First release + Fatih Turgel + admins@pisilinux.org + + + openal diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 1a6970d672..f4e2031a67 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -ebbc0cb1e54bf04d406d7733f2cb6d8d0961bee6 \ No newline at end of file +b5f190399bda2055c7a42200311d9b6eb865b548 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 05dfe1df8f..0d7c0d73c6 100644 Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum index df386e6c92..97ffc56bf2 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -76a66775ca659596c42a2e9cf752174bd98133e0 \ No newline at end of file +d901852625377b88f4718dd4eb330b24f893b17e \ No newline at end of file