diff --git a/multimedia/converter/vcdimager/actions.py b/multimedia/converter/vcdimager/actions.py new file mode 100644 index 0000000000..eb3312fd44 --- /dev/null +++ b/multimedia/converter/vcdimager/actions.py @@ -0,0 +1,21 @@ +#!/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 get + +def setup(): + autotools.configure("--with-xml-prefix=/usr \ + --disable-xmltest \ + --disable-static") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=\"%s\"" % get.installDIR()) + pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "FAQ", "HACKING", "NEWS", "README", "THANKS", "TODO") diff --git a/multimedia/converter/vcdimager/pspec.xml b/multimedia/converter/vcdimager/pspec.xml new file mode 100644 index 0000000000..41522759f1 --- /dev/null +++ b/multimedia/converter/vcdimager/pspec.xml @@ -0,0 +1,86 @@ + + + + + vcdimager + http://www.vcdimager.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + library + VCD and SVCD image file maker and converter + VCDImager is a full-featured mastering suite for authoring, disassembling and analyzing Video CD's and Super Video CD's. The core functionality consists of directly making Video CD BIN/CUE-style CD images from mpeg files. + http://ftp.gnu.org/gnu/vcdimager/vcdimager-0.7.24.tar.gz + + libcdio-devel + + + + + vcdimager + + libcdio + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/info + /usr/share/man + + + + + vcdimager-devel + Development files for vcdimager + + vcdimager + libcdio-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2014-05-20 + 0.7.24 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-02-17 + 0.7.24 + Rebuild. + PisiLinux Community + admins@pisilinux.org + + + 2013-07-28 + 0.7.24 + Dep fixed + Fatih Turgel + hitaf@pisilinux.org + + + 2013-07-08 + 0.7.24 + rebuild + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2012-08-27 + 0.7.24 + First release + PisiLinux Community + admins@pisilinux.org + + + \ No newline at end of file diff --git a/multimedia/converter/vcdimager/translations.xml b/multimedia/converter/vcdimager/translations.xml new file mode 100644 index 0000000000..63aaa9beaa --- /dev/null +++ b/multimedia/converter/vcdimager/translations.xml @@ -0,0 +1,13 @@ + + + + vcdimager + VCD ve SVDC görüntü dosyası oluşturucu ve çevirici + VCDImager Video CD ve Super Video CD'leri yaratmaya, parçalarına ayırmaya ve analiz etmeye yarayan kapsamlı bir CD görüntüsü yazma uygulamasıdır. En temel özelliği .mpeg dosyalarından direk BIN/CUE uzantılı CD görüntüleri yaratabilmesidir. + + + + vcdimager-devel + vcdimager için geliştirme dosyaları + +