devedeNG: new package for create vcd/dvd
This commit is contained in:
@@ -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 pythonmodules
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def setup():
|
||||
pythonmodules.compile(pyVer = "3")
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer = "3")
|
||||
|
||||
pisitools.dodoc("COPYING", "README.md")
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
--- a/devede.desktop 2010-03-19 01:42:12.000000000 +0200
|
||||
+++ b/devede.desktop 2010-03-30 18:59:35.380316987 +0300
|
||||
@@ -3,17 +3,20 @@
|
||||
Type=Application
|
||||
Name=DeVeDe
|
||||
GenericName=DVD/CD Video Creator
|
||||
+GenericName[tr]=Video DVD/CD Oluşturucu
|
||||
X-GNOME-FullName=DeVeDe DVD/CD Video Creator
|
||||
X-GNOME-FullName[ca]=DeVeDe creador de CD/DVDs de vídeo
|
||||
X-GNOME-FullName[es]=DeVeDe creador de CD/DVDs de vídeo
|
||||
X-GNOME-FullName[gl]=DeVeDe creador de CD/DVDs de vídeo
|
||||
X-GNOME-FullName[pl]=DeVeDe tworzenie wideo na CD/DVD
|
||||
X-GNOME-FullName[it]=DeVeDe creatore di video CD/DVD
|
||||
+X-GNOME-FullName[tr]=DeVeDe Video DVD/CD Oluşturucu
|
||||
Comment=Allows to create video CDs and DVDs, suitable to be reproduced in home DVD players
|
||||
Comment[ca]=Permet crear CDs i DVDs de vídeo, que poden reproduir-se en reproductors domèstics
|
||||
Comment[es]=Permite crear video CDs y DVDs, que pueden reproducirse en reproductores domésticos
|
||||
Comment[gl]=Permite crear video CDs e DVDs, que poden reproducirse en reproductores domésticos
|
||||
Comment[pl]=Pozwala stworzyć wideo na płytach CD lub DVD, do otwarzania w domowych odtwarzaczach DVD
|
||||
+Comment[tr]=Ev DVD oynatıcılar için uyumlu Video CD/DVD oluşturma aracı
|
||||
TryExec=devede
|
||||
Exec=devede
|
||||
Categories=AudioVideo;
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 986 B |
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 4.0 KiB |
@@ -0,0 +1,70 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>devedeNG</Name>
|
||||
<Homepage>http://www.rastersoft.com/programas/devede.html</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<PartOf>multimedia.editor</PartOf>
|
||||
<Icon>devede</Icon>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Graphical frontend to create video DVDs/(S)VCDs</Summary>
|
||||
<Description>Devede NG is a rewrite of the Devede DVD disc authoring program. This new
|
||||
code has been written from scratch, and uses Python3 and Gtk3. It is also
|
||||
cleaner, which will allow to add new features in the future.</Description>
|
||||
<Archive sha1sum="9a02b56ce8da3e0c0399c7e951841e9113dbd7fe" type="targz">https://sourceforge.net/projects/pisilinux/files/source/devedeng-4.12.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>ffmpeg-devel</Dependency>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- <Patch level="1">desktop.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>devedeNG</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>ffmpeg</Dependency>
|
||||
<Dependency>cdrkit</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>mplayer</Dependency>
|
||||
<Dependency>vcdimager</Dependency>
|
||||
<Dependency>dvdauthor</Dependency>
|
||||
<Dependency>python-gtk</Dependency>
|
||||
<Dependency>python3-cairo</Dependency>
|
||||
<Dependency>python3-urllib3</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-pygobject3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man/man1</Path>
|
||||
</Files>
|
||||
<!-- <AdditionalFiles>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/icons/hicolor/16x16/apps/devede.png">devede-16.png</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/icons/hicolor/32x32/apps/devede.png">devede-32.png</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/icons/hicolor/48x48/apps/devede.png">devede-48.png</AdditionalFile>
|
||||
</AdditionalFiles> -->
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2018-12-03</Date>
|
||||
<Version>4.12.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>devedeNG</Name>
|
||||
<Summary xml:lang="tr">Video DVD ve SVCD oluşturmak için grafik arayüz</Summary>
|
||||
<Description xml:lang="tr">DeVeDeng, neredeyse tüm görüntü biçimlerinden, (ev oynatıcıları için uyumlu) video DVD üretebilen bir uygulamadır.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
+178082
-178021
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
31f1c1e6f64d9fa5f8d09a8b7d64b7ff4aa82212
|
||||
3327f2493911f3c6788dfae5807ac9fc6f77428d
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
5f7f6554f2f9412533f9f2ee70347386745d4ff7
|
||||
72ec2352fd54f1fec714841795a4b3c40ba2ae0e
|
||||
Reference in New Issue
Block a user