Commit Graph

716 Commits

Author SHA1 Message Date
Douglas R. Reno
426ee9f5d9 ffmpeg: enable Vulkan support again.
Thanks to Joe Locash for a pointer to the patch
2024-03-02 13:48:40 -06:00
Douglas R. Reno
571adb72a0 MPlayer: use the correct dependency for libvdpau.
We want the library, not the driver. :)
2024-02-26 16:51:24 -06:00
Douglas R. Reno
39adbf313e mplayer: URL fixes 2024-02-26 13:47:40 -06:00
Bruce Dubbs
49a84f0ba8 Tag most of multimedia (kwave remains) 2024-02-17 21:52:06 -06:00
Bruce Dubbs
bf7aa62a83 Add a patch to vlc to avoid a confict with taglib-2.0 2024-02-17 21:35:23 -06:00
Pierre Labastie
b79fb340d6 Fix option vs parameter in ffmpeg 2024-02-17 09:56:04 +01:00
Bruce Dubbs
181e069fbc Tag all perl modules 2024-02-16 19:51:24 -06:00
Bruce Dubbs
695bc22685 Disable vulkan for ffmpeg. 2024-02-16 18:50:50 -06:00
Pierre Labastie
ab4fdfccf8 Change all xml decl to encoding=utf-8 2024-01-19 22:39:35 +01:00
Bruce Dubbs
01b8994dee Archive libtheora 2024-01-15 04:23:12 -06:00
Bruce Dubbs
ce4020410f Demote libtheora to optional in ffmpeg.
This will allow specifying libtheora as an external dependency
and will enable archiving libtheora.

libtheora has not been updated since 2010 and its use is outdated.
2024-01-14 22:27:17 -06:00
Rahul Chandra
85099512b4 Update to ffmpeg-6.6.1 2024-01-03 22:44:22 -05:00
Bruce Dubbs
b0e89bc97c Remove commented out and obsolete info in vlc. 2023-12-12 10:27:12 -06:00
Bruce Dubbs
32bf9053e2 Change vlc dependency from lua-5.2 to lua 5.4 2023-12-12 10:05:01 -06:00
Pierre Labastie
875b3b57e8 Fix various option vs parameter problems
Sometimes there is no really a problem, but alos avoids that
automatic detection with "make test-options" return false positives
2023-12-08 22:05:39 +01:00
Douglas R. Reno
babbe4db8a Typo fixes from rhubarbpieguy 2023-12-07 12:11:50 -06:00
Douglas R. Reno
5f8ade3d6a Update to mpv-0.37.0 2023-12-03 14:14:37 -06:00
Douglas R. Reno
b397566ed0 Disable using libplacebo in VLC.
VLC is incompatible with the latest versions of libplacebo. Upstream has
fixed it for VLC 4. Arch has a patch, but it only works with a version
of libplacebo from July.
2023-12-03 14:04:37 -06:00
Douglas R. Reno
990c920537 ffmpeg: add support for Vulkan
- Made the dependency internal
- Added an option to the Command Explanations for using --enable-vulkan
  to enable video acceleration through Vulkan
