source: rtems-source-builder/rtems/config/graphics/t1lib-5.1.2-1.cfg @ f5e724f

4.104.95
Last change on this file since f5e724f was f5e724f, checked in by Chris Johns <chrisj@…>, on 04/15/16 at 01:56:36

graphics: Add 3rd party graphics support back to the master branch.

The support is added at the top level and so not lost when we
move to a new version of RTEMS.

The change also moves all 3rd party packages to use a common
rtems-package.bset build set file.

All packages except Microwindows itself build cleanly.

  • Property mode set to 100644
File size: 498 bytes
Line 
1#
2# t1lib 5.1.2
3#
4
5%if %{release} == %{nil}
6 %define release 1
7%endif
8
9%include %{_configdir}/rtems-bsp.cfg
10
11#
12# t1lib Version
13#
14%define t1lib_version 5.1.2
15
16%hash md5 t1lib-%{t1lib_version}.tar.gz a5629b56b93134377718009df1435f3c
17
18#
19# Patch for RTEMS.
20#
21%patch add t1lib https://raw.githubusercontent.com/yangqiao/rtems-tools/graphics/tools/4.11/t1lib/t1lib-5.1.2.diff
22%hash md5 t1lib-5.1.2.diff 98eeed85780227adf8525deab3679877
23
24#
25# t1lib Build configuration
26#
27%include %{_configdir}/t1lib-1.cfg
Note: See TracBrowser for help on using the repository browser.