libopenshot-audio-0.1.7/ 0000775 0000000 0000000 00000000000 13350360033 0015140 5 ustar 00root root 0000000 0000000 libopenshot-audio-0.1.7/.bzrignore 0000664 0000000 0000000 00000000052 13350360033 0017137 0 ustar 00root root 0000000 0000000 build/
build/*
.DS_Store
.settings
.idea/* libopenshot-audio-0.1.7/.cproject 0000664 0000000 0000000 00000102157 13350360033 0016760 0 ustar 00root root 0000000 0000000
cmake
-G "Unix Makefiles" ../ -D"CMAKE_BUILD_TYPE:STRING=Release"
true
false
true
cmake
-G "Unix Makefiles" ../ -D"CMAKE_BUILD_TYPE:STRING=Debug"
true
false
true
make
test
true
false
true
make
help
true
false
true
make
doc
true
false
true
cmake
-G "Unix Makefiles" ../ -D"CMAKE_BUILD_TYPE:STRING=Debug"
true
false
true
cmake
-G "Unix Makefiles" ../ -D"CMAKE_BUILD_TYPE:STRING=Release"
true
false
true
cmake
-G "MinGW Makefiles" ../ -D"CMAKE_BUILD_TYPE:STRING=Debug"
true
false
true
cmake
-G "MinGW Makefiles" ../ -D"CMAKE_BUILD_TYPE:STRING=Release"
true
false
true
libopenshot-audio-0.1.7/.gitignore 0000664 0000000 0000000 00000000052 13350360033 0017125 0 ustar 00root root 0000000 0000000 build/
build/*
.DS_Store
.settings
.idea/* libopenshot-audio-0.1.7/.gitlab-ci.yml 0000664 0000000 0000000 00000006524 13350360033 0017603 0 ustar 00root root 0000000 0000000 stages:
- build-libopenshot-audio
- trigger-libopenshot
linux-builder:
stage: build-libopenshot-audio
artifacts:
expire_in: 6 months
paths:
- build/install-x64/*
script:
- mkdir -p build; cd build;
- cmake -D"CMAKE_INSTALL_PREFIX:PATH=install-x64" -D"CMAKE_BUILD_TYPE:STRING=Release" ../
- make
- make install
- echo -e "CI_PROJECT_NAME:$CI_PROJECT_NAME\nCI_COMMIT_REF_NAME:$CI_COMMIT_REF_NAME\nCI_COMMIT_SHA:$CI_COMMIT_SHA\nCI_JOB_ID:$CI_JOB_ID" > "install-x64/share/$CI_PROJECT_NAME"
when: always
tags:
- linux
mac-builder:
stage: build-libopenshot-audio
artifacts:
expire_in: 6 months
paths:
- build/install-x64/*
script:
- mkdir -p build; cd build;
- cmake -D"CMAKE_INSTALL_PREFIX:PATH=install-x64" -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang -D"CMAKE_BUILD_TYPE:STRING=Release" -D"CMAKE_OSX_SYSROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk" -D"CMAKE_OSX_DEPLOYMENT_TARGET=10.9" ../
- make
- make install
- echo -e "CI_PROJECT_NAME:$CI_PROJECT_NAME\nCI_COMMIT_REF_NAME:$CI_COMMIT_REF_NAME\nCI_COMMIT_SHA:$CI_COMMIT_SHA\nCI_JOB_ID:$CI_JOB_ID" > "install-x64/share/$CI_PROJECT_NAME"
when: always
tags:
- mac
windows-builder-x86:
stage: build-libopenshot-audio
artifacts:
expire_in: 6 months
paths:
- build\install-x86\*
script:
- $env:LIBOPENSHOT_AUDIO_DIR = "C:\msys32\usr"
- $env:UNITTEST_DIR = "C:\msys32\usr"
- $env:ZMQDIR = "C:\msys32\usr"
- $env:Path = "C:\msys32\mingw32\bin;C:\msys32\mingw32\lib;C:\msys32\usr\lib\cmake\UnitTest++;C:\msys32\home\jonathan\depot_tools;C:\msys32\usr;C:\msys32\usr\lib;" + $env:Path;
- New-Item -ItemType Directory -Force -Path build
- cd build
- cmake -D"CMAKE_INSTALL_PREFIX:PATH=install-x86" -G "MinGW Makefiles" -D"CMAKE_BUILD_TYPE:STRING=Release" ../
- mingw32-make
- mingw32-make install
- New-Item -path "install-x86/share/" -Name "$CI_PROJECT_NAME" -Value "CI_PROJECT_NAME:$CI_PROJECT_NAME`nCI_COMMIT_REF_NAME:$CI_COMMIT_REF_NAME`nCI_COMMIT_SHA:$CI_COMMIT_SHA`nCI_JOB_ID:$CI_JOB_ID" -ItemType file -force
when: always
tags:
- windows
windows-builder-x64:
stage: build-libopenshot-audio
artifacts:
expire_in: 6 months
paths:
- build\install-x64\*
script:
- $env:LIBOPENSHOT_AUDIO_DIR = "C:\msys64\usr"
- $env:UNITTEST_DIR = "C:\msys64\usr"
- $env:ZMQDIR = "C:\msys64\usr"
- $env:Path = "C:\msys64\mingw64\bin;C:\msys64\mingw64\lib;C:\msys64\usr\lib\cmake\UnitTest++;C:\msys64\home\jonathan\depot_tools;C:\msys64\usr;C:\msys64\usr\lib;" + $env:Path;
- New-Item -ItemType Directory -Force -Path build
- cd build
- cmake -D"CMAKE_INSTALL_PREFIX:PATH=install-x64" -G "MinGW Makefiles" -D"CMAKE_BUILD_TYPE:STRING=Release" ../
- mingw32-make
- mingw32-make install
- New-Item -path "install-x64/share/" -Name "$CI_PROJECT_NAME" -Value "CI_PROJECT_NAME:$CI_PROJECT_NAME`nCI_COMMIT_REF_NAME:$CI_COMMIT_REF_NAME`nCI_COMMIT_SHA:$CI_COMMIT_SHA`nCI_JOB_ID:$CI_JOB_ID" -ItemType file -force
when: always
tags:
- windows
trigger-pipeline:
stage: trigger-libopenshot
script:
- "curl -X POST -F token=$LIBOPENSHOT_PIPELINE_TOKEN -F ref=$CI_COMMIT_REF_NAME http://gitlab.openshot.org/api/v4/projects/1/trigger/pipeline"
when: always
dependencies: []
tags:
- linux libopenshot-audio-0.1.7/.project 0000664 0000000 0000000 00000005010 13350360033 0016603 0 ustar 00root root 0000000 0000000
libopenshot-audio
org.python.pydev.PyDevBuilder
org.eclipse.cdt.managedbuilder.core.genmakebuilder
clean,full,incremental,
?name?
org.eclipse.cdt.make.core.append_environment
true
org.eclipse.cdt.make.core.autoBuildTarget
all
org.eclipse.cdt.make.core.buildArguments
org.eclipse.cdt.make.core.buildCommand
make
org.eclipse.cdt.make.core.buildLocation
${workspace_loc:/libopenshot-audio/build}
org.eclipse.cdt.make.core.cleanBuildTarget
clean
org.eclipse.cdt.make.core.contents
org.eclipse.cdt.make.core.activeConfigSettings
org.eclipse.cdt.make.core.enableAutoBuild
false
org.eclipse.cdt.make.core.enableCleanBuild
true
org.eclipse.cdt.make.core.enableFullBuild
true
org.eclipse.cdt.make.core.fullBuildTarget
all
org.eclipse.cdt.make.core.stopOnError
true
org.eclipse.cdt.make.core.useDefaultBuildCmd
false
org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder
org.eclipse.cdt.core.cnature
org.eclipse.cdt.core.ccnature
org.eclipse.cdt.managedbuilder.core.managedBuildNature
org.eclipse.cdt.managedbuilder.core.ScannerConfigNature
libopenshot-audio-0.1.7/.travis.yml 0000664 0000000 0000000 00000001042 13350360033 0017246 0 ustar 00root root 0000000 0000000 language: cpp
dist: trusty
before_install:
- sudo add-apt-repository ppa:openshot.developers/libopenshot-daily -y
- sudo apt-get update -qq
- sudo apt-get install gcc-4.8 cmake libopenshot-audio-dev libunittest++-dev swig libasound2-dev libfreetype6-dev libxcursor-dev libxinerama-dev libxrandr-dev -y
- sudo apt autoremove -y
- pwd
script:
- mkdir -p build; cd build;
- cmake -D"CMAKE_BUILD_TYPE:STRING=Debug" ../
- make VERBOSE=1
notifications:
email: true
env:
global:
- TRAVIS_LIBOPENSHOT=TEST
- LANG="en_US.UTF-8" libopenshot-audio-0.1.7/AUTHORS 0000664 0000000 0000000 00000000130 13350360033 0016202 0 ustar 00root root 0000000 0000000 Jonathan Thomas
Julian Storer