update to 1.5.0 [release 1.5.0-1mamba;Sun Oct 19 2025]

This commit is contained in:
2025-10-22 00:18:27 +02:00
parent 71df6d1db5
commit 3823594e44
2 changed files with 11 additions and 43 deletions

View File

@@ -1,28 +0,0 @@
Index: doc/doxygen.cfg.in
===================================================================
--- doc/doxygen.cfg (revision 203)
+++ doc/doxygen.cfg (working copy)
@@ -364,6 +364,10 @@
INPUT = @TOP_SRCDIR@/src/dvdcss/dvdcss.h \
@TOP_SRCDIR@/src/libdvdcss.c
+# The INPUT_ENCODING tag sets the character encoding of the input files.
+
+INPUT_ENCODING = ISO-8859-1
+
# If the value of the INPUT tag contains directories, you can use the
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
# and *.h) to filter out the source-files in the directories. If left
Index: doc/header.html
===================================================================
--- doc/header.html (revision 203)
+++ doc/header.html (working copy)
@@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
- <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+ <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>libdvdcss documentation</title>
<link href="/main.css" rel="stylesheet" type="text/css">
<link href="/doxygen.css" rel="stylesheet" type="text/css">

View File

@@ -1,14 +1,13 @@
Name: libdvdcss
Version: 1.4.3
Release: 2mamba
Version: 1.5.0
Release: 1mamba
Summary: Library for accessing DVDs like block devices with transparent decryption
Group: System/Multimedia
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.videolan.org/developers/libdvdcss.html
Source: http://download.videolan.org/pub/libdvdcss/%{version}/libdvdcss-%{version}.tar.bz2
Patch0: %{name}-1.2.9-doxygen.patch
Source: https://code.videolan.org/videolan/libdvdcss.git/%{version}/libdvdcss-%{version}.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@@ -31,26 +30,21 @@ The %{name}-devel package includes the header files and static libraries necessa
If you are going to develop programs which will manipulate DVDs, you should install %{name}-devel.
You'll also need to have the %{name} package installed.
%debug_package
%prep
%setup -q
#%patch0 -p0
%build
%configure
%make
%meson
%meson_build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeoldinstall
%meson_install
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%{_libdir}/libdvdcss.so.*
@@ -60,14 +54,16 @@ You'll also need to have the %{name} package installed.
%defattr(-,root,root)
%{_includedir}/*
%{_libdir}/libdvdcss.a
%{_libdir}/libdvdcss.la
%{_libdir}/libdvdcss.so
%dir %{_datadir}/doc/libdvdcss
%{_datadir}/doc/libdvdcss/*
%{_libdir}/pkgconfig/libdvdcss.pc
%doc ChangeLog NEWS
%doc NEWS
%changelog
* Sun Oct 19 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.0-1mamba
- update to 1.5.0
* Tue Jan 04 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.3-2mamba
- rebuilt with debug package and build requirements block