2023-12-01 16:30:10 -06:00
Douglas R. Reno
978886d8d2 VLC and ffmpeg: Add some missed optional dependencies 2023-11-22 13:05:49 -06:00
Rahul Chandra
fb778f6375 Update to ffmpeg-6.1 2023-11-13 18:57:40 -05:00
Rahul Chandra
9f556488bb Update to ffmpeg-6.0.1 2023-11-09 23:14:45 -05:00
Douglas R. Reno
485a561654 ffmpeg: fix building with texinfo-7.1 installed.
Thanks goes to Joe Locash for the report and ticket
2023-11-07 13:50:20 -06:00
Douglas R. Reno
20a47415eb VLC: Remove an extra newline 2023-11-01 15:45:03 -05:00
Pierre Labastie
4ca51d4fc0 vlc: comment out an obsolete command explanation 2023-11-01 09:08:16 +01:00
Bruce Dubbs
c7f6da3661 Update to vlc-3.0.20. 2023-10-31 19:09:14 -05:00
Tim Tassonis
ea4d8122e8 Update to samba-4.19.2.
Update to qemu-8.1.2.
2023-10-17 09:19:04 +02:00
Bruce Dubbs
f7f5c13040 Add libXpresent-1.0.1 to xorg libraries.
This xorg library is needed by the mpv video player.
2023-10-15 22:41:26 -05:00
Bruce Dubbs
8514a505f2 Update to vlc-3.0.19. 2023-10-15 20:23:28 -05:00
Pierre Labastie
e1e58be454 Remove all ftp urls
neither firefox nor epiphany can download them, and they are not
well maintained, because rarely tested.
This is WIP because the "(HTTP)" part of "Download (HTTP)" will
need to be removed too.
But let's see what users think first...
2023-10-15 21:43:08 +02:00
Douglas R. Reno
05420d90d1 mpv: minor tweak in description (duplicate 'mpv') 2023-10-15 12:26:31 -05:00
Bruce Dubbs
7591576c26 Minor cleanups for mpv 2023-10-15 11:43:03 -05:00
Pierre Labastie
b0a9733020 Fix mpv download url 2023-10-15 10:28:14 +02:00
Tim Tassonis
34bc77dbf4 Add mpv-0.36.0 to Video Utilities 2023-10-15 02:00:58 +02:00
Xi Ruoyao
5d9fde50b0
Remove gentoo-ftp-repo
The layout of distfiles.gentoo.org has suddenly changed.  Let's just
stop using it (or we need to include a two-bit prefix of some hash in
the URL and IMO doing so is just stupid, as we can always use http
instead).
2023-10-10 20:37:24 +08:00
Pierre Labastie
840030beaa Fix patch application in mplayer
When using "patch -d <dir> -i <path>", the <path> relative to the
directory <dir>, not the directory where the patch command is
run. Using < instead of -i allows to use a path relative to where
the command is run.
2023-09-16 11:36:42 +02:00
Douglas R. Reno
23b4981a10 Fix some links (reported by rhubarbpieguy):
- Transcode: host on anduin for now
- iptables: ftp.netfilter.org has been discontinued
- mariadb: the mirror service only keeps the most current versions
  available.
2023-08-31 10:48:18 -05:00
Bruce Dubbs
6e7b9fd64b Tag most of multimedia and icons plus icewm 2023-08-21 13:58:13 -05:00
Bruce Dubbs
2415b9446d Fix mplayer-1.5 FTBFS with binutils-2.41
There are actually two patches for MPlayer-1.5 needed related to ffmpeg.
One is also related to binutils-2.41.
This fix adds those patches and fixes ticket #18381.
2023-08-21 11:45:24 -05:00
Ken Moffat
bb72b0a66b Tags:
Some AV stuff, and most of xfce.

I have omitted thunar, thunar-volman, xfburn as I do not use them.

I've also omitted xfce4-power-manager - works ok for me, but it
might be implicated in the intel backlight issue so I'm leaving it.
2023-08-20 00:02:46 +01:00
Bruce Dubbs
2073464803 Fix building ffmpeg-6.0 with binutils-2.41
Add a patch from upstream.

Also clean up the xml by deleting a lot of old comments
that are not needed any more.
2023-08-06 12:58:11 -05:00
Bruce Dubbs
b3867c5f8c Add qt5-components page.
Also create an ENTITY for qt5 or qt5-alternate and use that
to specify the qt5 dependenies.

The complete KF5/plasma packages should use the full qt5 build, but
the lxqt kf5/plasma components only need qt5-alternate.
2023-07-13 20:23:08 -05:00
Xi Ruoyao
42ddc3001a
treewide: Replace "User Notes" with "Editor Notes" 2023-06-30 02:18:51 +08:00
Xi Ruoyao
14891a9084
treewide: More "User Notes" clean up
Remove links to pages w/o real contents.
2023-06-30 02:18:51 +08:00
Xi Ruoyao
d8e1be00f3
multimedia: Remove non-exist User Notes link
Part of User Notes removal by
https://www.linuxfromscratch.org/~xry111/remove-nonexist-usernote.sh
2023-06-29 19:21:53 +08:00
Douglas R. Reno
f6503c7331 Add libaom to the book in support of libavif.
Tested with VLC, Parole, and ffmpeg.
2023-04-20 09:34:39 -05:00
Bruce Dubbs
a12730f76a Remove sdl dependeny from pages that also have sdl2 as a dependency 2023-04-07 13:13:35 -05:00
Douglas R. Reno
912b324bfe Typos from rhubarbpieguy 2023-03-11 19:02:27 -06:00
Bruce Dubbs
050c538d87 Remove using the external ffmpeg from mplayer. 2023-03-07 13:18:13 -06:00
Bruce Dubbs
4a3c6287bb Update to ffmpeg-6.0. 2023-03-03 14:08:58 -06:00