Compare commits
No commits in common. "droneio-cicd" and "master" have entirely different histories.
droneio-ci
...
master
4 changed files with 0 additions and 22 deletions
13
.drone.yml
13
.drone.yml
|
@ -1,13 +0,0 @@
|
||||||
kind: pipeline
|
|
||||||
type: docker
|
|
||||||
name: default
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Build obs
|
|
||||||
image: debian:buster
|
|
||||||
commands:
|
|
||||||
- apt update
|
|
||||||
- apt upgrade -y
|
|
||||||
- apt install -y --no-install-recommends build-essential devscripts lintian
|
|
||||||
- mk-build-deps --install --tool='apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends --yes' debian/control
|
|
||||||
- debuild --no-tgz-check
|
|
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -16,6 +16,3 @@
|
||||||
[submodule "plugins/obs-outputs/ftl-sdk"]
|
[submodule "plugins/obs-outputs/ftl-sdk"]
|
||||||
path = plugins/obs-outputs/ftl-sdk
|
path = plugins/obs-outputs/ftl-sdk
|
||||||
url = https://github.com/Mixer/ftl-sdk.git
|
url = https://github.com/Mixer/ftl-sdk.git
|
||||||
[submodule "plugins/obs-studio-plugin-openmax"]
|
|
||||||
path = plugins/obs-studio-plugin-openmax
|
|
||||||
url = https://github.com/audiohacked/obs-studio-plugin-openmax.git
|
|
||||||
|
|
5
debian/changelog
vendored
5
debian/changelog
vendored
|
@ -1,8 +1,3 @@
|
||||||
obs-studio (26.1.0-2) unstable; urgency=medium
|
|
||||||
* Add openMax Module
|
|
||||||
|
|
||||||
-- lagertonne <mail@lagertonne.de> Fri, 01 Jan 2021 22:25:48 +0100
|
|
||||||
|
|
||||||
obs-studio (26.1.0+dfsg1-1) unstable; urgency=medium
|
obs-studio (26.1.0+dfsg1-1) unstable; urgency=medium
|
||||||
|
|
||||||
* New upstream release
|
* New upstream release
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit af20ec21d67afae51e160c5d47c23efe07441842
|
|
Loading…
Reference in a new issue