Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > 0c0fb7ae2d7f0f901228bc7ea9125817 > files > 4

dvdauthor-0.7.2-5.mga7.src.rpm

Summary:	A simple set of tools to help you author a DVD
Name:		dvdauthor
Version:	0.7.2
Release:	%mkrel 5
License:	GPLv2+
Group:		Video/Editors and Converters
Url:		http://dvdauthor.sourceforge.net/
Source0:	https://sourceforge.net/projects/dvdauthor/files/%{name}-%{version}.tar.gz
Source1:	http://www.joonet.de/dvdauthor/ftp/%{name}-doc-0.6.17.tar.gz
Patch0:		dvdauthor-0.7.2-use-graphicsmagick.patch
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	bison
BuildRequires:	flex
BuildRequires:	pkgconfig(dvdread)
BuildRequires:	pkgconfig(GraphicsMagick)
BuildRequires:	pkgconfig(fontconfig)
BuildRequires:	pkgconfig(freetype2)
BuildRequires:	pkgconfig(fribidi)
BuildRequires:	pkgconfig(libpng)
BuildRequires:	pkgconfig(libxml-2.0) >= 2.6.0
BuildRequires:	pkgconfig(zlib)
BuildRequires:	gettext-devel

%description
A simple set of tools to help you author a DVD. The idea is to be able to
create menus, buttons, chapters, etc. But for now you can just take an mpeg
stream (as created by mplex -f 8 from mjpegtools 1.6.0) and write it to DVD.

N.B. The system-wide default video format is NTSC, to change it modify 
/etc/video_format; for per user specific settings creat ~/.config/video_format
and put the video format you want (NTSC or PAL) there.

%prep
%setup -q -n %{name} -a 1
%autopatch -p1

mv %{name}-doc-0.6.17/html .

%build
autoreconf -vfi
%configure2_5x \
	--disable-rpath \
	--with-graphicsmagick \
	--enable-default-video-format=NTSC
%make_build

%install
%make_install

# (ahmad) Starting from 0.7, dvdauthor doesn't specify a default video format
# previously it defaulted to NTSC
mkdir -p %{buildroot}%{_sysconfdir}
cat > %{buildroot}%{_sysconfdir}/video_format << EOF
NTSC
EOF

