diff --git a/multimedia/video/xvid/actions.py b/multimedia/video/xvid/actions.py new file mode 100644 index 0000000000..890976afb1 --- /dev/null +++ b/multimedia/video/xvid/actions.py @@ -0,0 +1,25 @@ +#!/usr/bin/python +# -*- 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 shelltools +from pisi.actionsapi import get + +WorkDir = "xvidcore/build/generic" + +def setup(): + autotools.configure() + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + shelltools.cd("../..") + pisitools.insinto("/usr/share/doc/xvid/examples", "examples/*") + pisitools.dodoc("AUTHORS", "ChangeLog*", "README", "LICENSE", "TODO") diff --git a/multimedia/video/xvid/pspec.xml b/multimedia/video/xvid/pspec.xml new file mode 100644 index 0000000000..e517356986 --- /dev/null +++ b/multimedia/video/xvid/pspec.xml @@ -0,0 +1,67 @@ + + + + + xvid + http://www.xvid.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + High performance MPEG-4 video de-/encoding solution + Xvid is a codec which makes it possible to compress movies too much while still maintaining the original image quality. + http://downloads.xvid.org/downloads/xvidcore-1.3.3.tar.gz + + + + xvid + + /usr/lib + /usr/share/doc/xvid + + + + + xvid-devel + + xvid + + + /usr/share/doc/xvid/examples + /usr/include + + + + + + 2014-12-14 + 1.3.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-22 + 1.3.2 + Rebuild + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-17 + 1.3.2 + Rebuild for 1.0 + Richard de Bruin + richdb@pisilinux.org + + + 2012-08-29 + 1.3.2 + First release + PisiLinux Community + admins@pisilinux.org + + + diff --git a/multimedia/video/xvid/translations.xml b/multimedia/video/xvid/translations.xml new file mode 100644 index 0000000000..8ffec6d91d --- /dev/null +++ b/multimedia/video/xvid/translations.xml @@ -0,0 +1,9 @@ + + + + xvid + Yüksek performanslı bir MPEG-4 video kodlayıcı/çözücü + Xvid videoları kalite kaybına neden olmadan yüksek oranlarda sıkıştırabilmeye olanak tanıyan bir kodlayıcıdır. + Xvid es un codec que posibilita una alta compresión de peliculas, manteniendo la calidad original de la imagen. + +