]> git.pld-linux.org Git - packages/DVDStyler.git/blob - DVDStyler.spec
- very raw from Badman (pld at vp.pl)
[packages/DVDStyler.git] / DVDStyler.spec
1 Name:      DVDStyler
2 Version:   1.4
3 Release:   1
4 Summary:        DVDStyler is a cross-platform DVD authoring System
5 Summary(pl):   Wieloplatformowy program do auhoringu DVD
6 License:   GPL
7 Group:     Applications/Multimedia
8 Packager:  <pld@vp.pl>
9 Source:   http://mesh.dl.sourceforge.net/sourceforge/dvdstyler/%{name}-%{version}.tar.gz
10 URL:      http://dvdstyler.sourceforge.net
11
12 BuildRequires: dvdauthor >= 0.6.10
13 BuildRequires: gtk+2-devel >= 2.2.0
14 BuildRequires: wxGTK2-devel >= 2.4.2
15 BuildRequires: mjpegtools
16 BuildRequires: mpgtx
17 BuildRequires: dvd+rw-tools
18
19 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 DVDStyler is a crossplatform dvd authoring system.
23 The 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
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -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.054161 seconds and 3 git commands to generate.