%files
%doc AUTHORS README ChangeLog TODO html
%license COPYING
%{_sysconfdir}/video_format
%{_bindir}/dvdauthor
%{_bindir}/dvddirdel
%{_bindir}/dvdunauthor
%{_bindir}/mpeg2desc
%{_bindir}/spumux
%{_bindir}/spuunmux
%{_datadir}/%{name}/
%{_mandir}/man1/*
%{_mandir}/man7/video_format.7.*


%changelog
* Sun Sep 23 2018 umeabot <umeabot> 0.7.2-5.mga7
  (not released yet)
+ Revision: 1297531
- Mageia 7 Mass Rebuild

* Sun Jan 21 2018 daviddavid <daviddavid> 0.7.2-4.mga7
+ Revision: 1195376
- add upstream patch to switch to GraphicsMagick instead of ImageMagick due
  to the latter's change of api being incompatible
+ wally <wally>
- rebuild for new imagemagick

* Wed Dec 27 2017 wally <wally> 0.7.2-3.mga7
+ Revision: 1185825
- rebuild for new imagemagick

* Sat May 27 2017 shlomif <shlomif> 0.7.2-2.mga6
+ Revision: 1105211
- rebuild for new imagemagick lib-major

* Mon Jan 02 2017 daviddavid <daviddavid> 0.7.2-1.mga6
+ Revision: 1079673
- new version: 0.7.2
- remove merged upstream patches
- switch BRs to pkgconfig()

* Mon Feb 08 2016 umeabot <umeabot> 0.7.1-10.mga6
+ Revision: 942838
- Mageia 6 Mass Rebuild

* Wed Oct 15 2014 umeabot <umeabot> 0.7.1-9.mga5
+ Revision: 743202
- Second Mageia 5 Mass Rebuild

* Tue Sep 16 2014 umeabot <umeabot> 0.7.1-8.mga5
+ Revision: 678889
- Mageia 5 Mass Rebuild

* Sat Sep 13 2014 danf <danf> 0.7.1-7.mga5
+ Revision: 674977
- Added strndup.patch to fix build with glibc 2.20

* Sat Feb 08 2014 fwang <fwang> 0.7.1-6.mga5
+ Revision: 586058
- rebuild for new imagemagick

* Sat Oct 19 2013 umeabot <umeabot> 0.7.1-5.mga4
+ Revision: 526055
- Mageia 4 Mass Rebuild

* Mon Jun 03 2013 fwang <fwang> 0.7.1-4.mga4
+ Revision: 435824
- rebuild for new libpng

* Tue May 28 2013 fwang <fwang> 0.7.1-3.mga4
+ Revision: 429148
- rebuild for new imagemagick

* Fri Jan 11 2013 umeabot <umeabot> 0.7.1-2.mga3
+ Revision: 349193
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Fri Jan 04 2013 fwang <fwang> 0.7.1-1.mga3
+ Revision: 338471
- fix build with automake 1.13
+ vaci0 <vaci0>
- Update to version 0.7.1

* Fri Dec 14 2012 fwang <fwang> 0.7.0-3.mga3
+ Revision: 330752
- rebuild for new imagemagick

* Fri Oct 12 2012 fwang <fwang> 0.7.0-2.mga3
+ Revision: 305076
- update rpm group

* Wed Sep 14 2011 fwang <fwang> 0.7.0-2.mga2
+ Revision: 143434
- fix build with latest png

* Tue Jan 25 2011 ahmad <ahmad> 0.7.0-2.mga1
+ Revision: 39506
- imported package dvdauthor


* Wed Nov 10 2010 Ahmad Samir <ahmadsamir@mandriva.org> 0.7.0-2mdv2011.0
+ Revision: 595688
- Starting from 0.7, dvdauthor doesn't specify a default video format (previoulsy
  it defaulted to NTSC), so we set the default format to NTSC in /etc/video_format.
  o The user can modify /etc/video_format to change the system-wide value
  o The user can use ~/.config/video_format to set per user settings

* Mon Oct 25 2010 Ahmad Samir <ahmadsamir@mandriva.org> 0.7.0-1mdv2011.0
+ Revision: 589275
- update to 0.7.0
- rediff patch0

* Sat Jul 10 2010 Funda Wang <fwang@mandriva.org> 0.6.18-2mdv2011.0
+ Revision: 550004
- rebuild for new imagemagick

* Thu Mar 18 2010 Ahmad Samir <ahmadsamir@mandriva.org> 0.6.18-1mdv2010.1
+ Revision: 524957
- new upstream release 0.6.18
- drop FriBidi patches, merged upstream
- rediff imagemagick patch
- back to sourceforge url, now it's up-to-date

* Thu Jan 14 2010 Funda Wang <fwang@mandriva.org> 0.6.17-2mdv2010.1
+ Revision: 491444
- rebuild for new imagemagick

* Tue Jan 05 2010 Ahmad Samir <ahmadsamir@mandriva.org> 0.6.17-1mdv2010.1
+ Revision: 486421
- update to 0.6.17
- switch to new "unofficial" upstream http://www.joonet.de/dvdauthor/
- clean spec
- fix license
- add patches to fix build with FriBidi-0.19.x
- add html docs in package

* Wed Jan 28 2009 Götz Waschk <waschk@mandriva.org> 0.6.14-9mdv2009.1
+ Revision: 335005
- rebuild for new libmagick

* Mon Sep 01 2008 Götz Waschk <waschk@mandriva.org> 0.6.14-8mdv2009.0
+ Revision: 278246
- rebuild for new libdvdread

* Thu Jul 24 2008 Thierry Vignaud <tv@mandriva.org> 0.6.14-7mdv2009.0
+ Revision: 244562
- rebuild

* Thu Feb 14 2008 Oden Eriksson <oeriksson@mandriva.com> 0.6.14-5mdv2008.1
+ Revision: 167713
- fix build
- added a patch to make it compile
- rebuilt against new imagemagick libs

* Tue Jan 08 2008 Oden Eriksson <oeriksson@mandriva.com> 0.6.14-4mdv2008.1
+ Revision: 146497
- rebuilt against new imagemagick libs (6.3.7)

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

  + Thierry Vignaud <tv@mandriva.org>
    - kill re-definition of %%buildroot on Pixel's request

* Thu Jun 07 2007 Anssi Hannula <anssi@mandriva.org> 0.6.14-3mdv2008.0
+ Revision: 36143
- rebuild with correct optflags

* Mon May 07 2007 Herton Ronaldo Krzesinski <herton@mandriva.com.br> 0.6.14-1mdv2008.0
+ Revision: 24817
- Updated to 0.6.14.


* Sat Feb 24 2007 Emmanuel Andry <eandry@mandriva.org> 0.6.13-2mdv2007.0
+ Revision: 125334
- rebuild for latest ImageMagick

* Fri Feb 09 2007 Tomasz Pawel Gajc <tpg@mandriva.org> 0.6.13-1mdv2007.1
+ Revision: 118333
- Import dvdauthor