Projects
Multimedia
audacious-plugins
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 15
View file
audacious-plugins.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Sun Feb 27 00:00:00 UTC 2011 - detlef@links2linux.de + +- add no libavcodec patch for new ffmpeg + +------------------------------------------------------------------- Thu Feb 23 00:00:00 UTC 2011 - detlef@links2linux.de - new upstream version <2.4.4>
View file
audacious-plugins.spec
Changed
@@ -13,6 +13,8 @@ Source0: http://distfiles.atheme.org/%{name}-%{version}.tgz +Patch0: %{name}-no_libavcodec.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: audacious-devel = %{version} @@ -114,11 +116,9 @@ "ProjectM" visualization plugin for Audacious. - - - %prep %setup -q -n %{name}-%{version} +%patch0 -p1 %build
View file
audacious-plugins-no_libavcodec.patch
Added
@@ -0,0 +1,52 @@ +diff -Nur audacious-plugins-2.4.4-orig/configure audacious-plugins-2.4.4/configure +--- audacious-plugins-2.4.4-orig/configure 2011-02-27 09:10:52.864287031 +0100 ++++ audacious-plugins-2.4.4/configure 2011-02-27 09:12:52.917534539 +0100 +@@ -9468,20 +9468,20 @@ + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for FFMPEG" >&5 + $as_echo_n "checking for FFMPEG... " >&6; } + if test "x$PKG_CONFIG" != "x"; then +- if { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libavcodec >= 52.20.0 libavcore >= 0.12.0 libavformat >= 52.31.0 libavutil >= 49.15.0\""; } >&5 +- ($PKG_CONFIG --exists --print-errors "libavcodec >= 52.20.0 libavcore >= 0.12.0 libavformat >= 52.31.0 libavutil >= 49.15.0") 2>&5 ++ if { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libavcodec >= 52.20.0 libavformat >= 52.31.0 libavutil >= 49.15.0\""; } >&5 ++ ($PKG_CONFIG --exists --print-errors "libavcodec >= 52.20.0 libavformat >= 52.31.0 libavutil >= 49.15.0") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + if test "x${FFMPEG_CFLAGS}" != "x"; then + pkg_cv_FFMPEG_CFLAGS="${FFMPEG_CFLAGS}" + else +- pkg_cv_FFMPEG_CFLAGS=`$PKG_CONFIG --cflags "libavcodec >= 52.20.0 libavcore >= 0.12.0 libavformat >= 52.31.0 libavutil >= 49.15.0" 2>/dev/null` ++ pkg_cv_FFMPEG_CFLAGS=`$PKG_CONFIG --cflags "libavcodec >= 52.20.0 libavformat >= 52.31.0 libavutil >= 49.15.0" 2>/dev/null` + fi + if test "x${FFMPEG_LIBS}" != "x"; then + pkg_cv_FFMPEG_LIBS="${FFMPEG_LIBS}" + else +- pkg_cv_FFMPEG_LIBS=`$PKG_CONFIG --libs "libavcodec >= 52.20.0 libavcore >= 0.12.0 libavformat >= 52.31.0 libavutil >= 49.15.0" 2>/dev/null` ++ pkg_cv_FFMPEG_LIBS=`$PKG_CONFIG --libs "libavcodec >= 52.20.0 libavformat >= 52.31.0 libavutil >= 49.15.0" 2>/dev/null` + fi + else + pkg_failed="yes" +@@ -9493,9 +9493,9 @@ + + if test "x$pkg_failed" = "xyes"; then + if test "x$_pkg_short_errors_supported" = "xyes"; then +- FFMPEG_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libavcodec >= 52.20.0 libavcore >= 0.12.0 libavformat >= 52.31.0 libavutil >= 49.15.0" 2>&1` ++ FFMPEG_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libavcodec >= 52.20.0 libavformat >= 52.31.0 libavutil >= 49.15.0" 2>&1` + else +- FFMPEG_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libavcodec >= 52.20.0 libavcore >= 0.12.0 libavformat >= 52.31.0 libavutil >= 49.15.0" 2>&1` ++ FFMPEG_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libavcodec >= 52.20.0 libavformat >= 52.31.0 libavutil >= 49.15.0" 2>&1` + fi + echo "$FFMPEG_PKG_ERRORS" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +diff -Nur audacious-plugins-2.4.4-orig/configure.ac audacious-plugins-2.4.4/configure.ac +--- audacious-plugins-2.4.4-orig/configure.ac 2011-02-27 09:10:52.865286405 +0100 ++++ audacious-plugins-2.4.4/configure.ac 2011-02-27 09:12:14.953284496 +0100 +@@ -790,7 +790,7 @@ + + if test $have_new_ffmpeg = yes ; then + PKG_CHECK_MODULES([FFMPEG], +- [libavcodec >= 52.20.0 libavcore >= 0.12.0 libavformat >= 52.31.0 libavutil >= 49.15.0], ++ [libavcodec >= 52.20.0 libavformat >= 52.31.0 libavutil >= 49.15.0], + [have_ffaudio=yes], [have_ffaudio=no]) + else + PKG_CHECK_MODULES([FFMPEG],
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
.