16 |
Summary: UPnP server with web interface |
Summary: UPnP server with web interface |
17 |
Name: mediatomb |
Name: mediatomb |
18 |
Version: 0.12.1 |
Version: 0.12.1 |
19 |
Release: 1%{?dist} |
Release: 2%{?dist} |
20 |
License: GPL |
License: GPL |
21 |
Group: Applications/Multimedia |
Group: Applications/Multimedia |
22 |
URL: http://mediatomb.cc/ |
URL: http://mediatomb.cc/ |
25 |
Vendor: Dag Apt Repository, http://dag.wieers.com/apt/ |
Vendor: Dag Apt Repository, http://dag.wieers.com/apt/ |
26 |
|
|
27 |
Source: http://downloads.sourceforge.net/project/mediatomb/MediaTomb/%{version}/mediatomb-%{version}.tar.gz |
Source: http://downloads.sourceforge.net/project/mediatomb/MediaTomb/%{version}/mediatomb-%{version}.tar.gz |
28 |
|
Patch0: libav_0.7_support.patch |
29 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
30 |
|
|
31 |
#Buildarch: noarch |
#Buildarch: noarch |
33 |
BuildRequires: expat-devel |
BuildRequires: expat-devel |
34 |
BuildRequires: file%{?_without_file-devel:-devel} |
BuildRequires: file%{?_without_file-devel:-devel} |
35 |
BuildRequires: ffmpeg-devel |
BuildRequires: ffmpeg-devel |
36 |
|
##jpp add |
37 |
|
BuildRequires: ffmpeg-compat-devel |
38 |
|
BuildRequires: file-libs |
39 |
|
BuildRequires: libmp4v2 libmp4v2-devel |
40 |
|
##jpp add end |
41 |
BuildRequires: gcc-c++ |
BuildRequires: gcc-c++ |
42 |
BuildRequires: js-devel |
BuildRequires: js-devel |
|
# BuildRequires: lastfmlib-devel |
|
43 |
BuildRequires: %{!?_without_libcurl:lib}curl-devel >= 4 |
BuildRequires: %{!?_without_libcurl:lib}curl-devel >= 4 |
44 |
BuildRequires: libexif-devel |
BuildRequires: libexif-devel |
45 |
# BuildRequires: libffmpegthumbnailer-devel |
# BuildRequires: libffmpegthumbnailer-devel |
47 |
BuildRequires: nspr-devel |
BuildRequires: nspr-devel |
48 |
BuildRequires: make |
BuildRequires: make |
49 |
BuildRequires: mysql-devel >= 4 |
BuildRequires: mysql-devel >= 4 |
|
#BuildRequires: rpm-macros-rpmforge |
|
50 |
BuildRequires: sqlite-devel >= 3 |
BuildRequires: sqlite-devel >= 3 |
51 |
BuildRequires: taglib-devel |
BuildRequires: taglib-devel |
52 |
BuildRequires: zlib-devel |
BuildRequires: zlib-devel |
68 |
|
|
69 |
%prep |
%prep |
70 |
%setup |
%setup |
71 |
|
%patch0 -p1 |
72 |
|
|
73 |
%build |
%build |
74 |
%configure \ |
%configure \ |
124 |
%config %{_sysconfdir}/sysconfig/mediatomb |
%config %{_sysconfdir}/sysconfig/mediatomb |
125 |
|
|
126 |
%changelog |
%changelog |
127 |
|
* Tue Feb 27 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.12.1-2.sme |
128 |
|
- initial package for SME Server |
129 |
|
- tidt spec file to allow to build |
130 |
|
- disable libffmpegthumbnailer as package not available |
131 |
|
- disable lastfmlib support 0.4 is needed , not liblastfm 1 |
132 |
|
- patch for libav |
133 |
|
|
134 |
* Sat Jun 25 2011 Steve Huff <shuff@vecna.org> - 0.12.1-1 |
* Sat Jun 25 2011 Steve Huff <shuff@vecna.org> - 0.12.1-1 |
135 |
- Initial package. |
- Initial package. |