From eb592969ff196b51da689f26132a7b19316dafe0 Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Sat, 25 Jun 2016 12:03:06 +0300 Subject: [PATCH] dvdauthor:first release --- multimedia/editor/dvdauthor/actions.py | 26 ++++++++ .../editor/dvdauthor/files/config.patch | 14 +++++ multimedia/editor/dvdauthor/pspec.xml | 60 +++++++++++++++++++ multimedia/editor/dvdauthor/translations.xml | 8 +++ 4 files changed, 108 insertions(+) create mode 100644 multimedia/editor/dvdauthor/actions.py create mode 100644 multimedia/editor/dvdauthor/files/config.patch create mode 100644 multimedia/editor/dvdauthor/pspec.xml create mode 100644 multimedia/editor/dvdauthor/translations.xml diff --git a/multimedia/editor/dvdauthor/actions.py b/multimedia/editor/dvdauthor/actions.py new file mode 100644 index 0000000000..8427ab75c9 --- /dev/null +++ b/multimedia/editor/dvdauthor/actions.py @@ -0,0 +1,26 @@ +#!/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 shelltools +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +WorkDir = "dvdauthor" + +def setup(): + # disable ImageMagick, use GraphicsMagick + shelltools.export("MAGICKCONFIG", "/bin/true") + autotools.configure("--disable-rpath \ + --enable-default-video-format=NTSC") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("TODO", "README", "ChangeLog", "NEWS") diff --git a/multimedia/editor/dvdauthor/files/config.patch b/multimedia/editor/dvdauthor/files/config.patch new file mode 100644 index 0000000000..5aacb6f373 --- /dev/null +++ b/multimedia/editor/dvdauthor/files/config.patch @@ -0,0 +1,14 @@ +diff --git a/src/compat.h b/src/compat.h +index 126dcd7..93de081 100644 +--- a/src/compat.h ++++ b/src/compat.h +@@ -1,6 +1,8 @@ + // basic headers + #define _GNU_SOURCE /* really just for strndup */ + ++#include "config.h" ++ + #ifdef HAVE_STDBOOL_H + # include + #else + diff --git a/multimedia/editor/dvdauthor/pspec.xml b/multimedia/editor/dvdauthor/pspec.xml new file mode 100644 index 0000000000..3d34c75d7a --- /dev/null +++ b/multimedia/editor/dvdauthor/pspec.xml @@ -0,0 +1,60 @@ + + + + + dvdauthor + http://dvdauthor.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + A simple DVD tool + dvdauthor is a set of simple tools to help you author a DVD. + http://sourceforge.net/projects/dvdauthor/files/dvdauthor/0.7.1/dvdauthor-0.7.1.tar.gz + + fribidi-devel + libdvdread-devel + imagemagick-devel + GraphicsMagick-devel + fontconfig-devel + freetype-devel + libpng-devel + libxml2-devel + + + config.patch + + + + + dvdauthor + + libpng + fribidi + libxml2 + freetype + fontconfig + libdvdread + GraphicsMagick + + + /usr/bin + /usr/share/doc + /usr/lib + /usr/share/man + /usr/share + + + + + + 2016-06-25 + 0.7.1 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + diff --git a/multimedia/editor/dvdauthor/translations.xml b/multimedia/editor/dvdauthor/translations.xml new file mode 100644 index 0000000000..50bfdad3ac --- /dev/null +++ b/multimedia/editor/dvdauthor/translations.xml @@ -0,0 +1,8 @@ + + + + dvdauthor + Basit bir DVD yaratma aracı + dvdauthor DVD oynatıcıya takıldığında sorunsuzca oynatılabilecek bir DVD üretebilen bir uygulamadır. + +