Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37856135
en ru br
Репозитории ALT
5.1: 1.5.0-alt2
4.1: 1.0.0-alt2
4.0: 0.1.4-alt0.1beta
3.0: 0.0.9-alt1
www.altlinux.org/Changes

Группа :: Видео
Пакет: qdvdauthor

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define oversion 1.0.0
Name: qdvdauthor
Version: 1.0.0
Release: alt2

Summary: The GUI frontend for dvdauthor and other related tools

License: GPL
Group: Video
Url: http://sourceforge.net/projects/qdvdauthor/

Packager: Vitaly Lipatov <lav at altlinux.ru>

Source: http://dl.sf.net/%name/%name-%oversion.tar.bz2
# remove make from configure :)
Patch: %name.patch

# manually removed: nvidia_glx_common qt3-designer

# Automatically added by buildreq on Mon Jan 07 2008
BuildRequires: dvdauthor gcc-c++ kdepim-devel libXext-devel libqscintilla-designer mjpegtools mplayer

Requires: mplayer dvdauthor >= 0.6.10 bzip2 ImageMagick lame
Requires: mjpegtools sox netpbm vorbis-tools

%description
qdvdauthor is a gui frontend for using dvdauthor and dvd-slideshow
scripts to easily build DVD menus and assemble the DVD VOB files.
Build with MPlayer for playing.

%prep
%setup -q
%patch

%build
unset QTDIR || : ; . %_sysconfdir/profile.d/qt3dir.sh
export PATH=$QTDIR/bin:$PATH
./configure --qt-dir=%_libdir/qt3 \
   --with-mplayer-support

# move from configure here

export WITH_MPLAYER_SUPPORT=1
export QT_LIB=qt-mt
cd qdvdauthor
$QTDIR/bin/qmake qdvdauthor.pro
%make_build

cd qslideshow
$QTDIR/bin/qmake qslideshow.pro
%make_build
cd ..

cd qplayer;
$QTDIR/bin/qmake qplayer.pro
%make_build

%install
unset QTDIR || : ; . %_sysconfdir/profile.d/qt3dir.sh
export PATH=$QTDIR/bin:$PATH
%makeinstall_std

# due strange mainstream install

mkdir -p %buildroot%_bindir
mkdir -p %buildroot{%_pixmapsdir,%_desktopdir,%_datadir/%name}
install -s -m 0755 bin/qdvdauthor %buildroot%_bindir
install -s -m 0755 bin/qslideshow %buildroot%_bindir
install -s -m 0755 bin/qplayer %buildroot%_bindir

install -m 0644 qdvdauthor.png %buildroot%_pixmapsdir
install -m 0644 qdvdauthor.desktop %buildroot%_desktopdir

#%find_lang %name


%post
%update_menus

%postun
%clean_menus

%files
# -f %name.lang
%_bindir/*
%_datadir/%name/
%_pixmapsdir/qdvdauthor.png
%_desktopdir/qdvdauthor.desktop
%doc README TODO CHANGELOG

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin