summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/videoproto/package.py
blob: e50f00e27d98e92d45f7987f7d005bb836c6a738 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2013-2019 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack import *


class Videoproto(AutotoolsPackage):
    """X Video Extension.

    This extension provides a protocol for a video output mechanism,
    mainly to rescale video playback in the video controller hardware."""

    homepage = "http://cgit.freedesktop.org/xorg/proto/videoproto"
    url      = "https://www.x.org/archive/individual/proto/videoproto-2.3.3.tar.gz"

    version('2.3.3', sha256='df8dfeb158767f843054248d020e291a2c40f7f5e0ac6d8706966686fee7c5c0')

    depends_on('pkgconfig', type='build')
    depends_on('util-macros', type='build')