diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,5 @@ +This file is used to indicate responsibility for the maintenance of this package. Individuals on this list should be the sole modifiers of the package, excluding cases where the Solus Team may need to perform necessary rebuilds, upgrades, or security fixes. This list should not be used for any direct contact usage. If you believe this package requires a package update, follow documentation from https://getsol.us/articles/packaging/request-a-package-update/en/. In the event this package no longer becomes sufficiently maintained, Core Team reserves the right to request a new maintainer or remove this package from the repository. + +- Troy Harvey + - IRC: Harvey + - Email: harveydev@protonmail.com \ No newline at end of file diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,2 @@ +libc.so.6 +libvlccore.so.9 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,16 @@ +name : vlc-pause-click-plugin +version : 2.1.0 +release : 1 +source : + - https://github.com/nurupo/vlc-pause-click-plugin/archive/2.1.0.tar.gz : cebd9c0fe6273f4ff8cd2e114b4edc22376ce48d7c64b846391db71d80353bc7 +license : LGPL-2.1-or-later +component : multimedia.video +summary : Plugin for VLC that pauses/plays video on mouse click +description: | + Plugin for VLC that pauses/plays video on mouse click. Please read https://github.com/nurupo/vlc-pause-click-plugin usage section for instructions on how to enable this plugin. +builddeps : + - pkgconfig(vlc-plugin) +build : | + %make +install : | + %make_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,34 @@ + + + vlc-pause-click-plugin + + Troy Harvey + harveydev@protonmail.com + + LGPL-2.1-or-later + multimedia.video + Plugin for VLC that pauses/plays video on mouse click + Plugin for VLC that pauses/plays video on mouse click. Please read https://github.com/nurupo/vlc-pause-click-plugin usage section for instructions on how to enable this plugin. + + https://getsol.us/sources/README.Solus + + + vlc-pause-click-plugin + Plugin for VLC that pauses/plays video on mouse click + Plugin for VLC that pauses/plays video on mouse click. Please read https://github.com/nurupo/vlc-pause-click-plugin usage section for instructions on how to enable this plugin. + + multimedia.video + + /usr/lib64/vlc/plugins/video_filter/libpause_click_plugin.so + + + + + 2020-01-02 + 2.1.0 + Packaging update + Troy Harvey + harveydev@protonmail.com + + + \ No newline at end of file