1
0
Fork 0

Adding progress-linux version 1.4.3-0progress8u1.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-22 16:31:15 +02:00
parent 72810b455a
commit 1a87a93537
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424
10 changed files with 138 additions and 0 deletions

5
debian/changelog vendored Normal file
View file

@ -0,0 +1,5 @@
libdvdcss (1.4.3-0progress8u1) horok-extras; urgency=low
* Initial upload to horok-extras.
-- Daniel Baumann <daniel.baumann@progress-linux.org> Sun, 22 Jun 2025 16:21:10 +0200

39
debian/control vendored Normal file
View file

@ -0,0 +1,39 @@
Source: libdvdcss
Section: libs
Priority: optional
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>
Bugs: mailto:maintainers@lists.progress-linux.org
Build-Depends:
debhelper-compat (= 13),
doxygen,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://www.videolan.org/developers/libdvdcss.html
Vcs-Browser: https://git.progress-linux.org/horok-extras/libdvdcss
Vcs-Git: https://git.progress-linux.org/horok-extras/libdvdcss
Package: libdvdcss-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libdvdcss2 (= ${binary:Version}),
${misc:Depends},
Description: library for DVD decryption (development)
libdvdcss is a library designed for accessing DVDs like a block device without
having to bother about the decryption.
.
This package contains the development files.
Package: libdvdcss2
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Enhances:
libdvdread8,
Description: library for DVD decryption
libdvdcss is a library designed for accessing DVDs like a block device without
having to bother about the decryption.

56
debian/copyright vendored Normal file
View file

@ -0,0 +1,56 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libdvdcss
Upstream-Contact: libdvdcss developers <libdvdcss-devel@videolan.org>
Source: https://download.videolan.org/pub/libdvdcss/
Files: *
Copyright: 1998-2021 VideoLAN
License: GPL-2+
Files: src/dvdcss/version.h*
Copyright: 2015 VideoLAN
License: LGPL-2.1+
Files: test/csstest.c
Copyright: 2001-2003 Sam Hocevar <sam@zoy.org>
License: PD
Files: debian/*
Copyright: 2010-2025 Daniel Baumann <daniel.baumann@progress-linux.org>
License: GPL-2+
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License along
with this program; if not, see <https://www.gnu.org/licenses/>.
.
The complete text of the GNU General Public License
can be found in /usr/share/common-licenses/GPL-2 file.
License: LGPL-2.1+
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, see <https://www.gnu.org/licenses/>.
.
The complete text of the GNU Lesser General Public License
can be found in /usr/share/common-licenses/LGPL-2.1 file.
License: PD
This piece of code is public domain.

5
debian/libdvdcss-dev.install vendored Normal file
View file

@ -0,0 +1,5 @@
usr/include
usr/lib/*/*.a
usr/lib/*/*.so
usr/lib/*/pkgconfig/*.pc
usr/share/doc/libdvdcss-dev/html

1
debian/libdvdcss2.docs vendored Normal file
View file

@ -0,0 +1 @@
README

1
debian/libdvdcss2.install vendored Normal file
View file

@ -0,0 +1 @@
usr/lib/*/*.so.*

11
debian/libdvdcss2.symbols vendored Normal file
View file

@ -0,0 +1,11 @@
libdvdcss.so.2 libdvdcss2 #MINVER#
dvdcss_close@Base 1.2.12
dvdcss_error@Base 1.2.12
#MISSING: 1.3.0# dvdcss_interface_2@Base 1.2.12
dvdcss_is_scrambled@Base 1.2.12
dvdcss_open@Base 1.2.12
dvdcss_open_stream@Base 1.3.99
dvdcss_read@Base 1.2.12
dvdcss_readv@Base 1.2.12
dvdcss_seek@Base 1.2.12
#MISSING: 1.3.0-1# dvdcss_title@Base 1.2.12

17
debian/rules vendored Executable file
View file

@ -0,0 +1,17 @@
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh ${@}
override_dh_auto_configure:
dh_auto_configure -- --htmldir=/usr/share/doc/libdvdcss-dev/html
execute_after_dh_auto_install:
# removing unused files
rm -f debian/tmp/usr/lib/*/libdvdcss.la
rm -rf debian/tmp/usr/share/doc/libdvdcss
override_dh_installchangelogs:
dh_installchangelogs NEWS

1
debian/source/format vendored Normal file
View file

@ -0,0 +1 @@
3.0 (quilt)

2
debian/watch vendored Normal file
View file

@ -0,0 +1,2 @@
version=4
https://download.videolan.org/pub/libdvdcss/last/@PACKAGE@@ANY_VERSION@\.tar\.bz2