blob: 591da4c958af003122e4db00f490ecb434ebae80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
|
# Maintainer: tytan652 <tytan652[at]tytanium[dot]xyz>
pkgbase=vlc-luajit
pkgname=(vlc-luajit libvlc-luajit)
_vlcver=3.0.21
# optional fixup version including hyphen
_vlcfixupver=
pkgver=${_vlcver}${_vlcfixupver//-/.r}
pkgrel=7
pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player built with luajit for OBS Studio compatibility'
url='https://www.videolan.org/vlc/'
arch=('x86_64' 'aarch64')
license=(
'GPL-2.0-or-later'
'LGPL-2.1-or-later'
)
# To manage dependency rebuild easily, this will prevent you to rebuild VLC on non-updated system
_abseilcppver=20240722
_aomver=3
_dav1dver=1.3.0
_ffmpegver=7
_flacver=1.4.0
_libdc1394ver=2.2.7
_libmicrodnsver=0.2
_libupnpver=1.14
_libvpxver=1.14
_livemediaver=2024.04.19
_mpg123ver=1.32.2
_protobufver=28.2
_srtver=1.5
_taglibver=2
_x264ver=0.164
_x265ver=4
makedepends=(
a52dec
aalib
"abseil-cpp>=$_abseilcppver"
alsa-lib
"aom>=$_aomver"
aribb24
aribb25
avahi
bash
cairo
dav1d
dbus
faad2
"ffmpeg>=$_ffmpegver"
"flac>=$_flacver"
fluidsynth
fontconfig
freetype2
fribidi
gcc-libs
gdk-pixbuf2
glib2
glibc
gnutls
gst-plugins-base-libs
gtk3
harfbuzz
hicolor-icon-theme
jack
libarchive
libass
libavc1394
libbluray
libcaca
libdca
"libdc1394>=$_libdc1394ver"
libdvbpsi
libdvdcss
libdvdnav
libdvdread
libglvnd
libgme
libgoom2
libjpeg-turbo
libkate
libmad
libmatroska
"libmicrodns>=$_libmicrodnsver"
libmodplug
libmpcdec
libmpeg2
libmtp
libnotify
libnfs
libogg
libpng
libproxy
libpulse
librsvg
libsamplerate
libsecret
libshout
libsoxr
libssh2
libtar
libtheora
libtiger
"libupnp>=$_libupnpver"
# libva : Non-functional in VLC 3 if FFmpeg 5 or later, only VLC 4 supports it
libvorbis
"libvpx>=$_libvpxver"
libx11
libxcb
libxinerama
libxml2
libxpm
lirc
"live-media>=$_livemediaver"
lua
mesa
"mpg123>=$_mpg123ver"
opus
pcsclite
projectm
"protobuf>=$_protobufver"
qt5-base
qt5-svg
qt5-x11extras
sdl_image
smbclient
speex
"srt>=$_srtver"
systemd-libs
"taglib>=$_taglibver"
twolame
vcdimager
wayland
wayland-protocols
"x264>=$_x264ver"
"x265>=$_x265ver"
xcb-util-keysyms
xosd
zlib
zvbi
luajit
lua51
)
_name=vlc
options=('!emptydirs')
source=(https://download.videolan.org/${_name}/${_vlcver}/${_name}-${_vlcver}${_vlcfixupver}.tar.xz
'update-vlc-plugin-cache.hook'
'taglib-2.patch'
'add-ffmpeg7-support.patch') # https://code.videolan.org/videolan/vlc/-/merge_requests/5574
sha512sums=('cb1af76c8056648c331d7e6e0680d161ed1849eb635987504f45eae02531e9b432651034317fa7e02b0722905dfb9f0f5dad67b5924cc62edcaf0d173ac36aee'
'b247510ffeadfd439a5dadd170c91900b6cdb05b5ca00d38b1a17c720ffe5a9f75a32e0cb1af5ebefdf1c23c5acc53513ed983a736e8fa30dd8fad237ef49dd3'
'ea0d1e1dfed16dac8f9027eb55d987dee59630568b9744ceb42bfa134ea9295252d83574f3d793a76a5be3b02661c1731ed366003b6b55b2d7f02fde70586ff3'
'dc155f70ae6a800cea2fd8a9167c0fec0b67b695cbe5bf7bb7f1ca76247100ddb8493e7ce6a9ff5e35686d20b79408960a367156955fab892357bc1fb91e2bfe')
prepare() {
cd ${_name}-${_vlcver}
sed -e 's:truetype/ttf-dejavu:TTF:g' -i modules/visualization/projectm.cpp
sed -e 's|-Werror-implicit-function-declaration||g' -i configure
sed 's|whoami|echo builduser|g' -i configure
sed 's|hostname -f|echo arch|g' -i configure
local src
for src in "${source[@]}"; do
src="${src%%::*}"
src="${src##*/}"
[[ $src = *.patch ]] || continue
echo "Applying patch $src..."
patch -Np1 < "../$src"
done
# chromaprint: missing cast
# https://code.videolan.org/videolan/vlc/-/commit/770789f265761fc7ab2de69ca105fec4ad93d9e2
sed 's/p_buf->p_buffer/(int16_t \*)p_buf->p_buffer/g' -i modules/stream_out/chromaprint.c
# Fix to build against libcaca 0.99.beta20 (kept as comment)
#sed -i 's/cucul_/caca_/g' modules/video_output/caca.c
#sed -i 's/CUCUL_COLOR/CACA/g' modules/video_output/caca.c
autoreconf -vf
}
build() {
cd ${_name}-${_vlcver}
local configure_options=(
--disable-chromaprint
--disable-fdkaac
--disable-libgcrypt
--disable-libplacebo
--disable-opencv
--disable-rpath
--disable-schroedinger
--disable-update-check
--disable-decklink
--enable-a52
--enable-aa
--enable-alsa
--enable-aom
--enable-archive
--enable-aribsub
--enable-aribcam
--enable-avahi
--enable-avcodec
--enable-avformat
--enable-bluray
--enable-caca
--enable-chromecast
--enable-dav1d
--enable-dc1394
--enable-dca
--enable-dv1394
--enable-dvbpsi
--enable-dvdnav
--enable-dvdread
--enable-faad
--enable-flac
--enable-fluidsynth
--enable-fontconfig
--enable-freetype
--enable-fribidi
--enable-gnutls
--enable-gme
--enable-goom
--enable-gst-decode
--enable-harfbuzz
--enable-jack
--enable-jpeg
--enable-kate
--enable-kwallet
--enable-libass
--enable-libmpeg2
--enable-libtar
--disable-libva # Incompatible with FFmpeg 5+
--enable-libxml2
--enable-lirc
--enable-live555
--enable-mad
--enable-matroska
--enable-mod
--enable-mpc
--enable-mpg123
--enable-microdns
--enable-mtp
--enable-ncurses
--enable-nfs
--enable-nls
--enable-notify
--enable-ogg
--enable-oggspots
--enable-opus
--enable-png
--enable-postproc
--enable-projectm
--enable-pulse
--enable-qt
--enable-realrtsp
--enable-samplerate
--enable-sdl-image
--enable-secret
--enable-sftp
--enable-shout
--enable-skins2
--enable-smbclient
--enable-soxr
--enable-speex
--enable-srt
--enable-svg
--enable-svgdec
--enable-taglib
--enable-tiger
--enable-twolame
--enable-upnp
--enable-vdpau
--enable-vlc
--enable-vorbis
--enable-vpx
--enable-wayland
--enable-x264
--enable-x265
--enable-zvbi
--prefix=/usr
--sysconfdir=/etc
--with-kde-solid=/usr/share/solid/actions/
)
if [[ $CARCH == 'aarch64' ]]; then
configure_options+=(--enable-gles2)
fi
export CFLAGS+=' -Wno-error=incompatible-pointer-types'
export CFLAGS+=" -I/usr/include/samba-4.0"
export CPPFLAGS+=" -I/usr/include/samba-4.0 -ffat-lto-objects"
export CXXFLAGS+=" -std=c++17"
# OBS Studio use luajit which is a drop-in for lua5.1
# So lets build VLC with luajit and luac5.1 rather than lua5.2 and luac5.2
# Which will make OBS not crash when loading a VLC (Video) Source
export LUAC=/usr/bin/luac5.1
export LUA_LIBS="$(pkg-config --libs luajit)"
export LUA_CFLAGS="$(pkg-config --cflags luajit)"
export RCC=/usr/bin/rcc-qt5
./configure "${configure_options[@]}"
# prevent excessive overlinking due to libtool
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
}
_pick() {
local p="$1" f d; shift
for f; do
d="$srcdir/$p/${f#$pkgdir/}"
mkdir -p "$(dirname "$d")"
mv "$f" "$d"
rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
done
}
package_vlc-luajit() {
depends=(
a52dec
"abseil-cpp>=$_abseilcppver"
aribb24
bash
cairo
dbus
faad2
"ffmpeg>=$_ffmpegver"
fontconfig
freetype2
fribidi
gcc-libs
gdk-pixbuf2
glib2
glibc
gnutls
harfbuzz
hicolor-icon-theme
libarchive
libdca
libdvbpsi
libglvnd
libidn
libmad
libmatroska
libmpcdec
libmpeg2
libproxy
libsecret
libtar
"libupnp>=$_libupnpver"
# libva : Non-functional in VLC 3 if FFmpeg 5 or later, only VLC 4 supports it
libvlc-luajit
libx11
libxcb
libxinerama
libxml2
libxpm
lua
qt5-base
qt5-svg
qt5-x11extras
"taglib>=$_taglibver"
wayland
xcb-util-keysyms
zlib
luajit
)
optdepends=(
'aalib: ASCII art video output'
'alsa-lib: ALSA audio output'
'aom: AOM AV1 codec'
'aribb25: aribcam support'
'avahi: service discovery using bonjour protocol'
'dav1d: dav1d AV1 decoder'
'flac: Free Lossless Audio Codec plugin'
'fluidsynth: FluidSynth based MIDI playback plugin'
'gnu-free-fonts: subtitle font'
'gst-plugins-base-libs: for libgst plugins'
'gstreamer: for libgst plugins'
'gtk3: notification plugin'
'jack: jack audio server'
'kwallet: kwallet keystore'
'libass: Subtitle support'
'libavc1394: devices using the 1394ta AV/C'
'libbluray: Blu-Ray video input'
'libcaca: colored ASCII art video output'
'libcdio: audio CD playback'
'libdc1394: IEEE 1394 access plugin'
'libdvdcss: decoding encrypted DVDs'
'libdvdnav: DVD with navigation input module'
'libdvdread: DVD input module'
'libgme: Game Music Emu plugin'
'libgoom2: Goom visualization'
'libjpeg-turbo: JPEG support'
'libkate: Kate codec'
'libmodplug: MOD output plugin'
'libmicrodns: mDNS services discovery (chromecast etc)'
'libmtp: MTP devices discovery'
'libnfs: NFS access'
'libnotify: notification plugin'
'libogg: Ogg and OggSpots codec'
'libpng: PNG support'
'libpulse: PulseAudio audio output'
'libraw1394: IEEE 1394 access plugin'
'librsvg: SVG plugin'
'libsamplerate: audio Resampler'
'libshout: shoutcast/icecast output plugin'
'libsoxr: SoX audio Resampler'
'libssh2: sftp access'
'libtheora: theora codec'
'libtiger: Tiger rendering for Kate streams'
#'libva-intel-driver: video backend intel'
#'libva-vdpau-driver: vdpau backend nvidia'
'libvorbis: Vorbis decoder/encoder'
'libvpx: VP8 and VP9 codec'
'lirc: lirc control'
'live-media: streaming over RTSP'
#'lua-socket: http interface'
'mpg123: mpg123 codec'
'ncurses: ncurses interface'
'opus: opus codec'
'pcsclite: aribcam support'
'projectm: ProjectM visualisation'
'protobuf: chromecast streaming'
'sdl12-compat: SDL image support'
'sdl_image: SDL image support'
'smbclient: SMB access plugin'
'speex: Speex codec'
'speexdsp: Speex codec'
'srt: SRT input/output plugin'
'systemd-libs: udev services discovery'
'ttf-dejavu: subtitle font'
'twolame: TwoLAME mpeg2 encoder plugin'
'vcdimager: navigate VCD with libvcdinfo'
'x264: H264 encoding'
'x265: HEVC/H.265 encoder'
'zvbi: VBI/Teletext/webcam/v4l2 capture/decoding'
)
conflicts=("${_name}" 'vlc-dev' 'vlc-plugin' 'vlc-stable-git')
provides=("${_name}=${pkgver}")
cd $_name-$_vlcver
make DESTDIR="$pkgdir" install
(
cd "$pkgdir"
_pick lib$pkgname usr/include
_pick lib$pkgname usr/lib/libvlc*
_pick lib$pkgname usr/lib/pkgconfig/libvlc.pc
)
for res in 16 32 48 128 256; do
install -Dm 644 share/icons/${res}x$res/vlc.png -t "$pkgdir/usr/share/icons/hicolor/${res}x$res/apps/"
done
install -Dm 644 ../update-vlc-plugin-cache.hook -t "$pkgdir/usr/share/libalpm/hooks/"
}
package_libvlc-luajit() {
pkgdesc+=" - library"
depends=(
dbus
gcc-libs
glibc
)
conflicts=(libvlc)
provides=(libvlc)
mv -v $pkgname/* "$pkgdir"
}
|