]> git.pld-linux.org Git - packages/DVDStyler.git/blame - DVDStyler.spec
- very raw from Badman (pld at vp.pl)
[packages/DVDStyler.git] / DVDStyler.spec
CommitLineData
aad5ce94
JB
1Name: DVDStyler
2Version: 1.4
3Release: 1
4Summary: DVDStyler is a cross-platform DVD authoring System
5Summary(pl): Wieloplatformowy program do auhoringu DVD
6License: GPL
7Group: Applications/Multimedia
8Packager: <pld@vp.pl>
9Source: http://mesh.dl.sourceforge.net/sourceforge/dvdstyler/%{name}-%{version}.tar.gz
10URL: http://dvdstyler.sourceforge.net
11
12BuildRequires: dvdauthor >= 0.6.10
13BuildRequires: gtk+2-devel >= 2.2.0
14BuildRequires: wxGTK2-devel >= 2.4.2
15BuildRequires: mjpegtools
16BuildRequires: mpgtx
17BuildRequires: dvd+rw-tools
18
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22DVDStyler is a crossplatform dvd authoring system.
23The main DVDStyler features are:
24* you can drag and drop MPEG files directly
25* you can import image file for background
26* you can create NTSC/PAL menu
27* you can place text and images anywhere on the menu screen
28* you can change font/color
29* you can put basic text buttons, change font/color and background color
30* you can set chapters for each movie
31* you can change post command for each movie
32
33%prep
34%setup
35
36%build
37%configure --with-wx-config=/usr/bin/wx-gtk2-ansi-config
38%{__make}
39
40%install
41rm -rf $RPM_BUILD_ROOT
42
43%{__make} install \
44 DESTDIR=$RPM_BUILD_ROOT
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%{_bindir}/dvdstyler
51/usr/share/doc/dvdstyler/*
52/usr/share/dvdstyler/*
53/usr/share/locale/*
54%{_pixmapsdir}/*
This page took 0.524946 seconds and 4 git commands to generate.