Commit Graph

2632 Commits

Author SHA1 Message Date
Douglas R. Reno
fa4d97aca5 Tags 2022-08-24 18:15:34 -05:00
Douglas R. Reno
e3c1140027 Tag LXDE 2022-08-24 14:00:03 -05:00
Douglas R. Reno
2cc15a2bb3 Package updates, URL fix, and tags
Update to SDL2-2.24.0
Update to cups-filters-1.28.16
Fix the libxml2 python2 module's download URL (was 2.9, change to 2.10).
2022-08-24 13:13:13 -05:00
Pierre Labastie
843037270f Do not apply the ffmpeg patch to libquicktime
We have completely removed ffmpeg support
2022-08-24 19:51:24 +02:00
Thomas Trepl (Moody)
b5d7180d02 Tags for 11.2 2022-08-24 18:36:22 +02:00
Pierre Labastie
b6fb4c74e7 Update mlt after a stealth update
The release of mlt-7.8.0 was on June 22, 2022, but the tarball
is from July 03, 2022...
2022-08-24 14:55:27 +02:00
Pierre Labastie
d4a411a65e Fix building xine-lib with binutils-2.39
The xine_set_flags symbol is both protected and weak. Kind of
weird design... Fix by Xi Ruoyao.
2022-08-23 08:01:58 +02:00
Bruce Dubbs
1f28e76ca3 Update to kf5-apps-22.08.0 (except gwenview) 2022-08-19 15:51:10 -05:00
Douglas R. Reno
363e081bc7 Package updates:
Update to x264-20220819
Update to x265-20220819
Update to ImageMagick-7.1.0-46
2022-08-19 13:00:49 -05:00
Pierre Labastie
0f8c7d1a7f Update to pipewire-0.3.56 2022-08-18 13:11:19 +02:00
Pierre Labastie
8ef2aea099 Remove a duplicate word 2022-08-16 23:13:58 +02:00
Douglas R. Reno
5ac8686a90 Fix building xine-lib with ffmpeg-5.1. 2022-08-13 20:53:36 -05:00
Douglas R. Reno
5a2fffaa37 Typo fixes 2022-08-13 08:25:39 -05:00
Douglas R. Reno
171b1337f2 gst-libav: Document a test failure with ffmpeg-5.1. 2022-08-12 11:32:58 -05:00
Xi Ruoyao
d7138202c7
libmpeg2: use tarball name for docdir, like other pkgs 2022-08-09 07:42:33 +08:00
Douglas R. Reno
6700d12c8c libvpx: minor reword 2022-08-08 12:35:59 -05:00
Xi Ruoyao
0e206b8bcf
Package update
Update to mpg123-1.30.2 (#16856)
Update to libevdev-1.13.0 (#16854)
Update to poppler-22.08.0 (#16851)
2022-08-02 15:42:55 +08:00
Bruce Dubbs
b3599535f2 Update to iso-codes-4.11.0. 2022-07-28 11:35:09 -05:00
Bruce Dubbs
2e0fbc66b8 Update to libvpx-1.12.0. 2022-07-28 11:22:25 -05:00
Bruce Dubbs
bf716e145c Fixe ffmpeg patch name 2022-07-23 18:14:39 -05:00
Bruce Dubbs
caf69f51a8 Update to ffmpeg-5.1. 2022-07-23 18:04:53 -05:00
Bruce Dubbs
a4fedc815a Remove gtkmm2.
The only package that referenced gtkmm2 was cdrdao to build
  an obsolete program, gcdmaster.  That program also needed an
  obsolete gnome2 library.  cdrdao was last updated May 2018.
2022-07-20 22:49:22 -05:00
Bruce Dubbs
002959b300 Update to mpg123-1.30.1. 2022-07-17 14:22:24 -05:00
Bruce Dubbs
13cfc2cf6a Update to MPlayer-1.5. 2022-07-17 13:32:04 -05:00
Bruce Dubbs
0e09d22e99 Update to pipewire-0.3.54. 2022-07-16 16:01:56 -05:00
Douglas R. Reno
193a4fff69 Two security updates
Update to WebKitGTK+-2.36.4
Update to speex-1.2.1

Security advisories to come later.
2022-07-12 19:16:18 -05:00
Douglas R. Reno
dafe226652 ffmpeg5 update: Update to audacious and audacious-plugins 4.2. 2022-07-11 22:49:35 -05:00
Douglas R. Reno
3df23984b4 ffmpeg5 update: Turn off ffmpeg support in transcode.
Since ffmpeg5 no longer carries libavresample, we can't build transcode without
disabling ffmpeg support.. With some rudimentary testing, it seems that this
doesn't have any negative impact.
2022-07-11 22:32:06 -05:00
Douglas R. Reno
f2b4c825fd ffmpeg5 update: Disable video acceleration in VLC.
It does not compile due to major changes in the ffmpeg API.

Upstream has stated at https://code.videolan.org/videolan/vlc/-/merge_requests/1245
and https://code.videolan.org/videolan/vlc/-/issues/26498 that video
acceleration will not be available until VLC-4 due to complexity.
2022-07-11 22:22:14 -05:00
Douglas R. Reno
71db115735 ffmpeg5 update: Disable ffmpeg-5 support in libquicktime. 2022-07-11 21:59:27 -05:00
Douglas R. Reno
e1af972cd3 ffmpeg5 update: Document how to use ffmpeg in pipewire. 2022-07-11 21:53:17 -05:00
Douglas R. Reno
69b7d08758 ffmpeg5 update: Update to ffmpeg-5.0.1. 2022-07-11 21:01:39 -05:00
Tim Tassonis
60d108a2e4 Update to alsa-lib-1.2.7.2. 2022-07-09 21:56:17 +02:00
Pierre Labastie
613c9aa7c7 Update to pipewire-0.3.53 2022-07-02 12:42:56 +02:00
Xi Ruoyao
4ae96f879b
pipewire: add WirePlumber an as external optional dependency
Currently we only build pipewire for satisfying GNOME building
dependency.  I've switched to use Pipewire instead of Pulseaudio as the
audio daemon on my system.  For the Pipewire daemon to function
properly, a Pipewire session manager is needed.  The upstream recommends
to use WirePlumber.

It's too early to provide instruction for running a Pipewire daemon in
the book, but we can list the external dependency as it does no harm.
2022-07-01 15:43:47 +08:00
Bruce Dubbs
d22d9db3e4 Update to mpg123-1.30.0. 2022-06-27 11:23:18 -05:00
Bruce Dubbs
7b6b9e7454 Update to pulseaudio-16.1. 2022-06-25 15:45:29 -05:00
Bruce Dubbs
68fe5640b0 Update to mlt-7.8.0. 2022-06-25 15:35:29 -05:00
Douglas R. Reno
54055a2fe5 Package Updates
Update to SBC-2.0
Update to libidn-1.40
Update to libwacom-2.3.0
2022-06-21 09:31:56 -05:00
Pierre Labastie
cd4f607d1e Remove reference to objc compiler in gst stack 2022-06-19 07:37:59 +02:00
Pierre Labastie
ef39f6b659 Update gstreamer stack to 1.20.3 2022-06-18 18:13:50 +02:00
Douglas R. Reno
0e85ccf399 Update to alsa-lib and alsa-plugins 1.2.7.1 2022-06-18 11:08:07 -05:00
Douglas R. Reno
555c45225d Package Updates:
Update to pipewire-0.3.52
Update to gnome-bluetooth-42.1
Update to libreoffice-7.3.4.2
2022-06-10 18:44:48 -05:00
Bruce Dubbs
c156674e8d Update to alsa-lib alsa-utils 1.2.7. 2022-06-01 08:04:27 -05:00
Xi Ruoyao
dae407549b
add libsoup3 as optional for tracker3 and gst10-plugins-good
Both packages handle libsoup2 and libsoup3 as follows: if one libsoup is
already loaded by the process, it will use the loaded one.  Otherwise,
try to load libsoup3 first, and if it's not found try libsoup2.

But they need the headers of one libsoup version at build time to
support loading this version at runtime, so we can't make the libsoups
runtime dependency.

For tracker 3, also demote libsoup2 to recommended.  It can be built with
libsoup3 only (and the building system will do it silently if libsoup3
is installed but libsoup2 not).  But I'm not sure if it will cause
runtime issues.
2022-06-01 16:19:57 +08:00
Bruce Dubbs
dac82c127d Update to ipulseaudio-16.0. 2022-05-29 14:41:14 -05:00
Bruce Dubbs
3e6c044f46 Update to libdvdread-6.1.3. 2022-05-24 21:53:24 -05:00
Bruce Dubbs
660581e142 Update to kf5-gear-22.04.1 (was kf5-apps).
This commit changes falkon to kf5-gear.  Other packages updated:
ark5.xml
gwenview.xml
k3b.xml
kdenlive5.xml
khelpcenter.xml
kio-extras.xml
kmix5.xml
konsole5.xml
libkcddb.xml
libkdcraw.xml
libkexiv2.xml
okular5.xml
kwave.xml
kate5.xml
2022-05-15 12:40:30 -05:00
Bruce Dubbs
cb3396bf22 Update to libass-0.16.0. 2022-05-13 11:20:25 -05:00
Bruce Dubbs
664b1e530d Small fixes.
Fix k3b url.
Promote pulseaudio to recommended for gst-plugins-good.
2022-05-07 16:22:12 -05:00