* [gentoo-commits] repo/gentoo:master commit in: media-libs/libsidplay/files/
@ 2017-01-03 23:07 Patrice Clement
0 siblings, 0 replies; 2+ messages in thread
From: Patrice Clement @ 2017-01-03 23:07 UTC (permalink / raw
To: gentoo-commits
commit: 66ee44eee20c60fd61f00eb4be5aa2a6f36cdef0
Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue Jan 3 16:39:36 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Jan 3 23:03:58 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66ee44ee
media-libs/libsidplay: remove unused patch.
Closes: https://github.com/gentoo/gentoo/pull/3312
media-libs/libsidplay/files/libsidplay-gcc34.patch | 26 ----------------------
1 file changed, 26 deletions(-)
diff --git a/media-libs/libsidplay/files/libsidplay-gcc34.patch b/media-libs/libsidplay/files/libsidplay-gcc34.patch
deleted file mode 100644
index bf59fc9..00000000
--- a/media-libs/libsidplay/files/libsidplay-gcc34.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- src/smart.h
-+++ src/smart.h
-@@ -207,16 +207,16 @@
- {
- if ( bufferLen >= 1 )
- {
-- pBufCurrent = ( bufBegin = buffer );
-- bufEnd = bufBegin + bufferLen;
-- bufLen = bufferLen;
-- status = true;
-+ this->pBufCurrent = ( this->bufBegin = buffer );
-+ this->bufEnd = this->bufBegin + bufferLen;
-+ this->bufLen = bufferLen;
-+ this->status = true;
- }
- else
- {
-- pBufCurrent = bufBegin = bufEnd = 0;
-- bufLen = 0;
-- status = false;
-+ this->pBufCurrent = this->bufBegin = this->bufEnd = 0;
-+ this->bufLen = 0;
-+ this->status = false;
- }
- }
- };
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libsidplay/files/
@ 2017-01-29 22:46 Jeroen Roovers
0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers @ 2017-01-29 22:46 UTC (permalink / raw
To: gentoo-commits
commit: 22ec036cf3a00ea8e46d83ef840319a16ea4013c
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 22:46:18 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 22:46:18 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22ec036c
media-libs/libsidplay: Fix one more patch.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
media-libs/libsidplay/files/libsidplay-1.36.59-fix-c++14.patch | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/libsidplay/files/libsidplay-1.36.59-fix-c++14.patch b/media-libs/libsidplay/files/libsidplay-1.36.59-fix-c++14.patch
index 91e2064..6e7cc66 100644
--- a/media-libs/libsidplay/files/libsidplay-1.36.59-fix-c++14.patch
+++ b/media-libs/libsidplay/files/libsidplay-1.36.59-fix-c++14.patch
@@ -6,8 +6,8 @@ Last-Update: 2016-07-16
---
---- libsidplay-1.36.59.orig/src/samples.cpp
-+++ libsidplay-1.36.59/src/samples.cpp
+--- a/src/samples.cpp
++++ b/src/samples.cpp
@@ -75,7 +75,7 @@ struct sampleChannel
sampleChannel ch4, ch5;
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-01-29 22:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-29 22:46 [gentoo-commits] repo/gentoo:master commit in: media-libs/libsidplay/files/ Jeroen Roovers
-- strict thread matches above, loose matches on Subject: below --
2017-01-03 23:07 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox