Projects
Multimedia
gogglesmm
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 9
View file
gogglesmm.changes
Changed
@@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Tue May 29 00:00:00 UTC 2012 - Manfred.Tremmel@iiv.de + +- update to 0.12.6: + * Fix xine 1.2 detection in configure. + +------------------------------------------------------------------- Thu Dec 08 12:48:00 UTC 2011 - pascal.bleser@opensuse.org - update to 0.12.5:
View file
gogglesmm.spec
Changed
@@ -7,7 +7,7 @@ Summary: Music Collection Manager and Player Name: gogglesmm -Version: 0.12.5 +Version: 0.12.6 Release: 0.pm.1 License: GNU General Public License version 3 (GPL v3) Group: Productivity/Multimedia/Sound/Utilities
View file
gogglesmm-0.12.5.tar.bz2/ChangeLog -> gogglesmm-0.12.6.tar.bz2/ChangeLog
Changed
@@ -1,3 +1,6 @@ +0.12.6 + - Fix xine 1.2 detection in configure. + 0.12.5 - Fix memory leak. - Fix libre.fm support.
View file
gogglesmm-0.12.5.tar.bz2/build/functions -> gogglesmm-0.12.6.tar.bz2/build/functions
Changed
@@ -45,12 +45,12 @@ return 0 fi - if $CONFIG_MINOR -lt $5 ; then + if $CONFIG_MAJOR -eq $4 && $CONFIG_MINOR -lt $5 ; then echo " Check $1 Version => Unsupported ($CONFIG_MAJOR.$CONFIG_MINOR.$CONFIG_LEVEL)" return 0 fi - if $CONFIG_LEVEL -lt $6 ; then + if $CONFIG_MAJOR -eq $4 && $CONFIG_MINOR -eq $5 && $CONFIG_LEVEL -lt $6 ; then echo " Check $1 Version => Unsupported ($CONFIG_MAJOR.$CONFIG_MINOR.$CONFIG_LEVEL)" return 0 fi
View file
gogglesmm-0.12.5.tar.bz2/build/version -> gogglesmm-0.12.6.tar.bz2/build/version
Changed
@@ -1,5 +1,5 @@ MAJOR=0 MINOR=12 -LEVEL=5 +LEVEL=6 BETA_DB=0 BETA_APP=0
View file
gogglesmm-0.12.5.tar.bz2/configure -> gogglesmm-0.12.6.tar.bz2/configure
Changed
@@ -68,6 +68,7 @@ ;; --xine-prefix=*) XINE_PREFIX=${arg#*=} + add_package_path $XINE_PREFIX ;; --sqlite-prefix=*) SQLITE_PREFIX=${arg#*=} @@ -190,6 +191,40 @@ EXTRALIBS="$EXTRALIBS -lGL -lGLU" fi +# xine >= 1.2.0 use pkg-config +add_package "libxine" "libxine" +if $? -eq 0 ; then + + # Old xine is still supported... + XINE_MAJOR=${XINE_MAJOR:-1} + XINE_MINOR=${XINE_MINOR:-1} + XINE_LEVEL=${XINE_LEVEL:-16} + if -n "$XINE_PREFIX" ; then + check_in_prefix "XINE" $XINE_PREFIX "xine-config" $XINE_MAJOR $XINE_MINOR $XINE_LEVEL + if $? -eq 0 ; then + echo " Unable to find a compatible XINE library installation. Please make" + echo " sure the correct version is installed including the header files." + echo " You can use the \"--xine-prefix\" option to search in an" + echo " alternative installation directory." + exit -1 + fi + else + check_in_prefix "XINE" "/usr" "xine-config" $XINE_MAJOR $XINE_MINOR $XINE_LEVEL + if $? -eq 0 ; then + check_in_prefix "XINE" "/usr/local" "xine-config" $XINE_MAJOR $XINE_MINOR $XINE_LEVEL + if $? -eq 0 ; then + echo " Unable to find a compatible XINE library installation. Please make" + echo " sure the correct version is installed including the header files." + echo " You can use the \"--xine-prefix\" option to search in an" + echo " alternative installation directory." + exit -1 + fi + fi + fi + add_config "libxine" +fi + + PKG_LDFLAGS=$(pkg-config --libs-only-L $PACKAGES) PKG_LIBS=$(pkg-config --libs-only-l --libs-only-other $PACKAGES) PKG_CFLAGS=$(pkg-config --cflags-only-other $PACKAGES) @@ -202,33 +237,6 @@ -XINE_MAJOR=${XINE_MAJOR:-1} -XINE_MINOR=${XINE_MINOR:-1} -XINE_LEVEL=${XINE_LEVEL:-16} -if -n "$XINE_PREFIX" ; then - check_in_prefix "XINE" $XINE_PREFIX "xine-config" $XINE_MAJOR $XINE_MINOR $XINE_LEVEL - if $? -eq 0 ; then - echo " Unable to find a compatible XINE library installation. Please make" - echo " sure the correct version is installed including the header files." - echo " You can use the \"--xine-prefix\" option to search in an" - echo " alternative installation directory." - exit -1 - fi -else - check_in_prefix "XINE" "/usr" "xine-config" $XINE_MAJOR $XINE_MINOR $XINE_LEVEL - if $? -eq 0 ; then - check_in_prefix "XINE" "/usr/local" "xine-config" $XINE_MAJOR $XINE_MINOR $XINE_LEVEL - if $? -eq 0 ; then - echo " Unable to find a compatible XINE library installation. Please make" - echo " sure the correct version is installed including the header files." - echo " You can use the \"--xine-prefix\" option to search in an" - echo " alternative installation directory." - exit -1 - fi - fi -fi -add_config "xine_lib" - . build/byteorderdetect if $NLS -eq 1 ; then
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.