Thanks, applied as 2552312fe84a79a48308e99ca9471a67c617d3f7.

Michael

[sent from post-receive hook]

On Wed, 10 Jan 2024 17:57:40 +0100, Ladislav Michl <oss-li...@triops.cz> wrote:
> Signed-off-by: Ladislav Michl <la...@linux-mips.org>
> Message-Id: <ZY6jHzRoaaGhXUQL@lenoch>
> Signed-off-by: Michael Olbrich <m.olbr...@pengutronix.de>
> 
> diff --git a/rules/libdvdcss.in b/rules/libdvdcss.in
> new file mode 100644
> index 000000000000..1dc51535e5ff
> --- /dev/null
> +++ b/rules/libdvdcss.in
> @@ -0,0 +1,8 @@
> +## SECTION=multimedia_libs
> +
> +config LIBDVDCSS
> +     tristate
> +     prompt "libdvdcss"
> +     help
> +       A simple library designed for accessing DVDs like a block device
> +       without having to bother about the decryption.
> diff --git a/rules/libdvdcss.make b/rules/libdvdcss.make
> new file mode 100644
> index 000000000000..9307238796fd
> --- /dev/null
> +++ b/rules/libdvdcss.make
> @@ -0,0 +1,60 @@
> +# -*-makefile-*-
> +#
> +# Copyright (C) 2023 by Ladislav Michl <la...@linux-mips.org>
> +#
> +# For further information about the PTXdist project and license conditions
> +# see the README file.
> +#
> +
> +#
> +# We provide this package
> +#
> +PACKAGES-$(PTXCONF_LIBDVDCSS) += libdvdcss
> +
> +#
> +# Paths and names
> +#
> +LIBDVDCSS_VERSION    := 1.4.3
> +LIBDVDCSS_MD5                := e98239a88af9b2204f9b9d987c2bc71a
> +LIBDVDCSS            := libdvdcss-$(LIBDVDCSS_VERSION)
> +LIBDVDCSS_SUFFIX     := tar.bz2
> +LIBDVDCSS_URL                := 
> https://download.videolan.org/pub/libdvdcss/$(LIBDVDCSS_VERSION)/$(LIBDVDCSS).$(LIBDVDCSS_SUFFIX)
>  
> +LIBDVDCSS_SOURCE     := $(SRCDIR)/$(LIBDVDCSS).$(LIBDVDCSS_SUFFIX)
> +LIBDVDCSS_DIR                := $(BUILDDIR)/$(LIBDVDCSS)
> +LIBDVDCSS_LICENSE    := GPL-2.0-or-later
> +LIBDVDCSS_LICENSE_FILES      := \
> +     file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263
> +
> +# 
> ----------------------------------------------------------------------------
> +# Prepare
> +# 
> ----------------------------------------------------------------------------
> +
> +#
> +# autoconf
> +#
> +LIBDVDCSS_CONF_TOOL  := autoconf
> +LIBDVDCSS_CONF_OPT   := \
> +     $(CROSS_AUTOCONF_USR) \
> +     $(GLOBAL_LARGE_FILE_OPTION) \
> +     --disable-doc
> +
> +# 
> ----------------------------------------------------------------------------
> +# Target-Install
> +# 
> ----------------------------------------------------------------------------
> +
> +$(STATEDIR)/libdvdcss.targetinstall:
> +     @$(call targetinfo)
> +
> +     @$(call install_init, libdvdcss)
> +     @$(call install_fixup, libdvdcss,PRIORITY,optional)
> +     @$(call install_fixup, libdvdcss,SECTION,base)
> +     @$(call install_fixup, libdvdcss,AUTHOR,"Ladislav Michl 
> <la...@linux-mips.org>")
> +     @$(call install_fixup, libdvdcss,DESCRIPTION,missing)
> +
> +     @$(call install_lib, libdvdcss, 0, 0, 0644, libdvdcss)
> +
> +     @$(call install_finish, libdvdcss)
> +
> +     @$(call touch)
> +
> +# vim: syntax=make

Reply via email to