[arch-commits] Commit in kaffeine/repos (10 files)

Antonio Rojas arojas at archlinux.org
Sat Aug 15 22:53:26 UTC 2015


    Date: Sunday, August 16, 2015 @ 00:53:25
  Author: arojas
Revision: 138398

archrelease: copy trunk to community-i686, community-x86_64

Added:
  kaffeine/repos/community-i686/PKGBUILD
    (from rev 138397, kaffeine/trunk/PKGBUILD)
  kaffeine/repos/community-i686/kaffeine.install
    (from rev 138397, kaffeine/trunk/kaffeine.install)
  kaffeine/repos/community-x86_64/PKGBUILD
    (from rev 138397, kaffeine/trunk/PKGBUILD)
  kaffeine/repos/community-x86_64/kaffeine.install
    (from rev 138397, kaffeine/trunk/kaffeine.install)
Deleted:
  kaffeine/repos/community-i686/PKGBUILD
  kaffeine/repos/community-i686/kaffeine-1.2.2-gcc4.7.patch
  kaffeine/repos/community-i686/kaffeine.install
  kaffeine/repos/community-x86_64/PKGBUILD
  kaffeine/repos/community-x86_64/kaffeine-1.2.2-gcc4.7.patch
  kaffeine/repos/community-x86_64/kaffeine.install

----------------------------------------------+
 /PKGBUILD                                    |   68 +++++++++++++++++++++++++
 /kaffeine.install                            |   24 ++++++++
 community-i686/PKGBUILD                      |   38 -------------
 community-i686/kaffeine-1.2.2-gcc4.7.patch   |   32 -----------
 community-i686/kaffeine.install              |   12 ----
 community-x86_64/PKGBUILD                    |   38 -------------
 community-x86_64/kaffeine-1.2.2-gcc4.7.patch |   32 -----------
 community-x86_64/kaffeine.install            |   12 ----
 8 files changed, 92 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-08-15 22:52:59 UTC (rev 138397)
