0.8.0
This commit is contained in:
parent
b63cfd6665
commit
62e0dfe2f0
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
||||
/libbluray-0.6.1.tar.bz2
|
||||
/libbluray-0.6.2.tar.bz2
|
||||
/libbluray-0.7.0.tar.bz2
|
||||
/libbluray-0.8.0.tar.bz2
|
||||
|
@ -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
|
||||
+ Generated for $projectname by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.1<br />
|
||||
Copyright © 2010 John Stebbins et al.<br />
|
11
libbluray-0.8.0-no_doxygen_timestamp.patch
Normal file
11
libbluray-0.8.0-no_doxygen_timestamp.patch
Normal 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
|
||||
+ Generated for $projectname by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.1<br />
|
||||
Copyright © 2010 John Stebbins et al.<br />
|
@ -5,7 +5,7 @@
|
||||
%global build_pdf_doc 0
|
||||
|
||||
Name: libbluray
|
||||
Version: 0.7.0
|
||||
Version: 0.8.0
|
||||
Release: 1%{?snapshot:.%{tarball_date}git%{git_short}}%{?dist}
|
||||
Summary: Library to access Blu-Ray disks for video playback
|
||||
License: LGPLv2+
|
||||
@ -19,7 +19,7 @@ Source0: %{name}-%{tarball_date}git%{git_short}.tar.bz2
|
||||
%else
|
||||
Source0: ftp://ftp.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
|
||||
%endif
|
||||
Patch0: libbluray-0.2.2-no_doxygen_timestamp.patch
|
||||
Patch0: libbluray-0.8.0-no_doxygen_timestamp.patch
|
||||
|
||||
%if 0%{?snapshot}
|
||||
BuildRequires: autoconf
|
||||
@ -113,6 +113,7 @@ export JDK_HOME="%{_jvmdir}/java-1.7.0"
|
||||
--disable-doxygen-ps \
|
||||
--enable-doxygen-html \
|
||||
--enable-examples \
|
||||
--enable-udf \
|
||||
%ifnarch ppc ppc64 ppc64le
|
||||
--enable-bdjava
|
||||
%endif
|
||||
@ -132,12 +133,12 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
||||
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
# 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
|
||||
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
|
||||
install -Dp -m755 src/bdj_test %{buildroot}%{_bindir}/bdj_test;
|
||||
install -Dp -m755 .libs/bdj_test %{buildroot}%{_bindir}/bdj_test;
|
||||
%endif
|
||||
|
||||
|
||||
@ -169,6 +170,9 @@ install -Dp -m755 src/bdj_test %{buildroot}%{_bindir}/bdj_test;
|
||||
|
||||
|
||||
%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
|
||||
- Update to 0.7.0.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user