Sha256: 37475ea76708a2bb744a76ea90665a4596e4d30f4aa76e96bd58f99187cd60f9

Contents?: true

Size: 1.13 KB

Versions: 7

Compression:

Stored size: 1.13 KB

Contents

#!/bin/sh
#
# Copyright (C) 2014  Masafumi Yokoyama <myokoym@gmail.com>
# Copyright (C) 2013  Ruby-GNOME2 Project Team
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA

set -e
set -u

sudo add-apt-repository -y ppa:gstreamer-developers
sudo apt-get update -qq
sudo apt-get install -qq -y \
    libgirepository1.0-dev \
    libgstreamer1.0-dev \
    gir1.2-clutter-1.0 \
    gir1.2-clutter-gst-1.0 \
    gir1.2-gtkclutter-1.0 \
    hicolor-icon-theme \
    gnome-icon-theme

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
mireru-0.9.3 travis-before-script.sh
mireru-0.9.2 travis-before-script.sh
mireru-0.9.1 travis-before-script.sh
mireru-0.9.0 travis-before-script.sh
mireru-0.2.1 travis-before-script.sh
mireru-0.2.0 travis-before-script.sh
mireru-0.1.9 travis-before-script.sh