This is an automated email from the git hooks/post-receive script. rene pushed a commit to branch debian-experimental-4.2 in repository libreoffice.
commit 3ff0aa58c9aa10a1e173aaef294b8be1c3958d0f Author: Rico Tzschichholz <[email protected]> Date: Sat Feb 1 16:38:15 2014 +0100 Refer to libavmediagst_0_10.so while building against gstreamer0.10 --- rules | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rules b/rules index 30d4c68..a88cb70 100755 --- a/rules +++ b/rules @@ -2653,8 +2653,13 @@ endif ifeq "$(USE_GSTREAMER)" "y" mkdir -p $(PKGDIR)-avmedia-backend-gstreamer/$(OODIR)/program + ifeq "$(GSTREAMER_VERSION)" "1.0" mv $(PKGDIR)-core/$(OODIR)/program/libavmediagst.so \ $(PKGDIR)-avmedia-backend-gstreamer/$(OODIR)/program + else + mv $(PKGDIR)-core/$(OODIR)/program/libavmediagst_0_10.so \ + $(PKGDIR)-avmedia-backend-gstreamer/$(OODIR)/program + endif endif ifeq "$(USE_VLC)" "y" mkdir -p $(PKGDIR)-avmedia-backend-vlc/$(OODIR)/program -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

