[vdr-plex/f25] fixed license type
by Martin Gansser
commit d5d81da9254579a4d76b6a412a5bc86b8508950a
Author: Martin Gansser <mgansser(a)alice.de>
Date: Sat Aug 13 19:29:35 2016 +0200
fixed license type
- switched from git to stable release numbering
clog | 3 +++
vdr-plex.spec | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 64 insertions(+)
---
diff --git a/clog b/clog
new file mode 100644
index 0000000..71f39e2
--- /dev/null
+++ b/clog
@@ -0,0 +1,3 @@
+fixed license type
+
+- switched from git to stable release numbering
diff --git a/vdr-plex.spec b/vdr-plex.spec
new file mode 100644
index 0000000..63d7fef
--- /dev/null
+++ b/vdr-plex.spec
@@ -0,0 +1,61 @@
+Name: vdr-plex
+Version: 0.4.0
+Release: 2%{?dist}
+Summary: A Plex Client for the VDR
+
+Group: Applications/Multimedia
+License: GPLv2
+URL: http://projects.vdr-developer.org/projects/plg-plex
+SOURCE: https://projects.vdr-developer.org/git/vdr-plugin-plex.git/snapshot/vdr-p...
+
+BuildRequires: vdr-devel >= 2.0.0
+BuildRequires: openssl-devel
+BuildRequires: xcb-util-wm-devel
+BuildRequires: xcb-util-image-devel
+BuildRequires: xcb-util-keysyms-devel
+BuildRequires: pcre-devel
+BuildRequires: poco-devel >= 1.7.3-5
+BuildRequires: libskindesignerapi-devel >= 1.1.4
+Requires: vdr(abi)%{?_isa} = %{vdr_apiversion}
+
+%description
+Plays Videos directly in the VDR, via softhddevice, full-featured not tested.
+Browse your plex media server, and play your media.
+Control via Plex for Android/IOS/Web, play, pause, stop, seeking
+Cast Vimeo, Youtube, Apple-Trailers, and many other Plexchannels to your VDR.
+
+%prep
+%setup -qn vdr-plugin-plex-%{version}
+
+%build
+make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" %{?_smp_mflags} all
+
+%install
+%make_install
+
+%find_lang %{name}
+
+%files -f %{name}.lang
+%doc README.md
+%license LICENSE
+%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion}
+
+%changelog
+* Fri Aug 12 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 0.4.0-2
+- fixed license type
+- switched from git to stable release numbering
+
+* Tue Jun 28 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 0.4.0-1.20160626gitd005101
+- rebuild for new git version
+
+* Thu Mar 31 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 0.3.0-1.20160330giteef71c6
+- rebuild for new git version
+
+* Mon Feb 22 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 0.2.2-1.20160221git6b8c8ae
+- rebuild for new git version
+
+* Sat Jun 27 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.1.4-1.20150627gitb6a8493
+- rebuild for new git version
+
+* Sat Feb 14 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-1.20150213gite412257
+- Initial build
8 years, 3 months
[vdr-plex/f25] fixed license type
by Martin Gansser
commit ce31ae86f90bc7d6de51fd9aef8bffba27c597e6
Author: Martin Gansser <mgansser(a)alice.de>
Date: Sat Aug 13 19:19:30 2016 +0200
fixed license type
- switched from git to stable release numbering
.gitignore | 1 +
sources | 1 +
2 files changed, 2 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..6250253 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/vdr-plugin-plex-0.4.0.tar.bz2
diff --git a/sources b/sources
index e69de29..6eeba96 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+1ae7e4e2cd5229377e8885607f0ed412 vdr-plugin-plex-0.4.0.tar.bz2
8 years, 3 months
[vdr-plex] fixed license type
by Martin Gansser
commit beb0fdfe44017c03f543a0230cfe164205e8c1ab
Author: Martin Gansser <mgansser(a)alice.de>
Date: Sat Aug 13 18:51:10 2016 +0200
fixed license type
- switched from git to stable release numbering
.gitignore | 1 +
sources | 1 +
vdr-plex.spec | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 63 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..6250253 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/vdr-plugin-plex-0.4.0.tar.bz2
diff --git a/sources b/sources
index e69de29..6eeba96 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+1ae7e4e2cd5229377e8885607f0ed412 vdr-plugin-plex-0.4.0.tar.bz2
diff --git a/vdr-plex.spec b/vdr-plex.spec
new file mode 100644
index 0000000..63d7fef
--- /dev/null
+++ b/vdr-plex.spec
@@ -0,0 +1,61 @@
+Name: vdr-plex
+Version: 0.4.0
+Release: 2%{?dist}
+Summary: A Plex Client for the VDR
+
+Group: Applications/Multimedia
+License: GPLv2
+URL: http://projects.vdr-developer.org/projects/plg-plex
+SOURCE: https://projects.vdr-developer.org/git/vdr-plugin-plex.git/snapshot/vdr-p...
+
+BuildRequires: vdr-devel >= 2.0.0
+BuildRequires: openssl-devel
+BuildRequires: xcb-util-wm-devel
+BuildRequires: xcb-util-image-devel
+BuildRequires: xcb-util-keysyms-devel
+BuildRequires: pcre-devel
+BuildRequires: poco-devel >= 1.7.3-5
+BuildRequires: libskindesignerapi-devel >= 1.1.4
+Requires: vdr(abi)%{?_isa} = %{vdr_apiversion}
+
+%description
+Plays Videos directly in the VDR, via softhddevice, full-featured not tested.
+Browse your plex media server, and play your media.
+Control via Plex for Android/IOS/Web, play, pause, stop, seeking
+Cast Vimeo, Youtube, Apple-Trailers, and many other Plexchannels to your VDR.
+
+%prep
+%setup -qn vdr-plugin-plex-%{version}
+
+%build
+make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" %{?_smp_mflags} all
+
+%install
+%make_install
+
+%find_lang %{name}
+
+%files -f %{name}.lang
+%doc README.md
+%license LICENSE
+%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion}
+
+%changelog
+* Fri Aug 12 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 0.4.0-2
+- fixed license type
+- switched from git to stable release numbering
+
+* Tue Jun 28 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 0.4.0-1.20160626gitd005101
+- rebuild for new git version
+
+* Thu Mar 31 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 0.3.0-1.20160330giteef71c6
+- rebuild for new git version
+
+* Mon Feb 22 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 0.2.2-1.20160221git6b8c8ae
+- rebuild for new git version
+
+* Sat Jun 27 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.1.4-1.20150627gitb6a8493
+- rebuild for new git version
+
+* Sat Feb 14 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-1.20150213gite412257
+- Initial build
8 years, 3 months
[obs-studio] Fix release tag (0.x release is for git releases)
by Martin Gansser
commit a7d1701ec359f576da85ef45e8aac6b2a29a809d
Author: Martin Gansser <mgansser(a)alice.de>
Date: Sat Aug 13 18:23:12 2016 +0200
Fix release tag (0.x release is for git releases)
.gitignore | 1 +
obs-ffmpeg-mux.patch | 15 ++++
obs-studio.spec | 202 +++++++++++++++++++++++++++++++++++++++++++++++++++
sources | 1 +
4 files changed, 219 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..fdb1e9b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/obs-studio-0.15.4.tar.gz
diff --git a/obs-ffmpeg-mux.patch b/obs-ffmpeg-mux.patch
new file mode 100644
index 0000000..9130c5f
--- /dev/null
+++ b/obs-ffmpeg-mux.patch
@@ -0,0 +1,15 @@
+--- plugins/obs-ffmpeg/obs-ffmpeg-mux.c 2016-05-01 17:56:21.000000000 -0600
++++ obs-ffmpeg-mux-1.c 2016-05-03 01:06:09.810745024 -0600
+@@ -174,8 +174,11 @@
+ aencoders[num_tracks] = aencoder;
+ num_tracks++;
+ }
+-
++#ifdef FFMPEG_MUX_FIXED
++ dstr_init_copy(cmd, FFMPEG_MUX_FIXED);
++#else
+ dstr_init_move_array(cmd, obs_module_file(FFMPEG_MUX));
++#endif
+ dstr_insert_ch(cmd, 0, '\"');
+ dstr_cat(cmd, "\" \"");
+ dstr_cat_dstr(cmd, &stream->path);
diff --git a/obs-studio.spec b/obs-studio.spec
new file mode 100644
index 0000000..daea392
--- /dev/null
+++ b/obs-studio.spec
@@ -0,0 +1,202 @@
+Name: obs-studio
+Version: 0.15.4
+Release: 1%{?dist}
+Summary: Open Broadcaster Software Studio
+
+License: GPLv2+
+URL: https://obsproject.com/
+Source0: https://github.com/jp9000/obs-studio/archive/%{version}.tar.gz#/%{name}-%...
+Patch0: obs-ffmpeg-mux.patch
+
+BuildRequires: gcc-objc
+BuildRequires: cmake
+BuildRequires: libX11-devel
+BuildRequires: mesa-libGL-devel
+BuildRequires: ffmpeg-devel
+BuildRequires: libv4l-devel
+BuildRequires: pulseaudio-libs-devel
+BuildRequires: x264-devel
+BuildRequires: freetype-devel
+BuildRequires: fontconfig-devel
+BuildRequires: libXcomposite-devel
+BuildRequires: libXinerama-devel
+BuildRequires: qt5-qtbase-devel
+BuildRequires: qt5-qtx11extras-devel
+BuildRequires: jansson-devel
+BuildRequires: jack-audio-connection-kit-devel
+BuildRequires: libcurl-devel
+BuildRequires: desktop-file-utils
+BuildRequires: vlc-devel
+BuildRequires: alsa-lib-devel
+BuildRequires: systemd-devel
+Requires: ffmpeg x264
+
+%description
+Open Broadcaster Software is free and open source
+software for video recording and live streaming.
+
+%package libs
+Summary: Open Broadcaster Software Studio libraries
+Requires: %{name}%{?_isa} = %{version}-%{release}
+
+%description libs
+Library files for Open Broadcaster Software
+
+%package devel
+Summary: Open Broadcaster Software Studio header files
+Requires: %{name}%{?_isa} = %{version}-%{release}
+
+%description devel
+Header files for Open Broadcaster Software
+
+
+%prep
+%setup -q
+%patch0 -p0
+
+# rpmlint reports E: hardcoded-library-path
+# replace OBS_MULTIARCH_SUFFIX by LIB_SUFFIX
+sed -i 's|OBS_MULTIARCH_SUFFIX|LIB_SUFFIX|g' cmake/Modules/ObsHelpers.cmake
+
+%build
+export CPPFLAGS=-DFFMPEG_MUX_FIXED=\"%{_libexecdir}/obs-plugins/obs-ffmpeg/ffmpeg-mux\"
+%cmake -DOBS_VERSION_OVERRIDE=%{version} -DUNIX_STRUCTURE=1
+%make_build
+
+%install
+%make_install
+
+mkdir -p %{buildroot}/%{_libexecdir}/obs-plugins/obs-ffmpeg/
+mv -f %{buildroot}/%{_datadir}/obs/obs-plugins/obs-ffmpeg/ffmpeg-mux \
+ %{buildroot}/%{_libexecdir}/obs-plugins/obs-ffmpeg/ffmpeg-mux
+
+%check
+/usr/bin/desktop-file-validate %{buildroot}/%{_datadir}/applications/obs.desktop
+
+%post libs -p /sbin/ldconfig
+
+%post
+/usr/bin/update-desktop-database >&/dev/null || :
+/usr/bin/touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
+
+%postun
+/usr/bin/update-desktop-database >&/dev/null || :
+if [ $1 -eq 0 ]; then
+ /usr/bin/touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
+ /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
+fi
+
+%postun libs -p /sbin/ldconfig
+
+%posttrans
+/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
+
+%files
+%doc README
+%license obs/data/license/gplv2.txt
+%license COPYING
+%{_bindir}/obs
+%{_datadir}/applications/obs.desktop
+%{_datadir}/icons/hicolor/256x256/apps/obs.png
+%{_datadir}/obs/
+%{_libexecdir}/obs-plugins/
+
+%files libs
+%{_libdir}/obs-plugins/
+%{_libdir}/*.so.*
+
+%files devel
+%{_libdir}/cmake/LibObs/
+%{_libdir}/*.so
+%{_includedir}/obs/
+
+
+%changelog
+* Fri Aug 12 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 0.15.4-1
+- Fix release tag (0.x release is for git releases)
+
+* Mon Aug 08 2016 Momcilo Medic <fedorauser(a)fedoraproject.org> - 0.15.4-0.1
+- Updated to 0.15.4
+
+* Fri Aug 05 2016 Momcilo Medic <fedorauser(a)fedoraproject.org> - 0.15.2-0.5
+- Added alsa-devel as BR for ALSA plugin.
+- Added vlc-devel as BR for VLC plugin.
+- Added systemd-devel as BR for Udev V4L.
+
+* Wed Aug 03 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 0.15.2-0.4
+- Fix source tag (spectool now downloads in n-v format)
+- Remove surplus ldconfig from postun (no public .so files in main package)
+- Update scriptlets to meet guidelines (need full path)
+
+* Wed Jul 20 2016 Momcilo Medic <fedorauser(a)fedoraproject.org> - 0.15.2-0.3
+- Added license file gplv2.txt
+
+* Mon Jul 18 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 0.15.2-0.2
+- Fixed arch-dependent-file-in-usr-share
+- Added obs-ffmpeg-mux.patch
+- Added libs subpkg
+- Call ldconfig in post(un) scripts for the shared library
+
+* Sat Jul 16 2016 Momcilo Medic <fedorauser(a)fedoraproject.org> - 0.15.2-0.1
+- Updated to 0.15.2
+
+* Sun Jul 10 2016 Momcilo Medic <fedorauser(a)fedoraproject.org> - 0.15.1-0.1
+- Updated to 0.15.1
+
+* Sat Jul 09 2016 Momcilo Medic <fedorauser(a)fedoraproject.org> - 0.15.0-0.1
+- Updated to 0.15.0
+
+* Mon May 16 2016 Momcilo Medic <fedorauser(a)fedoraproject.org> - 0.14.2-0.1
+- Updated to 0.14.2
+
+* Mon Apr 25 2016 Momcilo Medic <fedorauser(a)fedoraproject.org> - 0.14.1-0.1
+- Updated to 0.14.1
+
+* Sun Apr 24 2016 Momcilo Medic <fedorauser(a)fedoraproject.org> - 0.14.0-0.1
+- Updated to 0.14.0
+
+* Tue Mar 22 2016 Momcilo Medic <fedorauser(a)fedoraproject.org> - 0.13.4-0.1
+- Updated to 0.13.4
+
+* Sun Mar 20 2016 Momcilo Medic <fedorauser(a)fedoraproject.org> - 0.13.3-0.1
+- Updated to 0.13.3
+
+* Tue Feb 23 2016 Momcilo Medic <fedorauser(a)fedoraproject.org> - 0.13.2-0.1
+- Updated to 0.13.2
+
+* Sat Feb 06 2016 Momcilo Medic <fedorauser(a)fedoraproject.org> - 0.13.1-0.1
+- Updated to 0.13.1
+
+* Sun Dec 20 2015 Martin Gansser <martinkg(a)fedoraproject.org> - 0.12.4-0.2
+- replace OBS_MULTIARCH_SUFFIX by LIB_SUFFIX
+
+* Sat Dec 12 2015 Momcilo Medic <fedorauser(a)fedoraproject.org> - 0.12.4-0.1
+- Updated to 0.12.4
+
+* Sat Dec 05 2015 Momcilo Medic <fedorauser(a)fedoraproject.org> - 0.12.3-0.1
+- Updated to 0.12.3
+
+* Sat Nov 21 2015 Momcilo Medic <fedorauser(a)fedoraproject.org> - 0.12.2-0.1
+- Updated to 0.12.2
+
+* Thu Nov 19 2015 Momcilo Medic <fedorauser(a)fedoraproject.org> - 0.12.1-0.1
+- Updated to 0.12.1
+
+* Thu Sep 24 2015 Momcilo Medic <fedorauser(a)fedoraproject.org> - 0.12.0-0.1
+- Updated to 0.12.0
+
+* Mon Aug 17 2015 Momcilo Medic <fedorauser(a)fedoraproject.org> - 0.11.4-0.1
+- Added OBS_VERSION_OVERRIDE to correct version in compilation
+- Updated to 0.11.4
+
+* Sat Aug 08 2015 Momcilo Medic <fedorauser(a)fedoraproject.org> - 0.11.3-0.1
+- Updated to 0.11.3
+
+* Thu Jul 30 2015 Momcilo Medic <fedorauser(a)fedoraproject.org> - 0.11.2-0.1
+- Updated to 0.11.2
+
+* Fri Jul 10 2015 Momcilo Medic <fedorauser(a)fedoraproject.org> - 0.11.1-0.1
+- Updated to 0.11.1
+
+* Wed May 27 2015 Momcilo Medic <fedorauser(a)fedoraproject.org> - 0.10.1-0.1
+- Initial .spec file
diff --git a/sources b/sources
index e69de29..e4c85b3 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+380f195e3073eed4a9909a7f8b7babcf obs-studio-0.15.4.tar.gz
8 years, 3 months
[steam] Add sources to .gitignore file
by Simone Caronni
Summary of changes:
aff85bf... Add sources to .gitignore file (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 3 months
[steam/f23] Add sources to .gitignore file
by Simone Caronni
commit aff85bfad6d2f7089469262a9644a4ceeebea0eb
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Sat Aug 13 17:21:02 2016 +0200
Add sources to .gitignore file
.gitignore | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/.gitignore b/.gitignore
index 67a9c9d..6213627 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
steam_1.0.0.51.tar.gz
+/steam_1.0.0.52.tar.gz
8 years, 3 months
[steam/el7] Add sources to .gitignore file
by Simone Caronni
commit a962f36d933ad7d314743dff447fdbbc670fc3e2
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Sat Aug 13 17:21:02 2016 +0200
Add sources to .gitignore file
.gitignore | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/.gitignore b/.gitignore
index 67a9c9d..6213627 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
steam_1.0.0.51.tar.gz
+/steam_1.0.0.52.tar.gz
8 years, 3 months