Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • P PyAV
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 37
    • Issues 37
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 26
    • Merge requests 26
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PyAV
  • PyAV
  • Merge requests
  • !88

Conda packages for PyAV, and faster Travis builds

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/danielballan/conda-travis into master May 06, 2015
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: danielballan

This PR makes Travis builds about 15X faster. It installs the dependencies, including FFmpeg, from binary conda packages instead of source.

The packages are downloaded from a new community conda channel where I uploaded FFmpeg, x264, and pkg-config. (We need a conda-installed pkg-config, not system pkg-config, to see the libraries of conda-installed FFmpeg.)

We can also upload packages for PyAV itself. I put some on my personal conda channel to try. @tacaswell and I tested this on OSX and 64-bit Linux. There are packages for Python 2.7, 3.3, and 3.4.

conda install -c danielballan PyAV

That one line takes care of everything. The installation instructions could get a lot simpler!

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/danielballan/conda-travis