From e05c0462c4256341f8138d9b33e4a2ffec7da69e Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Wed, 2 Feb 2022 05:50:19 +0300 Subject: [PATCH] add brasero. --- hardware/optical/brasero/actions.py | 24 ++++++ hardware/optical/brasero/pspec.xml | 111 ++++++++++++++++++++++++++++ 2 files changed, 135 insertions(+) create mode 100644 hardware/optical/brasero/actions.py create mode 100644 hardware/optical/brasero/pspec.xml diff --git a/hardware/optical/brasero/actions.py b/hardware/optical/brasero/actions.py new file mode 100644 index 0000000000..e88acbcfc6 --- /dev/null +++ b/hardware/optical/brasero/actions.py @@ -0,0 +1,24 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + pisitools.cflags.add("-Wno-deprecated-declarations") + autotools.configure("--disable-caches --disable-schemas-compile --disable-nautilus") + + # for fix unused dependency + pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "NEWS") diff --git a/hardware/optical/brasero/pspec.xml b/hardware/optical/brasero/pspec.xml new file mode 100644 index 0000000000..4edb9b65cf --- /dev/null +++ b/hardware/optical/brasero/pspec.xml @@ -0,0 +1,111 @@ + + + + + brasero + https://wiki.gnome.org/Apps/Brasero + + Pisilinux Community + admins@pisilinux.org + + GPL + app:gui + hardware.optical + A disc burning application. + Brasero is yet another CD / DVD writing application. It is designed to be as simple as possible and has some unique features to enable users to create their discs easily. + + mirrors://gnome/brasero/3.12/brasero-3.12.3.tar.xz + + + cdrkit + cdrdao + itstool + gtk-doc + intltool + gtk3-devel + python-six + docbook-xsl + libSM-devel + libICE-devel + dvd+rw-tools + libxml2-devel + libburn-devel + libisofs-devel + gstreamer-devel + libnotify-devel + libisoburn-devel + gdk-pixbuf-devel + shared-mime-info + libcanberra-devel + libcanberra-gtk-devel + libcanberra-gtk3-devel + gst-plugins-base-devel + gobject-introspection-devel + + + + + brasero + + gtk3 + glib2 + pango + cairo + libSM + cdrkit + cdrdao + libICE + libxml2 + libburn + libisofs + gstreamer + dvdauthor + libnotify + gdk-pixbuf + dvd+rw-tools + + gst-plugins-base + libcanberra-gtk3 + + + /usr/bin + /usr/lib + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + + + + brasero-devel + + gtk3-devel + brasero + + + /usr/include/brasero3 + /usr/lib/pkgconfig + + + + + brasero-docs + + brasero + + + /usr/share/gtk-doc/html + + + + + + 2022-02-02 + 3.12.3 + First release + Pisilinux Community + admins@pisilinux.org + + +