-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathVideoLAN.LibVLC.Android.nuspec
31 lines (31 loc) · 1.89 KB
/
VideoLAN.LibVLC.Android.nuspec
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
<?xml version="1.0"?>
<package >
<metadata>
<id>VideoLAN.LibVLC.Android</id>
<title>VideoLAN.LibVLC.Android</title>
<version>3.2.0.1</version>
<authors>VideoLAN</authors>
<owners>VideoLAN</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>LibVLC is a modular multimedia framework</summary>
<description>LibVLC is a modular multimedia framework that can render video and output audio as well as encode and stream.
As it is native code, you will need to use a wrapper library such as LibVLCSharp to use it from .NET.</description>
<tags>libvlc;vlc;videolan;native;c/c++;video;audio;player;media;mediaplayer;codec;ffmpeg;xamarin;graphics;ios;android;linux;windows;macos;cross-platform</tags>
<projectUrl>https://code.videolan.org/videolan/libvlc-nuget</projectUrl>
<license type="expression">LGPL-2.1-or-later</license>
<icon>icon.png</icon>
<releaseNotes>https://code.videolan.org/videolan/vlc/blob/master/NEWS</releaseNotes>
</metadata>
<files>
<file src="build\VideoLAN.LibVLC.Android.targets" target="build\VideoLAN.LibVLC.Android.targets"/>
<file src="build\android-armv7\libvlc.so" target="build\android-armv7\libvlc.so"/>
<file src="build\android-armv7\libc++_shared.so" target="build\android-armv7\libc++_shared.so"/>
<file src="build\android-armv8\libvlc.so" target="build\android-armv8\libvlc.so"/>
<file src="build\android-armv8\libc++_shared.so" target="build\android-armv8\libc++_shared.so"/>
<file src="build\android-x86\libvlc.so" target="build\android-x86\libvlc.so"/>
<file src="build\android-x86\libc++_shared.so" target="build\android-x86\libc++_shared.so"/>
<file src="build\android-x86_64\libvlc.so" target="build\android-x86_64\libvlc.so"/>
<file src="build\android-x86_64\libc++_shared.so" target="build\android-x86_64\libc++_shared.so"/>
<file src="icon.png" target="" />
</files>
</package>