public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: sys-fs/ffmpegfs/
@ 2024-07-11 16:43 Alexey Sokolov
  0 siblings, 0 replies; 4+ messages in thread
From: Alexey Sokolov @ 2024-07-11 16:43 UTC (permalink / raw
  To: gentoo-commits

commit:     60967acdb9697d9e2195cb7722f26aaac46f9cd9
Author:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
AuthorDate: Thu Jul 11 16:42:48 2024 +0000
Commit:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
CommitDate: Thu Jul 11 16:42:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=60967acd

sys-fs/ffmpegfs: fix dep on fuse slot

Closes: https://bugs.gentoo.org/935778
Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>

 sys-fs/ffmpegfs/{ffmpegfs-2.16.ebuild => ffmpegfs-2.16-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/ffmpegfs/ffmpegfs-2.16.ebuild b/sys-fs/ffmpegfs/ffmpegfs-2.16-r1.ebuild
similarity index 98%
rename from sys-fs/ffmpegfs/ffmpegfs-2.16.ebuild
rename to sys-fs/ffmpegfs/ffmpegfs-2.16-r1.ebuild
index 4b681adab..802d6a426 100644
--- a/sys-fs/ffmpegfs/ffmpegfs-2.16.ebuild
+++ b/sys-fs/ffmpegfs/ffmpegfs-2.16-r1.ebuild
@@ -26,7 +26,7 @@ DEPEND="
 	dev-libs/libchardet
 	media-libs/libcue:=
 	media-video/ffmpeg:=
-	sys-fs/fuse
+	sys-fs/fuse:0
 	bluray? ( media-libs/libbluray:= )
 	dvd? ( media-libs/libdvdread:= )
 "


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: sys-fs/ffmpegfs/
@ 2024-07-19  8:12 Alexey Sokolov
  0 siblings, 0 replies; 4+ messages in thread
From: Alexey Sokolov @ 2024-07-19  8:12 UTC (permalink / raw
  To: gentoo-commits

commit:     4f59cb657cffca91ff0142277a962d47ffbdd37d
Author:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
AuthorDate: Fri Jul 19 08:10:31 2024 +0000
Commit:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
CommitDate: Fri Jul 19 08:10:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4f59cb65

sys-fs/ffmpegfs: depend on xxd (vim-core)

Closes: https://bugs.gentoo.org/935883
Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>

 sys-fs/ffmpegfs/ffmpegfs-2.16-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-fs/ffmpegfs/ffmpegfs-2.16-r1.ebuild b/sys-fs/ffmpegfs/ffmpegfs-2.16-r1.ebuild
index 802d6a426..33dbbffbb 100644
--- a/sys-fs/ffmpegfs/ffmpegfs-2.16-r1.ebuild
+++ b/sys-fs/ffmpegfs/ffmpegfs-2.16-r1.ebuild
@@ -17,6 +17,7 @@ IUSE="bluray dvd"
 RESTRICT="test"  # needs /dev/fuse
 
 BDEPEND="
+	app-editors/vim-core
 	app-text/asciidoc
 	virtual/pkgconfig
 	www-client/w3m


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: sys-fs/ffmpegfs/
@ 2024-08-06  2:13 Lucio Sauer
  0 siblings, 0 replies; 4+ messages in thread
From: Lucio Sauer @ 2024-08-06  2:13 UTC (permalink / raw
  To: gentoo-commits

commit:     6e77a6a87c9e70f03a0a1ac9b367478ac5e1ff45
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Mon Aug  5 11:37:55 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Tue Aug  6 02:12:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6e77a6a8

sys-fs/ffmpegfs: remove build system -D_FORTIFY_SOURCE=2

We handle it downstream.
No revbump needed since vanilla Gentoo enables these by default (as of
23.0 profiles)
https://wiki.gentoo.org/wiki/Hardened/Toolchain#Changes

Closes: https://bugs.gentoo.org/936615
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 sys-fs/ffmpegfs/ffmpegfs-2.16-r1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys-fs/ffmpegfs/ffmpegfs-2.16-r1.ebuild b/sys-fs/ffmpegfs/ffmpegfs-2.16-r1.ebuild
index 33dbbffbb..dab7b1dff 100644
--- a/sys-fs/ffmpegfs/ffmpegfs-2.16-r1.ebuild
+++ b/sys-fs/ffmpegfs/ffmpegfs-2.16-r1.ebuild
@@ -40,6 +40,8 @@ PATCHES=(
 
 src_prepare() {
 	default
+	# bug 936615
+	sed 's/-D_FORTIFY_SOURCE=2//' -i Makefile.am || die
 	eautoreconf
 }
 


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: sys-fs/ffmpegfs/
@ 2024-11-28 23:55 Alexey Sokolov
  0 siblings, 0 replies; 4+ messages in thread
From: Alexey Sokolov @ 2024-11-28 23:55 UTC (permalink / raw
  To: gentoo-commits

commit:     512af101a1058b196fcebf2de061ba1643e31627
Author:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
AuthorDate: Thu Nov 28 23:54:27 2024 +0000
Commit:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
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 <alexey+gentoo <AT> 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)
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-11-28 23:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-28 23:55 [gentoo-commits] repo/proj/guru:dev commit in: sys-fs/ffmpegfs/ Alexey Sokolov
  -- strict thread matches above, loose matches on Subject: below --
2024-08-06  2:13 Lucio Sauer
2024-07-19  8:12 Alexey Sokolov
2024-07-11 16:43 Alexey Sokolov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox