From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 168B91581F3 for ; Sat, 30 Nov 2024 09:16:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43613E07D4; Sat, 30 Nov 2024 09:16:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A1252E077A for ; Sat, 30 Nov 2024 09:16:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B2242343011 for ; Sat, 30 Nov 2024 09:16:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0918C1DB9 for ; Sat, 30 Nov 2024 09:16:48 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1732838067.512af101a1058b196fcebf2de061ba1643e31627.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-fs/ffmpegfs/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-fs/ffmpegfs/Manifest sys-fs/ffmpegfs/ffmpegfs-2.17.ebuild X-VCS-Directories: sys-fs/ffmpegfs/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: 512af101a1058b196fcebf2de061ba1643e31627 X-VCS-Branch: master Date: Sat, 30 Nov 2024 09:16:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1394481d-ea4c-4900-a3bb-b1e2478cfb11 X-Archives-Hash: 5ba56406bf344efa3366210c9cc559b6 commit: 512af101a1058b196fcebf2de061ba1643e31627 Author: Alexey Sokolov asokolov org> AuthorDate: Thu Nov 28 23:54:27 2024 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Thu Nov 28 23:54:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=512af101 sys-fs/ffmpegfs: add 2.17 Signed-off-by: Alexey Sokolov asokolov.org> sys-fs/ffmpegfs/Manifest | 1 + sys-fs/ffmpegfs/ffmpegfs-2.17.ebuild | 52 ++++++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) diff --git a/sys-fs/ffmpegfs/Manifest b/sys-fs/ffmpegfs/Manifest index e9a6afa5e..72a2fde41 100644 --- a/sys-fs/ffmpegfs/Manifest +++ b/sys-fs/ffmpegfs/Manifest @@ -1 +1,2 @@ DIST ffmpegfs-2.16.tar.gz 14630485 BLAKE2B 69fcf7b9020b2a3b38a8719d9fd6766963ec0f642567c3b852a92408531988295c4e71557bd16f520660078fd314f170a934d6bb700321f9d90bff108209ca30 SHA512 9e3f3a8fc186c19b73edfa98f88a64d5536a1b8ade47f07c4e053a0e002aa729968efb67d92f4086476f55d72c67c4037e7c0965a672c4638be07afc3ed6a9a5 +DIST ffmpegfs-2.17.tar.gz 14627337 BLAKE2B 1ab781ffe5bd655efd47b81216ead58576d2a965910ce852a4d60907718ec356798156b63f20e12ea158f2fbad77b389c47d89a7d14fca7b5a636e726db66d15 SHA512 89b8a5de7ed5ae6c7d53b9c56a711563229a6859e0d21ee4eaf0b362deff72424b0f6376956cc0e2cf9c676268aa3264db83cf22fd9b60de3bfd1d6f580786bd diff --git a/sys-fs/ffmpegfs/ffmpegfs-2.17.ebuild b/sys-fs/ffmpegfs/ffmpegfs-2.17.ebuild new file mode 100644 index 000000000..948e37a75 --- /dev/null +++ b/sys-fs/ffmpegfs/ffmpegfs-2.17.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools + +DESCRIPTION="FUSE-based transcoding filesystem with support from/to many formats." +HOMEPAGE="https://nschlia.github.io/ffmpegfs/" +SRC_URI="https://github.com/nschlia/ffmpegfs/releases/download/v${PV}/${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" +IUSE="bluray dvd" + +RESTRICT="test" # needs /dev/fuse + +BDEPEND=" + app-editors/vim-core + app-text/asciidoc + virtual/pkgconfig + www-client/w3m +" +DEPEND=" + dev-db/sqlite:3 + dev-libs/libchardet + media-libs/libcue:= + media-video/ffmpeg:= + sys-fs/fuse:3 + bluray? ( media-libs/libbluray:= ) + dvd? ( media-libs/libdvdread:= ) +" +RDEPEND="${DEPEND}" + +PATCHES=( + "${FILESDIR}/ffmpegfs-2.16-cflags.patch" + "${FILESDIR}/ffmpegfs-2.16-varcache.patch" +) + +src_prepare() { + default + # bug 936615 + sed 's/-D_FORTIFY_SOURCE=2//' -i Makefile.am || die + eautoreconf +} + +src_configure() { + econf \ + $(use_with bluray libbluray) \ + $(use_with dvd libdvd) +}