From: <ren...@us...> - 2008-02-26 14:10:25
|
Revision: 939 http://gmyth.svn.sourceforge.net/gmyth/?rev=939&view=rev Author: renatofilho Date: 2008-02-26 06:10:22 -0800 (Tue, 26 Feb 2008) Log Message: ----------- - release 26/02/2008 - 0.7.1 Modified Paths: -------------- trunk/gmyth/autogen.sh trunk/gmyth/configure.ac trunk/gmyth-dbus/Makefile.am trunk/gmyth-dbus/autogen.sh trunk/gmyth-dbus/configure.ac trunk/gmyth-stream/gmencoder/configure.ac trunk/gmyth-stream/server/setup.py trunk/gmyth-upnp/configure.ac trunk/packages/gmencoder-debian/changelog trunk/packages/gms-debian/changelog trunk/packages/gmyth-debian/changelog trunk/packages/gst-debian/changelog Modified: trunk/gmyth/autogen.sh =================================================================== --- trunk/gmyth/autogen.sh 2008-02-25 18:40:34 UTC (rev 938) +++ trunk/gmyth/autogen.sh 2008-02-26 14:10:22 UTC (rev 939) @@ -16,4 +16,4 @@ echo "You need to install gnome-common from the GNOME CVS" exit 1 } -REQUIRED_AUTOMAKE_VERSION=1.9 USE_GNOME2_MACROS=1 . gnome-autogen.sh -I./m4 +REQUIRED_AUTOMAKE_VERSION=1.9 USE_GNOME2_MACROS=1 . gnome-autogen.sh Modified: trunk/gmyth/configure.ac =================================================================== --- trunk/gmyth/configure.ac 2008-02-25 18:40:34 UTC (rev 938) +++ trunk/gmyth/configure.ac 2008-02-26 14:10:22 UTC (rev 939) @@ -1,4 +1,4 @@ -AC_INIT(gmyth, 0.7.0) +AC_INIT(gmyth, 0.7.1) AC_PREREQ(2.52) AC_CONFIG_SRCDIR(configure.ac) AC_CANONICAL_BUILD Modified: trunk/gmyth-dbus/Makefile.am =================================================================== --- trunk/gmyth-dbus/Makefile.am 2008-02-25 18:40:34 UTC (rev 938) +++ trunk/gmyth-dbus/Makefile.am 2008-02-26 14:10:22 UTC (rev 939) @@ -1,7 +1,8 @@ SUBDIRS = src data -EXTRA_DIST = \ - ChangeLog - -DIST_SUBDIRS = \ - src data +EXTRA_DIST = \ + autogen.sh \ + AUTHORS \ + COPYING \ + README + Modified: trunk/gmyth-dbus/autogen.sh =================================================================== --- trunk/gmyth-dbus/autogen.sh 2008-02-25 18:40:34 UTC (rev 938) +++ trunk/gmyth-dbus/autogen.sh 2008-02-26 14:10:22 UTC (rev 939) @@ -16,4 +16,4 @@ echo "You need to install gnome-common from the GNOME CVS" exit 1 } -REQUIRED_AUTOMAKE_VERSION=1.9 USE_GNOME2_MACROS=1 . gnome-autogen.sh +REQUIRED_AUTOMAKE_VERSION=1.9 USE_GNOME2_MACROS=1 . gnome-autogen.sh -I./m4 Modified: trunk/gmyth-dbus/configure.ac =================================================================== --- trunk/gmyth-dbus/configure.ac 2008-02-25 18:40:34 UTC (rev 938) +++ trunk/gmyth-dbus/configure.ac 2008-02-26 14:10:22 UTC (rev 939) @@ -1,49 +1,23 @@ -# -*- Autoconf -*- -# Process this file with autoconf to produce a configure script. +AC_INIT(gmyth-dbus,0.7.0) +AC_PREREQ(2.52) +AC_CONFIG_SRCDIR(configure.ac) +AC_CANONICAL_BUILD +AC_CANONICAL_HOST +AC_ISC_POSIX -AC_PREREQ(2.50) +AM_INIT_AUTOMAKE(1.6 dist-bzip2) +AM_CONFIG_HEADER(config.h) -AC_INIT([gmyth-dbus],[0.7]) - -AC_CONFIG_MACRO_DIR([m4]) -AC_CONFIG_HEADER(config.h) - -dnl AM_MAINTAINER_MODE provides the option to enable maintainer mode -AM_MAINTAINER_MODE dnl make aclocal work in maintainer mode AC_SUBST(ACLOCAL_AMFLAGS, "-I m4") -AM_INIT_AUTOMAKE($PACKAGE, $VERSION) - -# Checks for programs. -# check for tools -# Make sure CFLAGS is defined to stop AC_PROC_CC adding -g -CFLAGS="$CFLAGS -Wall" +C_PROG_CXX AC_PROG_CC -AC_PROG_LIBTOOL - -# Checks for libraries. - -# Checks for header files. +AM_PROG_CC_STDC AC_HEADER_STDC +AC_C_BIGENDIAN +AC_C_CONST -#Test if --disable-debug given -AC_ARG_ENABLE(debug, - AC_HELP_STRING([--disable-debug], [enable debugging mode])) -if test x"$enable_debug" != xno; then - CFLAGS="$CFLAGS -g -DMYTH_STREAM_USE_DEBUG" -else - CFLAGS="$CFLAGS -O2 -DG_DISABLE_CHECKS" -fi - - -AS_AC_EXPAND(DATADIR, $datadir) - -DBUS_SERVICES_DIR="$DATADIR/dbus-1/services" -AC_SUBST(DBUS_SERVICES_DIR) -AC_DEFINE_UNQUOTED(DBUS_SERVICES_DIR, "$DBUS_SERVICES_DIR", [Where services dir for DBUS is]) - - # Checks required packages #################################################### ############################################################################### @@ -76,15 +50,9 @@ AC_SUBST(LDFLAGS) AC_SUBST(LIBS) -AC_OUTPUT([ +AC_OUTPUT( Makefile src/Makefile data/Makefile data/br.org.indt.GMyth.service -]) - -if test "x$enable_debug" != "xno"; then - AC_MSG_NOTICE([Debug: Enabled]) -else - AC_MSG_NOTICE([Debug: Disabled]) -fi +) Modified: trunk/gmyth-stream/gmencoder/configure.ac =================================================================== --- trunk/gmyth-stream/gmencoder/configure.ac 2008-02-25 18:40:34 UTC (rev 938) +++ trunk/gmyth-stream/gmencoder/configure.ac 2008-02-26 14:10:22 UTC (rev 939) @@ -3,7 +3,7 @@ AC_PREREQ(2.50) -AC_INIT([gmemcoder],[0.1]) +AC_INIT([gmemcoder],[0.7.1]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADER(config.h) Modified: trunk/gmyth-stream/server/setup.py =================================================================== --- trunk/gmyth-stream/server/setup.py 2008-02-25 18:40:34 UTC (rev 938) +++ trunk/gmyth-stream/server/setup.py 2008-02-26 14:10:22 UTC (rev 939) @@ -2,9 +2,9 @@ from glob import glob setup(name='gms', - version='0.6', - description='carman rich view package', - long_description='carman rich view (SDL based) package', + version='0.7.1', + description='GMyth Transcode server', + long_description='GMyth Transcode server', url='http://www.indt.org.br', scripts=['gms.py'], package_dir={'lib': 'lib', 'plugins' : 'plugins','data' : 'data' }, Modified: trunk/gmyth-upnp/configure.ac =================================================================== --- trunk/gmyth-upnp/configure.ac 2008-02-25 18:40:34 UTC (rev 938) +++ trunk/gmyth-upnp/configure.ac 2008-02-26 14:10:22 UTC (rev 939) @@ -1,4 +1,4 @@ -AC_INIT(gmyth-upnp, 0.7.0) +AC_INIT(gmyth-upnp, 0.7.1) AC_PREREQ(2.52) AC_CONFIG_SRCDIR(configure.ac) AC_CANONICAL_BUILD Modified: trunk/packages/gmencoder-debian/changelog =================================================================== --- trunk/packages/gmencoder-debian/changelog 2008-02-25 18:40:34 UTC (rev 938) +++ trunk/packages/gmencoder-debian/changelog 2008-02-26 14:10:22 UTC (rev 939) @@ -1,3 +1,9 @@ +gmencoder (0.7.1-indt1) gutsy; urgency=low + + * release 02/26/2008 + + -- Renato Filho <ren...@in...> Fri, 26 Feb 2008 11:01:00 -0300 + gmencoder (0.7-indt1) gutsy; urgency=low * Updated to same gmyth Release 0.7 Modified: trunk/packages/gms-debian/changelog =================================================================== --- trunk/packages/gms-debian/changelog 2008-02-25 18:40:34 UTC (rev 938) +++ trunk/packages/gms-debian/changelog 2008-02-26 14:10:22 UTC (rev 939) @@ -1,3 +1,9 @@ +gms (0.7.1-indt1) gutsy; urgency=low + + * release 02/26/2008 + + -- Renato Filho <ren...@in...> Fri, 26 Feb 2008 11:04:00 -0300 + gms (0.7-indt1) gutsy; urgency=low * Updated to same gmyth Release 0.7 Modified: trunk/packages/gmyth-debian/changelog =================================================================== --- trunk/packages/gmyth-debian/changelog 2008-02-25 18:40:34 UTC (rev 938) +++ trunk/packages/gmyth-debian/changelog 2008-02-26 14:10:22 UTC (rev 939) @@ -1,3 +1,9 @@ +gmyth (0.7.1-indt1) gutsy; urgency=low + + * Release 0.7.1 + + -- Renato Araujo <ren...@in...> Fri, 26 Feb 2008 10:52:08 -0300 + gmyth (0.7-indt1) gutsy; urgency=low * Release 0.7 Modified: trunk/packages/gst-debian/changelog =================================================================== --- trunk/packages/gst-debian/changelog 2008-02-25 18:40:34 UTC (rev 938) +++ trunk/packages/gst-debian/changelog 2008-02-26 14:10:22 UTC (rev 939) @@ -1,3 +1,9 @@ +gstreamer0.10-indt-plugins (0.10.14-svn20080226) gutsy; urgency=low + + * Relase 02/26/2007; + + -- Renato Araujo Oliveira Filho <ren...@in...> Mon, 26 Feb 2008 10:57:00 -0300 + gstreamer0.10-indt-plugins (0.10.14-svn20080107) gutsy; urgency=low * Relase 01/07/2007; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |