diff --git a/multimedia/converter/libnut/actions.py b/multimedia/converter/libnut/actions.py new file mode 100644 index 0000000000..caa06291ba --- /dev/null +++ b/multimedia/converter/libnut/actions.py @@ -0,0 +1,22 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt. +# +# nut is done with checkouts from +# svn://svn.mplayerhq.hu/nut/src/trunk + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import get + +def build(): + shelltools.export("CFLAGS", "%s -fPIC" % get.CFLAGS()) + autotools.make("-j1 CC=%s" % get.CC()) + +def install(): + autotools.rawInstall("PREFIX=%s/usr" % get.installDIR()) + + pisitools.dodoc("COPYING", "README*") diff --git a/multimedia/converter/libnut/files/shared.patch b/multimedia/converter/libnut/files/shared.patch new file mode 100644 index 0000000000..5f8cafbbca --- /dev/null +++ b/multimedia/converter/libnut/files/shared.patch @@ -0,0 +1,21 @@ +diff -Nur nut-old/Makefile nut/Makefile +--- nut-old/Makefile 2008-07-30 12:17:38.000000000 +0300 ++++ nut/Makefile 2008-07-30 12:17:55.000000000 +0300 +@@ -25,7 +25,7 @@ + + $(NUTUTILS_PROGS): CFLAGS += -Ilibnut + +-install: install-libnut install-nututils ++install: install-libnut-shared install-nututils + + install-libnut: libnut install-libnut-headers + install -d $(prefix)/lib +@@ -43,7 +43,7 @@ + install -d $(prefix)/bin + install -m 755 $(NUTUTILS_PROGS) $(prefix)/bin + +-uninstall: uninstall-libnut uninstall-nututils ++uninstall: uninstall-libnut-shared uninstall-nututils + + uninstall-libnut: + rm -f $(prefix)/lib/libnut.a diff --git a/multimedia/converter/libnut/pspec.xml b/multimedia/converter/libnut/pspec.xml new file mode 100644 index 0000000000..e2ca270951 --- /dev/null +++ b/multimedia/converter/libnut/pspec.xml @@ -0,0 +1,65 @@ + + + + + libnut + http://www.nut-container.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + app:console + library + NUT container tools and library + Library and tools to work with NUT multimedia files. + http://source.pisilinux.org/1.0/libnut-661.tar.bz2 + + shared.patch + + + + + libnut + + /usr/bin + /usr/lib + /usr/share/doc + + + + + libnut-devel + Development files for libnut + + libnut + + + /usr/include + + + + + + 2014-05-22 + 0.0_661 + Rebuild + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-01 + 0.0_661 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2010-10-12 + 0.0_661 + First release + Pisi Linux Admins + admins@pisilinux.org + + + diff --git a/multimedia/converter/libnut/translations.xml b/multimedia/converter/libnut/translations.xml new file mode 100644 index 0000000000..daf785aa42 --- /dev/null +++ b/multimedia/converter/libnut/translations.xml @@ -0,0 +1,13 @@ + + + + libnut + NUT dosya biçemi kitaplığı ve araçları + libnut NUT çokluortam sistemini kullanmak ve düzenlemek için gerekli olan kitaplıkları ve araçları içerir. + + + + libnut-devel + libnut için geliştirme dosyaları + +