Skip to content

Commit

Permalink
Release additional gstreamer 1.18.4 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcker committed Apr 21, 2021
1 parent 5045518 commit 3a56f84
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 0 deletions.
41 changes: 41 additions & 0 deletions gstreamer/gstreamer-devel.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>gstreamer-devel</id>
<title>GStreamer (Development)</title>
<version>1.18.4</version>
<authors>GStreamer Team</authors>
<owners>John McKernan (jmcker)</owners>
<packageSourceUrl>https://github.com/jmcker/ChocolateyPackages/tree/main/gstreamer</packageSourceUrl>
<projectUrl>https://gstreamer.freedesktop.org/</projectUrl>
<iconUrl>https://rawcdn.githack.com/jmcker/ChocolateyPackages/98fb4efbad601990e352cd555261bb825ffb35ae/icons/gstreamer.png</iconUrl>
<bugTrackerUrl>https://gitlab.freedesktop.org/gstreamer/gstreamer/issues</bugTrackerUrl>
<mailingListUrl>https://gstreamer.freedesktop.org/lists/</mailingListUrl>
<projectSourceUrl>https://gitlab.freedesktop.org/gstreamer/gstreamer</projectSourceUrl>
<tags>audio video recording streaming codec</tags>
<licenseUrl>https://gitlab.freedesktop.org/gstreamer/gstreamer/blob/master/COPYING</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://gstreamer.freedesktop.org/releases/1.18/#1.18.4</releaseNotes>

<summary>A pipeline-based multimedia framework for recording, streaming, and editing.</summary>
<description>
GStreamer is a pipeline-based multimedia framework that links together a wide variety of media processing systems to complete complex workflows. The applications it supports range from simple Ogg/Vorbis playback, audio/video streaming to complex audio (mixing) and video (non-linear editing) processing.

Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface.

GStreamer is free and open-source software subject to the terms of the GNU Lesser General Public License (LGPL).

Versioning is done in the `MAJOR.MINOR.MICRO` format with even `MINOR` numbers indicating stable releases, and odd `MINOR` numbers indicating unstable development releases [[source](https://gitlab.freedesktop.org/gstreamer/gst-docs/blob/master/markdown/frequently-asked-questions/developing.md#what-kind-of-versioning-scheme-does-gstreamer-use)].

This package performs a "Complete" install and may contain restricted codecs or protocols with additional licensing restrictions or potential patent issues in some countries.
</description>

<dependencies>
<dependency id="gstreamer" version="1.18.4" />
</dependencies>

</metadata>
<files>
<file src="tools\*" target="tools" />
</files>
</package>
41 changes: 41 additions & 0 deletions gstreamer/gstreamer-mingw-devel.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>gstreamer-mingw-devel</id>
<title>GStreamer MinGW (Development)</title>
<version>1.18.4</version>
<authors>GStreamer Team</authors>
<owners>John McKernan (jmcker)</owners>
<packageSourceUrl>https://github.com/jmcker/ChocolateyPackages/tree/main/gstreamer</packageSourceUrl>
<projectUrl>https://gstreamer.freedesktop.org/</projectUrl>
<iconUrl>https://rawcdn.githack.com/jmcker/ChocolateyPackages/98fb4efbad601990e352cd555261bb825ffb35ae/icons/gstreamer.png</iconUrl>
<bugTrackerUrl>https://gitlab.freedesktop.org/gstreamer/gstreamer/issues</bugTrackerUrl>
<mailingListUrl>https://gstreamer.freedesktop.org/lists/</mailingListUrl>
<projectSourceUrl>https://gitlab.freedesktop.org/gstreamer/gstreamer</projectSourceUrl>
<tags>audio video recording streaming codec</tags>
<licenseUrl>https://gitlab.freedesktop.org/gstreamer/gstreamer/blob/master/COPYING</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://gstreamer.freedesktop.org/releases/1.18/#1.18.4</releaseNotes>

<summary>A pipeline-based multimedia framework for recording, streaming, and editing.</summary>
<description>
GStreamer is a pipeline-based multimedia framework that links together a wide variety of media processing systems to complete complex workflows. The applications it supports range from simple Ogg/Vorbis playback, audio/video streaming to complex audio (mixing) and video (non-linear editing) processing.

Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface.

GStreamer is free and open-source software subject to the terms of the GNU Lesser General Public License (LGPL).

Versioning is done in the `MAJOR.MINOR.MICRO` format with even `MINOR` numbers indicating stable releases, and odd `MINOR` numbers indicating unstable development releases [[source](https://gitlab.freedesktop.org/gstreamer/gst-docs/blob/master/markdown/frequently-asked-questions/developing.md#what-kind-of-versioning-scheme-does-gstreamer-use)].

This package performs a "Complete" install and may contain restricted codecs or protocols with additional licensing restrictions or potential patent issues in some countries.
</description>

<dependencies>
<dependency id="gstreamer-mingw" version="1.18.4" />
</dependencies>

</metadata>
<files>
<file src="tools\*" target="tools" />
</files>
</package>
39 changes: 39 additions & 0 deletions gstreamer/gstreamer-mingw.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>gstreamer-mingw</id>
<title>GStreamer MinGW</title>
<version>1.18.4</version>
<authors>GStreamer Team</authors>
<owners>John McKernan (jmcker)</owners>
<packageSourceUrl>https://github.com/jmcker/ChocolateyPackages/tree/main/gstreamer</packageSourceUrl>
<projectUrl>https://gstreamer.freedesktop.org/</projectUrl>
<iconUrl>https://rawcdn.githack.com/jmcker/ChocolateyPackages/98fb4efbad601990e352cd555261bb825ffb35ae/icons/gstreamer.png</iconUrl>
<bugTrackerUrl>https://gitlab.freedesktop.org/gstreamer/gstreamer/issues</bugTrackerUrl>
<mailingListUrl>https://gstreamer.freedesktop.org/lists/</mailingListUrl>
<projectSourceUrl>https://gitlab.freedesktop.org/gstreamer/gstreamer</projectSourceUrl>
<tags>audio video recording streaming codec</tags>
<licenseUrl>https://gitlab.freedesktop.org/gstreamer/gstreamer/blob/master/COPYING</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://gstreamer.freedesktop.org/releases/1.18/#1.18.4</releaseNotes>

<summary>A pipeline-based multimedia framework for recording, streaming, and editing.</summary>
<description>
GStreamer is a pipeline-based multimedia framework that links together a wide variety of media processing systems to complete complex workflows. The applications it supports range from simple Ogg/Vorbis playback, audio/video streaming to complex audio (mixing) and video (non-linear editing) processing.

Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface.

GStreamer is free and open-source software subject to the terms of the GNU Lesser General Public License (LGPL).

Versioning is done in the `MAJOR.MINOR.MICRO` format with even `MINOR` numbers indicating stable releases, and odd `MINOR` numbers indicating unstable development releases [[source](https://gitlab.freedesktop.org/gstreamer/gst-docs/blob/master/markdown/frequently-asked-questions/developing.md#what-kind-of-versioning-scheme-does-gstreamer-use)].

This package performs a "Complete" install and may contain restricted codecs or protocols with additional licensing restrictions or potential patent issues in some countries.
</description>

<dependencies></dependencies>

</metadata>
<files>
<file src="tools\*" target="tools" />
</files>
</package>

0 comments on commit 3a56f84

Please sign in to comment.