This commit is contained in:
Xavier Bachelot 2015-05-01 09:58:52 +02:00
parent b63cfd6665
commit 62e0dfe2f0
5 changed files with 22 additions and 28 deletions

1
.gitignore vendored
View File

@ -14,3 +14,4 @@
/libbluray-0.6.1.tar.bz2 /libbluray-0.6.1.tar.bz2
/libbluray-0.6.2.tar.bz2 /libbluray-0.6.2.tar.bz2
/libbluray-0.7.0.tar.bz2 /libbluray-0.7.0.tar.bz2
/libbluray-0.8.0.tar.bz2

View File

@ -1,22 +0,0 @@
--- libbluray-0.2.2/doc/doxygen-config.orig 2012-06-13 02:28:40.042727485 +0200
+++ libbluray-0.2.2/doc/doxygen-config 2012-06-13 01:15:10.457680370 +0200
@@ -838,7 +838,7 @@
# page will contain the date and time when the page was generated. Setting
# this to NO can help when comparing the output of multiple runs.
-HTML_TIMESTAMP = YES
+HTML_TIMESTAMP = NO
# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
# files or namespaces will be aligned in HTML using tables. If set to
--- libbluray-0.2.2/doc/doxygen-footer.html.orig 2012-06-13 02:25:30.740725465 +0200
+++ libbluray-0.2.2/doc/doxygen-footer.html 2012-06-13 02:25:56.585725752 +0200
@@ -1,7 +1,7 @@
<hr size="1">
<div id="footer">
<small>
- Generated on $datetime for $projectname by&nbsp;
+ Generated for $projectname by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.1<br />
Copyright &copy; 2010 John Stebbins et al.<br />

View File

@ -0,0 +1,11 @@
--- libbluray-0.2.2/doc/doxygen-footer.html.orig 2012-06-13 02:25:30.740725465 +0200
+++ libbluray-0.2.2/doc/doxygen-footer.html 2012-06-13 02:25:56.585725752 +0200
@@ -1,7 +1,7 @@
<hr size="1">
<div id="footer">
<small>
- Generated on $datetime for $projectname by&nbsp;
+ Generated for $projectname by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.1<br />
Copyright &copy; 2010 John Stebbins et al.<br />

View File

@ -5,7 +5,7 @@
%global build_pdf_doc 0 %global build_pdf_doc 0
Name: libbluray Name: libbluray
Version: 0.7.0 Version: 0.8.0
Release: 1%{?snapshot:.%{tarball_date}git%{git_short}}%{?dist} Release: 1%{?snapshot:.%{tarball_date}git%{git_short}}%{?dist}
Summary: Library to access Blu-Ray disks for video playback Summary: Library to access Blu-Ray disks for video playback
License: LGPLv2+ License: LGPLv2+
@ -19,7 +19,7 @@ Source0: %{name}-%{tarball_date}git%{git_short}.tar.bz2
%else %else
Source0: ftp://ftp.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2 Source0: ftp://ftp.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
%endif %endif
Patch0: libbluray-0.2.2-no_doxygen_timestamp.patch Patch0: libbluray-0.8.0-no_doxygen_timestamp.patch
%if 0%{?snapshot} %if 0%{?snapshot}
BuildRequires: autoconf BuildRequires: autoconf
@ -113,6 +113,7 @@ export JDK_HOME="%{_jvmdir}/java-1.7.0"
--disable-doxygen-ps \ --disable-doxygen-ps \
--enable-doxygen-html \ --enable-doxygen-html \
--enable-examples \ --enable-examples \
--enable-udf \
%ifnarch ppc ppc64 ppc64le %ifnarch ppc ppc64 ppc64le
--enable-bdjava --enable-bdjava
%endif %endif
@ -132,12 +133,12 @@ make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
# Install test utilities # Install test utilities
for i in bdsplice clpi_dump hdmv_test index_dump libbluray_test \ for i in bdjo_dump bdsplice clpi_dump hdmv_test index_dump libbluray_test \
list_titles mobj_dump mpls_dump sound_dump list_titles mobj_dump mpls_dump sound_dump
do install -Dp -m 0755 src/$i $RPM_BUILD_ROOT%{_bindir}/$i; done; do install -Dp -m 0755 .libs/$i $RPM_BUILD_ROOT%{_bindir}/$i; done;
%ifnarch ppc ppc64 ppc64le %ifnarch ppc ppc64 ppc64le
install -Dp -m755 src/bdj_test %{buildroot}%{_bindir}/bdj_test; install -Dp -m755 .libs/bdj_test %{buildroot}%{_bindir}/bdj_test;
%endif %endif
@ -169,6 +170,9 @@ install -Dp -m755 src/bdj_test %{buildroot}%{_bindir}/bdj_test;
%changelog %changelog
* Wed Apr 29 2015 Xavier Bachelot <xavier@bachelot.org> 0.8.0-1
- Update to 0.8.0 (RHBZ#1217475).
* Tue Jan 27 2015 Xavier Bachelot <xavier@bachelot.org> 0.7.0-1 * Tue Jan 27 2015 Xavier Bachelot <xavier@bachelot.org> 0.7.0-1
- Update to 0.7.0. - Update to 0.7.0.

View File

@ -1 +1 @@
efad766330164f0c7c7cb18f66389870 libbluray-0.7.0.tar.bz2 bd2b8684d5afd17dc270f19eb1a5bb9a libbluray-0.8.0.tar.bz2