]> git.pld-linux.org Git - SPECS.git/blob - mm3d.spec
SPECS updated Sun 1 Aug 20:28:02 CEST 2021
[SPECS.git] / mm3d.spec
1 # TODO:
2 # - Ckeck if it requires lua50
3
4 Summary:        Misfit Model 3D - OpenGL-based 3D model editor
5 Summary(pl.UTF-8):      Misfit Model 3D - oparty o OpenGL edytor modeli 3D
6 Name:           mm3d
7 Version:        1.1.10
8 Release:        1
9 Epoch:          0
10 License:        GPL
11 Group:          X11/Graphics
12 Source0:        http://dl.sourceforge.net/misfitmodel3d/%{name}-%{version}.tar.gz
13 # Source0-md5:  920363c114f8dcb1229ba5c90ec646fa
14 URL:            http://www.misfitcode.com/misfitmodel3d/
15 BuildRequires:  lua50-devel
16 BuildRequires:  qt-devel >= 6:3.3.3-4
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Misfit Model 3D is an OpenGL-based 3D model editor that works with
21 triangle-based models. It supports multi-level undo, skeletal
22 animations, simple texturing, scripting, command-line batch
23 processing, and a plugin system for adding new model and image
24 filters. Complete online help is included. It is designed to be easy
25 to use and easy to extend with plugins and scripts.
26
27 %description -l pl.UTF-8
28 Misfit Model 3D to oparty o OpenGL edytor modeli trójwymiarowych
29 działający z modelami opartymi na trójkątach. Obsługuje wielopoziomowe
30 undo, animacje szkieletowe, proste teksturowanie, skrypty,
31 przetwarzanie wsadowe z linii poleceń oraz system wtyczek do dodawania
32 nowych filtrów modeli i obrazów. Dołączona jest kompletna pomoc
33 online. Edytor jest zaprojektowany z myślą o łatwym używaniu i
34 rozszerzaniu przy pomocy wtyczek i skryptów.
35
36 %prep
37 %setup -q
38
39 %build
40 %configure2_13 \
41         --with-Qt-include-dir=%{_includedir}/qt \
42         --with-Qt-lib-dir=%{_libdir}
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         bindir=$RPM_BUILD_ROOT%{_bindir} \
50         datadir=$RPM_BUILD_ROOT%{_datadir} \
51         DOCDIR=$RPM_BUILD_ROOT%{_datadir}/doc/%{name}-%{version}
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %attr(755,root,root) %{_bindir}/*
59 %{_datadir}/%{name}
60 %{_docdir}/%{name}-%{version}
This page took 0.248084 seconds and 3 git commands to generate.