[arch-commits] Commit in audex/trunk (PKGBUILD gcc47.patch)

Laurent Carlier lcarlier at nymeria.archlinux.org
Mon Mar 3 14:51:50 UTC 2014


    Date: Monday, March 3, 2014 @ 15:51:50
  Author: lcarlier
Revision: 106445

upgpkg: audex 0.78-1

upstream update 0.78

Modified:
  audex/trunk/PKGBUILD
Deleted:
  audex/trunk/gcc47.patch

-------------+
 PKGBUILD    |   17 ++++++-----------
 gcc47.patch |   13 -------------
 2 files changed, 6 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-03 14:17:49 UTC (rev 106444)
+++ PKGBUILD	2014-03-03 14:51:50 UTC (rev 106445)
@@ -5,7 +5,7 @@
 # Contributor: moostik <mooostik_at_gmail.com>
 
 pkgname=audex
-pkgver=0.77b1
+pkgver=0.78
 pkgrel=1
 pkgdesc="A CDDA extraction tool with a ftp upload function for KDE"
 arch=('i686' 'x86_64')
@@ -18,22 +18,16 @@
 	'flac: FLAC encoder'
 	'lame: MP3 encoder')
 install=${pkgname}.install
-#source=("ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz"
-source=("http://kde.maniatek.com/${pkgname}/files/${pkgname}-${pkgver}.tar.xz"
-        'gcc47.patch')
-md5sums=('1f3df64b60b15315e958e3e3b151fe92'
-         '64107bcf90e22910e57804be774822dd')
+source=("http://kde.maniatek.com/${pkgname}/files/${pkgname}-${pkgver}.tar.xz")
+md5sums=('e424309ab085de40043f841f2fa230c6')
 
 build() {
   cd ${pkgname}-${pkgver}
 
-  patch -p1 -i "${srcdir}"/gcc47.patch
-  cd ..
-
   mkdir build
   cd build
 
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../  \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr
   make
@@ -40,6 +34,7 @@
 }
 
 package() {
-  cd ${srcdir}/build
+  cd ${pkgname}-${pkgver}/build
+
   make DESTDIR=${pkgdir} install
 }

Deleted: gcc47.patch
===================================================================
--- gcc47.patch	2014-03-03 14:17:49 UTC (rev 106444)
+++ gcc47.patch	2014-03-03 14:51:50 UTC (rev 106445)
@@ -1,13 +0,0 @@
---- audex-0.74b1.orig/utils/hashlist.cpp
-+++ audex-0.74b1/utils/hashlist.cpp
-@@ -15,7 +15,8 @@
-  * You should have received a copy of the GNU General Public License
-  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
-  */
-- 
-+
-+#include <unistd.h>
- #include "hashlist.h"
- 
- Hashlist::Hashlist() {
-




More information about the arch-commits mailing list