Accepting request 46423 from GNOME:Factory

Copy from GNOME:Factory/gupnp-dlna based on submit request 46423 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/46423
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gupnp-dlna?expand=0&rev=1
This commit is contained in:
OBS User autobuild 2010-08-27 14:44:13 +00:00 committed by Git OBS Bridge
commit 470421ff53
5 changed files with 160 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

3
gupnp-dlna-0.3.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:05e21d84bdb640a268f72494795cd890f5586f16f0d085043077dd7eb90e9bc1
size 336860

29
gupnp-dlna.changes Normal file
View File

@ -0,0 +1,29 @@
-------------------------------------------------------------------
Thu Aug 26 11:14:36 CEST 2010 - vuntz@opensuse.org
- Update to version 0.3.0:
+ New API and tool (gupnp-dlna-ls-profiles) to list all supported
profiles
+ Move API to get a profile to the DLNADiscoverer namespace
+ Make GUPnPDLNAProfile opaque, add to API documentation
+ Add support for several AVC_MP4_MP profiles
+ Print stream topology instead of a simple list in
gupnp-dlna-info
+ Add debug output controlled by an environment variable for
eaesier debugging
+ Beginnings of an automated testing infrastructure
+ Add relaxed/extended mode properties
+ Use 'bitrate' instead of 'maximum-bitrate' while matching
streams
+ Various bug fixes
-------------------------------------------------------------------
Wed Aug 25 10:41:23 CEST 2010 - vuntz@opensuse.org
- Move the DLNA profiles to libgupnp-dlna-1_0-2, since they're
needed by the library.
-------------------------------------------------------------------
Thu Aug 12 13:01:17 CEST 2010 - lmedinas@opensuse.org
- Initial import based on Fedora package.

104
gupnp-dlna.spec Normal file
View File

@ -0,0 +1,104 @@
#
# spec file for package gupnp-dlna (Version 0.3.0)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: gupnp-dlna
Version: 0.3.0
Release: 1
License: LGPL v2 or later
Summary: A collection of helpers for building DLNA applications
Url: http://www.gupnp.org/
Group: Development/Libraries/C and C++
Source: %{name}-%{version}.tar.bz2
BuildRequires: gstreamer-0_10-devel
BuildRequires: gstreamer-0_10-plugins-base-devel
BuildRequires: libxml2-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
GUPnP-dlna is a collection of helpers for building DLNA media sharing
applications using GUPnP.
%package -n libgupnp-dlna-1_0-2
License: LGPL v2 or later
Summary: A collection of helpers for building DLNA applications
Group: Development/Libraries/C and C++
%description -n libgupnp-dlna-1_0-2
GUPnP-dlna is a collection of helpers for building DLNA media sharing
applications using GUPnP.
%package -n libgupnp-dlna-devel
License: LGPL v2 or later
Summary: A collection of helpers for building DLNA applications - Development Files
Group: Development/Libraries/C and C++
Requires: libgupnp-dlna-1_0-2 = %{version}
%description -n libgupnp-dlna-devel
GUPnP-dlna is a collection of helpers for building DLNA media sharing
applications using GUPnP.
%package -n gupnp-dlna-tools
License: LGPL v2 or later
Summary: A collection of helpers for building DLNA applications
Group: Development/Tools/Other
%description -n gupnp-dlna-tools
GUPnP-dlna is a collection of helpers for building DLNA media sharing
applications using GUPnP.
%prep
%setup -q
%build
%configure \
--disable-static
%__make %{?_smp_mflags}
%install
%makeinstall
find %{buildroot} -type f -name "*.la" -delete -print
%clean
rm -rf %{buildroot}
%post -n libgupnp-dlna-1_0-2 -p /sbin/ldconfig
%postun -n libgupnp-dlna-1_0-2 -p /sbin/ldconfig
%files -n libgupnp-dlna-1_0-2
%defattr(-,root,root)
%doc AUTHORS COPYING README TODO
# This directory contains DLNA profiles, needed by the library
%{_datadir}/%{name}/
%{_libdir}/lib*.so.0*
%files -n libgupnp-dlna-devel
%defattr(-,root,root)
%{_includedir}/%{name}-1.0/
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/gupnp-dlna-1.0.pc
%doc %{_datadir}/gtk-doc/html/%{name}/
%{_datadir}/vala/vapi/gstreamer-*
%files -n gupnp-dlna-tools
%defattr(-,root,root)
%{_bindir}/gupnp-dlna-info
%{_bindir}/gupnp-dlna-ls-profiles
%changelog