[vdr-mp3] added vdr-mp3-vdr2.1.2-compat.patch
by Martin Gansser
commit c1359c7398a39b8e0191af721096322dbe2d5c89
Author: Martin Gansser <mgansser(a)alice.de>
Date: Fri Jul 8 20:59:25 2016 +0200
added vdr-mp3-vdr2.1.2-compat.patch
- mark license files as %license where available
.gitignore | 5 +++++
sources | 5 +++--
2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c064e01..c2d0f21 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,7 @@
mplayer.sh-0.8.7.tar.gz
vdr-mp3-0.10.2.tar.gz
+/vdr-mp3-mediasources.sh
+/vdr-mp3-mp3.conf
+/vdr-mp3-mplayer.conf
+/vdr-mp3-mplayer-minimal.sh
+/vdr-mp3-mp3sources.conf
diff --git a/sources b/sources
index ed6c500..9cfc9b1 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,3 @@
-cc2e48d4787b7ee739a0a8bb5b8c9fb2 mplayer.sh-0.8.7.tar.gz
-66fd37827326776c223a0fdd0ad3811e vdr-mp3-0.10.2.tar.gz
+8782f895cfb0c337057d7f9e54f81eab vdr-mp3-mplayer.conf
+c59a58f0e204dfb71ba01836a96feb19 vdr-mp3-mplayer-minimal.sh
+eefa004302cb304af25ea0a66ec0eb05 vdr-mp3-mp3sources.conf
8 years, 4 months
[vdr-markad] replaced function avcodec_alloc_frame(); by av_frame_alloc(); due ffmpeg3 version
by Martin Gansser
commit 525100b451dc3220d83d3f4421689dfc57a817ef
Author: Martin Gansser <mgansser(a)alice.de>
Date: Fri Jul 8 20:04:59 2016 +0200
replaced function avcodec_alloc_frame(); by av_frame_alloc(); due ffmpeg3 version
.gitignore | 1 +
sources | 1 +
2 files changed, 2 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index 9cdfd66..178f05d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
vdr-plugin-markad-74e2a8c5382fa8bfacd12274899112724a1e0d51.tar.bz2
+/vdr-markad.conf
diff --git a/sources b/sources
index 22109c5..edebcba 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
b0677a282614dd35c130fd86ec233c2a vdr-plugin-markad-74e2a8c5382fa8bfacd12274899112724a1e0d51.tar.bz2
+b49c82ed8d38dcd7a77bcc24df558d87 vdr-markad.conf
8 years, 4 months
[avidemux] Try again.
by Richard Shaw
commit 2dee0bb24f2b8ce8a9b51c1f23e52683a7b6e44c
Author: Richard M. Shaw <hobbes1069(a)gmail.com>
Date: Fri Jul 8 13:00:02 2016 -0500
Try again.
avidemux-2.6.12-gcc6.patch | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/avidemux-2.6.12-gcc6.patch b/avidemux-2.6.12-gcc6.patch
index 103821f..489d040 100644
--- a/avidemux-2.6.12-gcc6.patch
+++ b/avidemux-2.6.12-gcc6.patch
@@ -63,10 +63,10 @@
0, /* mpeg_quant */ \
1, /* is_luma_elim_threshold */ \
- -2, /* luma_elim_threshold */ \
-+ uint32_t -2, /* luma_elim_threshold */ \
++ (uint32)-2, /* luma_elim_threshold */ \
1, /* is_chroma_elim_threshold */ \
- -5, /* chroma_elim_threshold */ \
-+ uint32_t -5, /* chroma_elim_threshold */ \
++ (uint32)-5, /* chroma_elim_threshold */ \
0.05, /*lumi_masking */ \
1, /* is lumi */ \
0.01, /*dark_masking */ \
8 years, 4 months
[vdr-burn] rebuild due new libvpx version
by Martin Gansser
commit 40fa22245a10749dae9693259b535d25c9376792
Author: Martin Gansser <mgansser(a)alice.de>
Date: Fri Jul 8 19:45:34 2016 +0200
rebuild due new libvpx version
.gitignore | 2 ++
sources | 2 ++
2 files changed, 4 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index 6a00d85..af027a0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
/vdr-burn-0.3.0.tgz
+/genindex-0.1.3.tar.gz
+/vdr-burn.conf
diff --git a/sources b/sources
index 094d254..ca677c7 100644
--- a/sources
+++ b/sources
@@ -1 +1,3 @@
bfb1847462eea781f98634eb04faab3a vdr-burn-0.3.0.tgz
+da67b1ae819bf9c064af49ab64dbf27b genindex-0.1.3.tar.gz
+8fd1edd088900fd054daad8cbc6b8aa6 vdr-burn.conf
8 years, 4 months
[avidemux] Try try again...
by Richard Shaw
commit 794d1676b43cbfc7434956f405aa4ec9521ae810
Author: Richard M. Shaw <hobbes1069(a)gmail.com>
Date: Fri Jul 8 12:26:11 2016 -0500
Try try again...
avidemux-2.6.12-gcc6.patch | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/avidemux-2.6.12-gcc6.patch b/avidemux-2.6.12-gcc6.patch
index 658a413..103821f 100644
--- a/avidemux-2.6.12-gcc6.patch
+++ b/avidemux-2.6.12-gcc6.patch
@@ -63,10 +63,10 @@
0, /* mpeg_quant */ \
1, /* is_luma_elim_threshold */ \
- -2, /* luma_elim_threshold */ \
-+ const int -2, /* luma_elim_threshold */ \
++ uint32_t -2, /* luma_elim_threshold */ \
1, /* is_chroma_elim_threshold */ \
- -5, /* chroma_elim_threshold */ \
-+ const int -5, /* chroma_elim_threshold */ \
++ uint32_t -5, /* chroma_elim_threshold */ \
0.05, /*lumi_masking */ \
1, /* is lumi */ \
0.01, /*dark_masking */ \
8 years, 4 months
[avidemux] Attempt to fix narrowing conversion issue.
by Richard Shaw
commit 337c4f91dd16f4a73ae4ff13a66594671ed6dc74
Author: Richard M. Shaw <hobbes1069(a)gmail.com>
Date: Fri Jul 8 10:15:35 2016 -0500
Attempt to fix narrowing conversion issue.
avidemux-2.6.12-gcc6.patch | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/avidemux-2.6.12-gcc6.patch b/avidemux-2.6.12-gcc6.patch
index 695f6d8..658a413 100644
--- a/avidemux-2.6.12-gcc6.patch
+++ b/avidemux-2.6.12-gcc6.patch
@@ -63,10 +63,10 @@
0, /* mpeg_quant */ \
1, /* is_luma_elim_threshold */ \
- -2, /* luma_elim_threshold */ \
-+ int -2, /* luma_elim_threshold */ \
++ const int -2, /* luma_elim_threshold */ \
1, /* is_chroma_elim_threshold */ \
- -5, /* chroma_elim_threshold */ \
-+ int -5, /* chroma_elim_threshold */ \
++ const int -5, /* chroma_elim_threshold */ \
0.05, /*lumi_masking */ \
1, /* is lumi */ \
0.01, /*dark_masking */ \
8 years, 4 months
[avidemux] Attempt to fix narrowing conversion issue.
by Richard Shaw
commit c7abbb7a7103b107dac4c9a851ba002233237f69
Author: Richard M. Shaw <hobbes1069(a)gmail.com>
Date: Fri Jul 8 09:32:59 2016 -0500
Attempt to fix narrowing conversion issue.
avidemux-2.6.12-gcc6.patch | 14 ++++++++++++++
1 file changed, 14 insertions(+)
---
diff --git a/avidemux-2.6.12-gcc6.patch b/avidemux-2.6.12-gcc6.patch
index aa62abd..695f6d8 100644
--- a/avidemux-2.6.12-gcc6.patch
+++ b/avidemux-2.6.12-gcc6.patch
@@ -56,3 +56,17 @@
bool tsPacket::decodePesHeader(TS_PESpacket *pes)
{
uint8_t *start=pes->payload+6;
+--- a/avidemux_plugins/ADM_videoEncoder/ffMpeg4/ADM_ffMpeg4.h
++++ b/avidemux_plugins/ADM_videoEncoder/ffMpeg4/ADM_ffMpeg4.h
+@@ -43,9 +43,9 @@
+ 2, /* max_b_frames */ \
+ 0, /* mpeg_quant */ \
+ 1, /* is_luma_elim_threshold */ \
+- -2, /* luma_elim_threshold */ \
++ int -2, /* luma_elim_threshold */ \
+ 1, /* is_chroma_elim_threshold */ \
+- -5, /* chroma_elim_threshold */ \
++ int -5, /* chroma_elim_threshold */ \
+ 0.05, /*lumi_masking */ \
+ 1, /* is lumi */ \
+ 0.01, /*dark_masking */ \
8 years, 4 months
[nvidia-kmod/f23] fix build
by Leigh Scott
Summary of changes:
7fff178... fix build (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 4 months
[nvidia-kmod/f24: 2/2] Merge branch 'master' into f24
by Leigh Scott
commit fdf267f875706c5b93326fd14822c6b157994166
Merge: 5f31d8d 7fff178
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Jul 8 15:31:36 2016 +0100
Merge branch 'master' into f24
nvidia-4.7_kernel-pt1.patch | 15 +++++++++++++++
nvidia-4.7_kernel.patch => nvidia-4.7_kernel_pt2.patch | 15 ---------------
nvidia-kmod.spec | 6 +++++-
3 files changed, 20 insertions(+), 16 deletions(-)
---
8 years, 4 months