Skip to content

Commit

Permalink
modified config paths
Browse files Browse the repository at this point in the history
  • Loading branch information
hyades committed Aug 28, 2013
1 parent 74e5c6e commit 7c19aba
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .travis.yml
Expand Up @@ -17,44 +17,43 @@ before_install:
- sudo apt-get install python-gi gir1.2-gstreamer-1.0 gir1.2-gst-plugins-base-1.0

script:
- export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
- export PKG_CONFIG_PATH=/usr/lib/pkgconfig
- git clone git://anongit.freedesktop.org/git/gstreamer/gstreamer
- cd gstreamer
- ./autogen.sh --prefix=/usr/local/lib
- ./autogen.sh --prefix=/usr/lib
- make
- sudo make install
- cd ..
- git clone git://anongit.freedesktop.org/git/gstreamer/gst-plugins-base
- cd gst-plugins-base
- ./autogen.sh --prefix=/usr/local/lib
- ./autogen.sh --prefix=/usr/lib
- make
- sudo make install
- cd ..
- git clone git://anongit.freedesktop.org/git/gstreamer/gst-plugins-good
- cd gst-plugins-good
- ./autogen.sh --prefix=/usr/local/lib
- ./autogen.sh --prefix=/usr/lib
- make
- sudo make install
- cd ..
- git clone git://anongit.freedesktop.org/git/gstreamer/gst-plugins-ugly
- cd gst-plugins-ugly
- ./autogen.sh --prefix=/usr/local/lib
- ./autogen.sh --prefix=/usr/lib
- make
- sudo make install
- cd ..
- git clone https://github.com/hyades/gst-plugins-bad
- cd gst-plugins-bad
- ./autogen.sh --prefix=/usr/local/lib
- ./autogen.sh --prefix=/usr/lib
- make
- sudo make install
- cd ..
- git clone https://github.com/hyades/gst-switch
- cd gst-switch
- ./autogen --prefix=/usr/local/lib
- ./autogen --prefix=/usr/lib
- make
- sudo make install
- cd ..
- sudo cp $HOME/gst/stage/lib/girepository-1.0/* /usr/lib/girepository-1.0/
- cd python-api
- make test

Expand Down

0 comments on commit 7c19aba

Please sign in to comment.