+++ community-i686/PKGBUILD	2015-08-15 22:53:25 UTC (rev 138398)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: 
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=kaffeine
-pkgver=1.2.2
-pkgrel=4
-pkgdesc='KDE media player'
-license=('GPL')
-arch=('i686' 'x86_64')
-url="http://kaffeine.kde.org"
-depends=('kdebase-runtime' 'xine-lib')
-makedepends=('cmake' 'automoc4')
-install=kaffeine.install
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
-        kaffeine-1.2.2-gcc4.7.patch)
-md5sums=('690e48d2e5fe123887109aa9b1bc1c31'
-         '48afe5ec99b38fe02782db57a847033f')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i "${srcdir}/kaffeine-1.2.2-gcc4.7.patch"
-}
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_SKIP_RPATH=ON \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kaffeine/repos/community-i686/PKGBUILD (from rev 138397, kaffeine/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-08-15 22:53:25 UTC (rev 138398)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: 
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kaffeine
+pkgver=1.3
+pkgrel=1
+pkgdesc='KDE media player'
+license=(GPL)
+arch=(i686 x86_64)
+url="http://kaffeine.kde.org"
+depends=(kdebase-runtime vlc)
+makedepends=(cmake automoc4)
+install=kaffeine.install
+source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz)
+md5sums=('4b20f3caeae716494f777e37d7a6571c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_SKIP_RPATH=ON \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/kaffeine-1.2.2-gcc4.7.patch
===================================================================
--- community-i686/kaffeine-1.2.2-gcc4.7.patch	2015-08-15 22:52:59 UTC (rev 138397)
+++ community-i686/kaffeine-1.2.2-gcc4.7.patch	2015-08-15 22:53:25 UTC (rev 138398)
@@ -1,32 +0,0 @@
-commit 2da9df1e67004c3cfa879578c351300a99f23da1
-Author: Christoph Pfister <christophpfister at gmail.com>
-Date:   Wed Apr 4 21:22:09 2012 +0200
-
-    fix build for gcc 4.7
-
-diff --git a/src/dvb/dvbepg.cpp b/src/dvb/dvbepg.cpp
-index 7fc8f68..e70d8b8 100644
---- a/src/dvb/dvbepg.cpp
-+++ b/src/dvb/dvbepg.cpp
-@@ -690,15 +690,15 @@ void AtscEpgFilter::processEitSection(const char *data, int size)
- 	// 1980-01-06T000000 minus 15 secs (= UTC - GPS in 2011)
- 	QDateTime baseDateTime = QDateTime(QDate(1980, 1, 5), QTime(23, 59, 45), Qt::UTC);
- 
--	for (AtscEitSectionEntry entry = eitSection.entries(); (entryCount > 0) && entry.isValid();
--	     --entryCount, entry.advance()) {
-+	for (AtscEitSectionEntry eitEntry = eitSection.entries();
-+	     (entryCount > 0) && eitEntry.isValid(); --entryCount, eitEntry.advance()) {
- 		DvbEpgEntry epgEntry;
- 		epgEntry.channel = channel;
--		epgEntry.begin = baseDateTime.addSecs(entry.startTime());
--		epgEntry.duration = QTime().addSecs(entry.duration());
--		epgEntry.title = entry.title();
-+		epgEntry.begin = baseDateTime.addSecs(eitEntry.startTime());
-+		epgEntry.duration = QTime().addSecs(eitEntry.duration());
-+		epgEntry.title = eitEntry.title();
- 
--		quint32 id = ((quint32(fakeChannel.networkId) << 16) | quint32(entry.eventId()));
-+		quint32 id = ((quint32(fakeChannel.networkId) << 16) | quint32(eitEntry.eventId()));
- 		DvbSharedEpgEntry entry = epgEntries.value(id);
- 
- 		if (entry.isValid() && (entry->channel == epgEntry.channel) &&

Deleted: community-i686/kaffeine.install
===================================================================
--- community-i686/kaffeine.install	2015-08-15 22:52:59 UTC (rev 138397)
+++ community-i686/kaffeine.install	2015-08-15 22:53:25 UTC (rev 138398)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: kaffeine/repos/community-i686/kaffeine.install (from rev 138397, kaffeine/trunk/kaffeine.install)
===================================================================
--- community-i686/kaffeine.install	                        (rev 0)
+++ community-i686/kaffeine.install	2015-08-15 22:53:25 UTC (rev 138398)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-08-15 22:52:59 UTC (rev 138397)
+++ community-x86_64/PKGBUILD	2015-08-15 22:53:25 UTC (rev 138398)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: 
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=kaffeine
-pkgver=1.2.2
-pkgrel=4
-pkgdesc='KDE media player'
-license=('GPL')
-arch=('i686' 'x86_64')
-url="http://kaffeine.kde.org"
-depends=('kdebase-runtime' 'xine-lib')
-makedepends=('cmake' 'automoc4')
-install=kaffeine.install
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
-        kaffeine-1.2.2-gcc4.7.patch)
-md5sums=('690e48d2e5fe123887109aa9b1bc1c31'
-         '48afe5ec99b38fe02782db57a847033f')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i "${srcdir}/kaffeine-1.2.2-gcc4.7.patch"
-}
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_SKIP_RPATH=ON \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kaffeine/repos/community-x86_64/PKGBUILD (from rev 138397, kaffeine/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-08-15 22:53:25 UTC (rev 138398)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: 
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kaffeine
+pkgver=1.3
+pkgrel=1
+pkgdesc='KDE media player'
+license=(GPL)
+arch=(i686 x86_64)
+url="http://kaffeine.kde.org"
+depends=(kdebase-runtime vlc)
+makedepends=(cmake automoc4)
+install=kaffeine.install
+source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz)
+md5sums=('4b20f3caeae716494f777e37d7a6571c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_SKIP_RPATH=ON \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/kaffeine-1.2.2-gcc4.7.patch
===================================================================
--- community-x86_64/kaffeine-1.2.2-gcc4.7.patch	2015-08-15 22:52:59 UTC (rev 138397)
+++ community-x86_64/kaffeine-1.2.2-gcc4.7.patch	2015-08-15 22:53:25 UTC (rev 138398)
@@ -1,32 +0,0 @@
-commit 2da9df1e67004c3cfa879578c351300a99f23da1
-Author: Christoph Pfister <christophpfister at gmail.com>
-Date:   Wed Apr 4 21:22:09 2012 +0200
-
-    fix build for gcc 4.7
-
-diff --git a/src/dvb/dvbepg.cpp b/src/dvb/dvbepg.cpp
-index 7fc8f68..e70d8b8 100644
---- a/src/dvb/dvbepg.cpp
-+++ b/src/dvb/dvbepg.cpp
-@@ -690,15 +690,15 @@ void AtscEpgFilter::processEitSection(const char *data, int size)
- 	// 1980-01-06T000000 minus 15 secs (= UTC - GPS in 2011)
- 	QDateTime baseDateTime = QDateTime(QDate(1980, 1, 5), QTime(23, 59, 45), Qt::UTC);
- 
--	for (AtscEitSectionEntry entry = eitSection.entries(); (entryCount > 0) && entry.isValid();
--	     --entryCount, entry.advance()) {
-+	for (AtscEitSectionEntry eitEntry = eitSection.entries();
-+	     (entryCount > 0) && eitEntry.isValid(); --entryCount, eitEntry.advance()) {
- 		DvbEpgEntry epgEntry;
- 		epgEntry.channel = channel;
--		epgEntry.begin = baseDateTime.addSecs(entry.startTime());
--		epgEntry.duration = QTime().addSecs(entry.duration());
--		epgEntry.title = entry.title();
-+		epgEntry.begin = baseDateTime.addSecs(eitEntry.startTime());
-+		epgEntry.duration = QTime().addSecs(eitEntry.duration());
-+		epgEntry.title = eitEntry.title();
- 
--		quint32 id = ((quint32(fakeChannel.networkId) << 16) | quint32(entry.eventId()));
-+		quint32 id = ((quint32(fakeChannel.networkId) << 16) | quint32(eitEntry.eventId()));
- 		DvbSharedEpgEntry entry = epgEntries.value(id);
- 
- 		if (entry.isValid() && (entry->channel == epgEntry.channel) &&

Deleted: community-x86_64/kaffeine.install
===================================================================
--- community-x86_64/kaffeine.install	2015-08-15 22:52:59 UTC (rev 138397)
+++ community-x86_64/kaffeine.install	2015-08-15 22:53:25 UTC (rev 138398)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: kaffeine/repos/community-x86_64/kaffeine.install (from rev 138397, kaffeine/trunk/kaffeine.install)
===================================================================
--- community-x86_64/kaffeine.install	                        (rev 0)
+++ community-x86_64/kaffeine.install	2015-08-15 22:53:25 UTC (rev 138398)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list