mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
bin: Rewrite Clapper player binary
A rewritten Clapper video player made using "Clapper" and "ClapperGtk" libraries. Since both libraries from this repo are in C, newly rewritten Clapper binary is also in C to avoid mixing different programming languages in a single repo, thus making maintenance easier. Not depending on GJS gives us also an additional benefit of supporting different operating systems or linux shells without pulling GJS as dependency. Licensed under GPL-3.0-or-later.
This commit is contained in:
@@ -9,6 +9,11 @@ option('clapper-gtk',
|
||||
value: 'auto',
|
||||
description: 'Build Clapper GTK integration library'
|
||||
)
|
||||
option('clapper-app',
|
||||
type: 'feature',
|
||||
value: 'auto',
|
||||
description: 'Build Clapper application'
|
||||
)
|
||||
option('gst-plugin',
|
||||
type: 'feature',
|
||||
value: 'auto',
|
||||
|
Reference in New Issue
Block a user