Sha256: c10022365a95866b01ba8d853bd2f3e3845468d406aaa4bddadc7e442f15d41d

Contents?: true

Size: 959 Bytes

Versions: 12

Compression:

Stored size: 959 Bytes

Contents

# -*- ruby -*-

$LOAD_PATH.unshift("./../glib2/lib")
require "gnome2/rake/package-task"

package_task = GNOME2::Rake::PackageTask.new do |package|
  package.summary = "Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x."
  package.description = "Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x."
  package.dependency.gem.runtime = ["glib2"]
  package.windows.packages = []
  package.windows.dependencies = []
  package.windows.build_dependencies = [
    "glib2",
    "gobject-introspection",
  ]
  package.external_packages = [
    {
      :name => "gdk-pixbuf",
      :download_site => :gnome,
      :label => "gdk-pixbuf",
      :version => "2.30.8",
      :compression_method => "xz",
      :windows => {
        :configure_args => [
          "--with-included-loaders",
          "--enable-introspection",
        ],
        :build_concurrently => false,
        :built_file => "bin/libgdk_pixbuf-2.0-0.dll",
      },
    }
  ]
end
package_task.define

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
gdk_pixbuf2-2.2.5-x64-mingw32 Rakefile
gdk_pixbuf2-2.2.5-x86-mingw32 Rakefile
gdk_pixbuf2-2.2.5 Rakefile
gdk_pixbuf2-2.2.4-x64-mingw32 Rakefile
gdk_pixbuf2-2.2.4-x86-mingw32 Rakefile
gdk_pixbuf2-2.2.4 Rakefile
gdk_pixbuf2-2.2.3-x86-mingw32 Rakefile
gdk_pixbuf2-2.2.3 Rakefile
gdk_pixbuf2-2.2.2-x86-mingw32 Rakefile
gdk_pixbuf2-2.2.2 Rakefile
gdk_pixbuf2-2.2.1-x86-mingw32 Rakefile
gdk_pixbuf2-2.2.1 Rakefile