summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/videoproto/package.py
blob: ebde3f536465e4a336821ab5f8b542732ea753e6 (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-2023 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.package import *


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

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

    homepage = "https://cgit.freedesktop.org/xorg/proto/videoproto"
    xorg_mirror_path = "proto/videoproto-2.3.3.tar.gz"

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

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