Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Commit

Permalink
packaging details
Browse files Browse the repository at this point in the history
  • Loading branch information
jonata committed Nov 2, 2015
1 parent 81d73f1 commit 8e5772e
Show file tree
Hide file tree
Showing 45 changed files with 23,717 additions and 9,491 deletions.
10 changes: 10 additions & 0 deletions Open_DVD_Producer.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Metadata-Version: 1.0
Name: Open-DVD-Producer
Version: 15.11
Summary: UNKNOWN
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Description: UNKNOWN
Platform: UNKNOWN
6 changes: 6 additions & 0 deletions Open_DVD_Producer.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
README
setup.py
Open_DVD_Producer.egg-info/PKG-INFO
Open_DVD_Producer.egg-info/SOURCES.txt
Open_DVD_Producer.egg-info/dependency_links.txt
Open_DVD_Producer.egg-info/top_level.txt
1 change: 1 addition & 0 deletions Open_DVD_Producer.egg-info/dependency_links.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions Open_DVD_Producer.egg-info/top_level.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

30 changes: 29 additions & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1 +1,29 @@
This is a git repo
# OPEN **DVD** PRODUCER

A modern, open source cross platform software to produce DVD images.

Create DVDs with menus and chapters in a simple yet professional way.

The main functions of the DVD specification are implemented in the software. For example, you can create a DVD in any supported format, with various menus, with directional buttons, videos with chapters and set sections of videos to play.

Edit and generate DVDs on any platform: Ubuntu, Mac or Windows.

## Menus
You can create static menus with any sound you want. Or you can use some special video as animated menu.

**Advanced settings for Menus**

You can set the background image or video. The color and opacity of buttons highlight. Set the buttons directions directly on the screen.

## Buttons
"Point and click" the buttons you want to create, and you have a real time preview of them. Also, you can set the directions the remote control will take.

## Built in encoder
There is no need to use some external conversor. Open DVD Producer is able to convert from any kind of known video format.

**Advanced settings for Videos**

It is possible to set the video resolution. Also, you can set chapter marks in a visual way, with frames accuracy.

## Chapters
Want to play at some point in the video? No problem, you can set chapter marks directly on the timeline, and also set segmented pieces of video.
2 changes: 2 additions & 0 deletions bin/opendvdproducer
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
python /usr/share/opendvdproducer/opendvdproducer.py
12 changes: 12 additions & 0 deletions bin/opendvdproducer.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[Desktop Entry]
Encoding=UTF-8
Name=Open DVD Producer
Exec=python /usr/share/opendvdproducer/opendvdproducer.py
Icon=opendvdproducer.png
Info=Open DVD Producer
Categories=Application;Multimedia
Comment=A modern, open source cross platform software for producing DVDs
Terminal=false
Type=Application
StartupNotify=true
Name[pt_BR]=Open DVD Producer
7 changes: 3 additions & 4 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
dvdat (15.06.1) utopic; urgency=low
opendvdproducer (15.11) wily; urgency=low

* Fixed convert tool
* Fixed first play
* First release

-- Jonatã Bolzan Loss <jbolzan@bethel.jw.org> Tue, 19 Jun 2015 10:05:33 -0300
-- Jonatã Bolzan Loss <jonata@jonata.org> Tue, 01 Nov 2015 22:28:33 -0200
16 changes: 8 additions & 8 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Source: dvdat
Section: misc
Source: opendvdproducer
Section: multimedia
Priority: optional
Maintainer: Jonatã Bolzan Loss <jbolzan@bra.wtbts.net>
XSBC-Oiriginal-Maintainer: Jonatã Bolzan Loss <jbolzan@bra.wtbts.net>
Maintainer: Jonatã Bolzan Loss <jonata@jonata.org>
XSBC-Oiriginal-Maintainer: Jonatã Bolzan Loss <jonata@jonata.org>
Standards-Version: 3.7.2
Build-Depends: debhelper (>= 5)
Homepage: http://jw.org/
Homepage: http://opendvdproducer.jonata.org/

Package: dvdat
Package: opendvdproducer
Architecture: all
Depends: python (>=2.5), python-pyside.qtgui, python-pyside.qtcore, ttf-ubuntu-font-family, ffmpeg, dvdauthor, imagemagick
Description: DVD Authoring Tool
Depends: python (>=2.5), python-pyside.qtgui, python-pyside.qtcore, ttf-ubuntu-font-family, ffmpeg, dvdauthor, imagemagick, python-pyside.phonon, genisoimage
Description: Open DVD Producer
Loading

0 comments on commit 8e5772e

Please sign in to comment.