Page MenuHomeSolus

D7952.diff
No OneTemporary

D7952.diff

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 @@
+<PISI>
+ <Source>
+ <Name>vlc-pause-click-plugin</Name>
+ <Packager>
+ <Name>Troy Harvey</Name>
+ <Email>harveydev@protonmail.com</Email>
+ </Packager>
+ <License>LGPL-2.1-or-later</License>
+ <PartOf>multimedia.video</PartOf>
+ <Summary xml:lang="en">Plugin for VLC that pauses/plays video on mouse click</Summary>
+ <Description xml:lang="en">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.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>vlc-pause-click-plugin</Name>
+ <Summary xml:lang="en">Plugin for VLC that pauses/plays video on mouse click</Summary>
+ <Description xml:lang="en">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.
+</Description>
+ <PartOf>multimedia.video</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib64/vlc/plugins/video_filter/libpause_click_plugin.so</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2020-01-02</Date>
+ <Version>2.1.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Troy Harvey</Name>
+ <Email>harveydev@protonmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Sun, Jul 23, 4:47 AM (2 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5810188
Default Alt Text
D7952.diff (3 KB)

Event Timeline