[SCM] libgroove/master: update patch for 4.0.1

andrewrk-guest at users.alioth.debian.org andrewrk-guest at users.alioth.debian.org
Wed May 14 03:12:46 UTC 2014


The following commit has been merged in the master branch:
commit f681efb83acb367c288683f1206b79d6b66c7119
Author: Andrew Kelley <superjoe30 at gmail.com>
Date:   Tue May 13 20:04:36 2014 -0700

    update patch for 4.0.1

diff --git a/debian/patches/gnu-install-dirs.patch b/debian/patches/gnu-install-dirs.patch
index 761af0c..b0e9e1b 100644
--- a/debian/patches/gnu-install-dirs.patch
+++ b/debian/patches/gnu-install-dirs.patch
@@ -2,8 +2,8 @@ From: Andrew Kelley <superjoe30 at gmail.com>
 Subject: Use GNUInstallDirs to determine install locations
  GNUInstallDirs is available as of cmake 2.8.5.
 Origin: vendor
---- libgroove-3.1.0+dfsg.orig/CMakeLists.txt
-+++ libgroove-3.1.0+dfsg/CMakeLists.txt
+--- libgroove-4.0.1+dfsg.orig/CMakeLists.txt
++++ libgroove-4.0.1+dfsg/CMakeLists.txt
 @@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 2.8)
  project(groove C)
  set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake ${CMAKE_MODULE_PATH})
@@ -11,7 +11,7 @@ Origin: vendor
 +include(GNUInstallDirs)
  
  set(LIBGROOVE_STATUS "yes")
- set(LIBGROOVE_VERSION_MAJOR 3)
+ set(LIBGROOVE_VERSION_MAJOR 4)
 @@ -284,15 +285,15 @@ set_target_properties(groove_static PROP
  if(LIBAV_IS_BUNDLED)
    add_dependencies(groove_static libav)

-- 
libgroove packaging



More information about the pkg-multimedia-commits mailing list