[arch-commits] Commit in dvdstyler/repos/community-x86_64 (6 files)
Jan Steffens
heftig at archlinux.org
Mon Feb 1 10:41:30 UTC 2021
Date: Monday, February 1, 2021 @ 10:41:30
Author: heftig
Revision: 840194
archrelease: copy trunk to community-x86_64
Added:
dvdstyler/repos/community-x86_64/PKGBUILD
(from rev 840193, dvdstyler/trunk/PKGBUILD)
dvdstyler/repos/community-x86_64/config.patch
(from rev 840193, dvdstyler/trunk/config.patch)
dvdstyler/repos/community-x86_64/dvdstyler.appdata.xml
(from rev 840193, dvdstyler/trunk/dvdstyler.appdata.xml)
Deleted:
dvdstyler/repos/community-x86_64/PKGBUILD
dvdstyler/repos/community-x86_64/config.patch
dvdstyler/repos/community-x86_64/dvdstyler.appdata.xml
-----------------------+
PKGBUILD | 80 +++++++++++++++++-----------------
config.patch | 84 ++++++++++++++++++------------------
dvdstyler.appdata.xml | 110 ++++++++++++++++++++++++------------------------
3 files changed, 137 insertions(+), 137 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-01 10:41:09 UTC (rev 840193)
+++ PKGBUILD 2021-02-01 10:41:30 UTC (rev 840194)
@@ -1,40 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Leonidas Spyropoulos <artafinde at gmail com>
-# Contributor: Miguel Revilla <yo at miguelrevilla.com>
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Contributor: Mario J Steele <mario at ruby-im.net>
-
-pkgname=dvdstyler
-pkgver=3.1.2
-pkgrel=2
-pkgdesc="DVD authoring application for the creation of professional-looking DVDs"
-arch=(x86_64)
-url="https://www.dvdstyler.de/"
-license=(GPL2)
-depends=(cdrtools dvdauthor dvd+rw-tools mjpegtools wxsvg)
-makedepends=(docbook-xsl xmlto zip)
-source=("https://downloads.sourceforge.net/$pkgname/DVDStyler-$pkgver.tar.bz2"
- "config.patch"
- "$pkgname.appdata.xml")
-sha256sums=('04ff61c278167363904f7ee366bcf98ee15ce05368fa353f6d8ab1e8305d9a0e'
- 'ebcadbea33d96c955bd3811d7bb269fcb4006b8525dfafcf291e5779debba913'
- '4ecba886e6eca2018f659543fa2242d5801cd12a3b7d293897787f2c6bc9d8f4')
-
-prepare() {
- cd DVDStyler-$pkgver
- patch -RNp1 -i ../config.patch
- sed -i 's|/pixmaps|/icons/hicolor/48x48/apps|' data/Makefile.{am,in}
-}
-
-build() {
- cd DVDStyler-$pkgver
- ./configure --prefix=/usr --with-wx-config=/usr/bin/wx-config-gtk3
- make
-}
-
-package() {
- cd DVDStyler-$pkgver
- make DESTDIR="$pkgdir" install
- install -Dm644 ../$pkgname.appdata.xml "$pkgdir/usr/share/metainfo/$pkgname.appdata.xml"
-}
Copied: dvdstyler/repos/community-x86_64/PKGBUILD (from rev 840193, dvdstyler/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-02-01 10:41:30 UTC (rev 840194)
@@ -0,0 +1,40 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Leonidas Spyropoulos <artafinde at gmail com>
+# Contributor: Miguel Revilla <yo at miguelrevilla.com>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Mario J Steele <mario at ruby-im.net>
+
+pkgname=dvdstyler
+pkgver=3.1.2
+pkgrel=3
+pkgdesc="DVD authoring application for the creation of professional-looking DVDs"
+arch=(x86_64)
+url="https://www.dvdstyler.de/"
+license=(GPL2)
+depends=(cdrtools dvdauthor dvd+rw-tools wxsvg)
+makedepends=(docbook-xsl xmlto zip)
+source=("https://downloads.sourceforge.net/$pkgname/DVDStyler-$pkgver.tar.bz2"
+ "config.patch"
+ "$pkgname.appdata.xml")
+sha256sums=('04ff61c278167363904f7ee366bcf98ee15ce05368fa353f6d8ab1e8305d9a0e'
+ 'ebcadbea33d96c955bd3811d7bb269fcb4006b8525dfafcf291e5779debba913'
+ '4ecba886e6eca2018f659543fa2242d5801cd12a3b7d293897787f2c6bc9d8f4')
+
+prepare() {
+ cd DVDStyler-$pkgver
+ patch -RNp1 -i ../config.patch
+ sed -i 's|/pixmaps|/icons/hicolor/48x48/apps|' data/Makefile.{am,in}
+}
+
+build() {
+ cd DVDStyler-$pkgver
+ ./configure --prefix=/usr --with-wx-config=/usr/bin/wx-config-gtk3
+ make
+}
+
+package() {
+ cd DVDStyler-$pkgver
+ make DESTDIR="$pkgdir" install
+ install -Dm644 ../$pkgname.appdata.xml "$pkgdir/usr/share/metainfo/$pkgname.appdata.xml"
+}
Deleted: config.patch
===================================================================
--- config.patch 2021-02-01 10:41:09 UTC (rev 840193)
+++ config.patch 2021-02-01 10:41:30 UTC (rev 840194)
@@ -1,42 +0,0 @@
-From 30937f6e427153e85862afed41e69b470d52dc67 Mon Sep 17 00:00:00 2001
-From: ntalex <alex at thuering.biz>
-Date: Fri, 2 Aug 2019 22:49:37 +0200
-Subject: changed to use configation file .dvdstyler/dvdstyler under unix
-
-
-diff --git a/src/Config.cpp b/src/Config.cpp
-index a1ccbf5..6ea06fc 100644
---- a/src/Config.cpp
-+++ b/src/Config.cpp
-@@ -10,9 +10,8 @@
-
- #include "Config.h"
- #include <wxVillaLib/utils.h>
--#ifdef __WXMSW__
- #include <wx/fileconf.h>
--#endif
-+#include <wx/stdpaths.h>
-
- Config s_config;
-
-@@ -27,8 +26,19 @@ void Config::Init() {
- } else
- wxConfig::Set(new wxFileConfig(wxT(""), wxT(""), fileName));
- }
--#endif
-+#elif defined(__WXMAC__)
- cfg = wxConfig::Get();
-+#else
-+ // check if .dvdstyler exist and move it
-+ wxString dataDir = wxStandardPaths::Get().GetUserLocalDataDir();
-+ if (wxFileExists(dataDir)) {
-+ wxRenameFile(dataDir, dataDir + ".tmp");
-+ wxMkdir(dataDir);
-+ wxRenameFile(dataDir + ".tmp", dataDir + wxFILE_SEP_PATH + "dvdstyler");
-+ }
-+ cfg = new wxFileConfig("", "", dataDir + wxFILE_SEP_PATH + "dvdstyler");
-+ wxConfig::Set(cfg);
-+#endif
- }
-
- bool Config::IsMainWinMaximized() {
Copied: dvdstyler/repos/community-x86_64/config.patch (from rev 840193, dvdstyler/trunk/config.patch)
===================================================================
--- config.patch (rev 0)
+++ config.patch 2021-02-01 10:41:30 UTC (rev 840194)
@@ -0,0 +1,42 @@
+From 30937f6e427153e85862afed41e69b470d52dc67 Mon Sep 17 00:00:00 2001
+From: ntalex <alex at thuering.biz>
+Date: Fri, 2 Aug 2019 22:49:37 +0200
+Subject: changed to use configation file .dvdstyler/dvdstyler under unix
+
+
+diff --git a/src/Config.cpp b/src/Config.cpp
+index a1ccbf5..6ea06fc 100644
+--- a/src/Config.cpp
++++ b/src/Config.cpp
+@@ -10,9 +10,8 @@
+
+ #include "Config.h"
+ #include <wxVillaLib/utils.h>
+-#ifdef __WXMSW__
+ #include <wx/fileconf.h>
+-#endif
++#include <wx/stdpaths.h>
+
+ Config s_config;
+
+@@ -27,8 +26,19 @@ void Config::Init() {
+ } else
+ wxConfig::Set(new wxFileConfig(wxT(""), wxT(""), fileName));
+ }
+-#endif
++#elif defined(__WXMAC__)
+ cfg = wxConfig::Get();
++#else
++ // check if .dvdstyler exist and move it
++ wxString dataDir = wxStandardPaths::Get().GetUserLocalDataDir();
++ if (wxFileExists(dataDir)) {
++ wxRenameFile(dataDir, dataDir + ".tmp");
++ wxMkdir(dataDir);
++ wxRenameFile(dataDir + ".tmp", dataDir + wxFILE_SEP_PATH + "dvdstyler");
++ }
++ cfg = new wxFileConfig("", "", dataDir + wxFILE_SEP_PATH + "dvdstyler");
++ wxConfig::Set(cfg);
++#endif
+ }
+
+ bool Config::IsMainWinMaximized() {
Deleted: dvdstyler.appdata.xml
===================================================================
--- dvdstyler.appdata.xml 2021-02-01 10:41:09 UTC (rev 840193)
+++ dvdstyler.appdata.xml 2021-02-01 10:41:30 UTC (rev 840194)
@@ -1,55 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<component type="desktop">
- <id>dvdstyler.desktop</id>
- <metadata_license>CC0-1.0</metadata_license>
- <project_license>GPL-2.0</project_license>
- <summary>Cross-platform DVD authoring application</summary>
- <description>
- <p>
- DVDStyler is a cross-platform free DVD authoring application for the
- creation of professional-looking DVDs. It allows not only burning of
- video files on DVD that can be played practically on any standalone DVD
- player, but also creation of individually designed DVD menus. It is
- Open Source Software and is completely free.
- </p>
- <p>
- Features
- Tip: DVDStyler is PC software, not self-hosted web software, so a web hosting plan is not required.
- </p>
- <ul>
- <li>Create and burn DVD video with interactive menus</li>
- <li>Design your own DVD menu or select one from the list of ready to use menu templates</li>
- <li>Create photo slideshow</li>
- <li>Add multiple subtitle and audio tracks</li>
- <li>Support of AVI, MOV, MP4, MPEG, OGG, WMV and other file formats</li>
- <li>Support of MPEG-2, MPEG-4, DivX, Xvid, MP2, MP3, AC-3 and other audio and video formats</li>
- <li>Support of multi-core processor</li>
- <li>Use MPEG and VOB files without reencoding, see FAQ</li>
- <li>Put files with different audio/video format on one DVD (support of titleset)</li>
- <li>User-friendly interface with support of drag & drop</li>
- <li>Flexible menu creation on the basis of scalable vector graphic</li>
- <li>Import of image file for background</li>
- <li>Place buttons, text, images and other graphic objects anywhere on the menu screen</li>
- <li>Change the font/color and other parameters of buttons and graphic objects</li>
- <li>Scale any button or graphic object</li>
- <li>Copy any menu object or whole menu</li>
- <li>Customize navigation using DVD scripting</li>
- </ul>
- </description>
- <url type="homepage">http://www.dvdstyler.de/</url>
- <screenshots>
- <screenshot type="default">
- <image>http://www.dvdstyler.org/images/screenshots/ffm.jpg</image>
- </screenshot>
- <screenshot type="default">
- <image>http://www.dvdstyler.org/images/screenshots/blue.jpg</image>
- </screenshot>
- <screenshot type="default">
- <image>http://www.dvdstyler.org/images/screenshots/filebrowser.jpg</image>
- </screenshot>
- <screenshot type="default">
- <image>http://www.dvdstyler.org/images/screenshots/travel.jpg</image>
- </screenshot>
- </screenshots>
- <update_contact>alex AT thuering.biz</update_contact>
-</component>
Copied: dvdstyler/repos/community-x86_64/dvdstyler.appdata.xml (from rev 840193, dvdstyler/trunk/dvdstyler.appdata.xml)
===================================================================
--- dvdstyler.appdata.xml (rev 0)
+++ dvdstyler.appdata.xml 2021-02-01 10:41:30 UTC (rev 840194)
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop">
+ <id>dvdstyler.desktop</id>
+ <metadata_license>CC0-1.0</metadata_license>
+ <project_license>GPL-2.0</project_license>
+ <summary>Cross-platform DVD authoring application</summary>
+ <description>
+ <p>
+ DVDStyler is a cross-platform free DVD authoring application for the
+ creation of professional-looking DVDs. It allows not only burning of
+ video files on DVD that can be played practically on any standalone DVD
+ player, but also creation of individually designed DVD menus. It is
+ Open Source Software and is completely free.
+ </p>
+ <p>
+ Features
+ Tip: DVDStyler is PC software, not self-hosted web software, so a web hosting plan is not required.
+ </p>
+ <ul>
+ <li>Create and burn DVD video with interactive menus</li>
+ <li>Design your own DVD menu or select one from the list of ready to use menu templates</li>
+ <li>Create photo slideshow</li>
+ <li>Add multiple subtitle and audio tracks</li>
+ <li>Support of AVI, MOV, MP4, MPEG, OGG, WMV and other file formats</li>
+ <li>Support of MPEG-2, MPEG-4, DivX, Xvid, MP2, MP3, AC-3 and other audio and video formats</li>
+ <li>Support of multi-core processor</li>
+ <li>Use MPEG and VOB files without reencoding, see FAQ</li>
+ <li>Put files with different audio/video format on one DVD (support of titleset)</li>
+ <li>User-friendly interface with support of drag & drop</li>
+ <li>Flexible menu creation on the basis of scalable vector graphic</li>
+ <li>Import of image file for background</li>
+ <li>Place buttons, text, images and other graphic objects anywhere on the menu screen</li>
+ <li>Change the font/color and other parameters of buttons and graphic objects</li>
+ <li>Scale any button or graphic object</li>
+ <li>Copy any menu object or whole menu</li>
+ <li>Customize navigation using DVD scripting</li>
+ </ul>
+ </description>
+ <url type="homepage">http://www.dvdstyler.de/</url>
+ <screenshots>
+ <screenshot type="default">
+ <image>http://www.dvdstyler.org/images/screenshots/ffm.jpg</image>
+ </screenshot>
+ <screenshot type="default">
+ <image>http://www.dvdstyler.org/images/screenshots/blue.jpg</image>
+ </screenshot>
+ <screenshot type="default">
+ <image>http://www.dvdstyler.org/images/screenshots/filebrowser.jpg</image>
+ </screenshot>
+ <screenshot type="default">
+ <image>http://www.dvdstyler.org/images/screenshots/travel.jpg</image>
+ </screenshot>
+ </screenshots>
+ <update_contact>alex AT thuering.biz</update_contact>
+</component>
More information about the arch-commits
mailing list