From 470421ff532271d49931904c2b3cbf7d570e008dc1467536f5737a26e3d4609c Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Fri, 27 Aug 2010 14:44:13 +0000 Subject: [PATCH] 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 --- .gitattributes | 23 +++++++++ .gitignore | 1 + gupnp-dlna-0.3.0.tar.bz2 | 3 ++ gupnp-dlna.changes | 29 +++++++++++ gupnp-dlna.spec | 104 +++++++++++++++++++++++++++++++++++++++ 5 files changed, 160 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 gupnp-dlna-0.3.0.tar.bz2 create mode 100644 gupnp-dlna.changes create mode 100644 gupnp-dlna.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/gupnp-dlna-0.3.0.tar.bz2 b/gupnp-dlna-0.3.0.tar.bz2 new file mode 100644 index 0000000..446914f --- /dev/null +++ b/gupnp-dlna-0.3.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05e21d84bdb640a268f72494795cd890f5586f16f0d085043077dd7eb90e9bc1 +size 336860 diff --git a/gupnp-dlna.changes b/gupnp-dlna.changes new file mode 100644 index 0000000..3443137 --- /dev/null +++ b/gupnp-dlna.changes @@ -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. diff --git a/gupnp-dlna.spec b/gupnp-dlna.spec new file mode 100644 index 0000000..e59b5cd --- /dev/null +++ b/gupnp-dlna.spec @@ -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