]> git.pld-linux.org Git - SPECS.git/blob - gstreamer-sh-mobile.spec
SPECS updated Sun 1 Aug 20:28:02 CEST 2021
[SPECS.git] / gstreamer-sh-mobile.spec
1 Summary:        GStreamer plugins that provide accelerated video encode and decode, scale and blend for SH-Mobile
2 Summary(pl.UTF-8):      Wtyczki GStreamera zapewniające akcelerowane kodowanie i dekodowanie oraz skalowanie i konwersji kolorów obrazu dla SH-Mobile
3 Name:           gstreamer-sh-mobile
4 Version:        0.10.2
5 Release:        0.1
6 License:        LGPL v2+
7 Group:          Libraries
8 # trailing #/gst-sh-mobile-%{version}.tar.gz is a hack for df
9 #Source0Download: https://oss.renesas.com/modules/document/?GStreamer
10 Source0:        https://oss.renesas.com/modules/document/gate.php/?way=attach&refer=GStreamer&openfile=gst-sh-mobile-%{version}.tar.gz#/gst-sh-mobile-%{version}.tar.gz
11 # Source0-md5:  d5f16c448f9afc7b4f99746e8cb8804b
12 URL:            https://oss.renesas.com/modules/document/?GStreamer
13 BuildRequires:  autoconf >= 2.53
14 BuildRequires:  automake >= 1:1.10
15 BuildRequires:  doxygen
16 BuildRequires:  gstreamer-devel >= 0.10.16
17 BuildRequires:  gstreamer-plugins-base-devel >= 0.10.16
18 BuildRequires:  libtool >= 2:2.2.6
19 BuildRequires:  libshbeu-devel >= 1.0.0
20 BuildRequires:  libshcodecs-devel >= 1.4.0
21 BuildRequires:  libshveu-devel >= 1.5.0
22 BuildRequires:  libuiomux-devel >= 1.5.0
23 BuildRequires:  pkgconfig
24 Requires:       libshbeu >= 1.0.0
25 Requires:       libshcodecs >= 1.4.0
26 Requires:       libshveu >= 1.5.0
27 Requires:       libuiomux >= 1.5.0
28 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30 %description
31 This package contains hardware accelerated GStreamer elements for
32 SH-Mobile devices that perform video encode, decode, scale and
33 colorspace conversion.
34
35 %description -l pl.UTF-8
36 Ten pakiet zawiera elementy GStreamera zapewniające sprzętową
37 akcelerację dla urządzeń SH-Mobile, wykonujące kodowanie, dekodowanie,
38 skalowanie obrazu oraz konwersję przestrzeni kolorów.
39
40 %prep
41 %setup -q -n gst-sh-mobile-%{version}
42
43 %build
44 %{__libtoolize}
45 %{__aclocal}
46 %{__autoconf}
47 %{__autoheader}
48 %{__automake}
49 %configure
50
51 %{__make}
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55
56 %{__make} install \
57         DESTDIR=$RPM_BUILD_ROOT
58
59 # gstreamer module
60 %{__rm} $RPM_BUILD_ROOT%{_libdir}/gstreamer-0.10/libgst*.la
61 # don't package source code documentation
62 %{__rm} -r $RPM_BUILD_ROOT%{_docdir}/gst-shmobile
63
64 %clean
65 rm -rf $RPM_BUILD_ROOT
66
67 %files
68 %defattr(644,root,root,755)
69 %doc AUTHORS ChangeLog README TODO
70 %attr(755,root,root) %{_libdir}/gstreamer-0.10/libgstshvideo.so
This page took 0.709025 seconds and 3 git commands to generate.