%define name etoys %define version 2.0.1471 %define release 1 %define source %{name}-%{version} Name: %{name} Summary: A media-rich model, game, and simulation construction kit and authoring tool Version: %{version} Release: %{release} Vendor: Viewpoints Research URL: http://squeakland.org/ License: Apache License BuildArchitectures: noarch BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) Source: %{source}.tar.gz Group: Development/Languages Prefix: /usr Requires: squeak-vm >= 3.9-11 Requires: shared-mime-info %description Squeak Etoys was inspired by LOGO, PARC-Smalltalk, Hypercard, and starLOGO. It is a media-rich authoring environment with a simple powerful scripted object model for many kinds of objects created by end-users that runs on many platforms, and is free and open source. It includes 2D and 3D graphics, images, text, particles, pres-entations, web-pages, videos, sound and MIDI, etc. It includes the ability to share desktops with other Etoy users in real-time, so many forms of immersive mentoring and play can be done over the Internet. %prep %setup -n %{source} %build ./autogen.sh --prefix=/usr make ROOT=%{buildroot} %{?_smp_mflags} %install [ -n "%{buildroot}" -a "%{buildroot}" != "/" ] && rm -rf "%{buildroot}" make install-etoys ROOT=%{buildroot} %clean [ -n "%{buildroot}" -a "%{buildroot}" != "/" ] && rm -rf "%{buildroot}" %post /usr/bin/update-mime-database /usr/share/mime &> /dev/null %postun /usr/bin/update-mime-database /usr/share/mime &> /dev/null %files /usr/share/etoys /usr/bin/etoys /usr/share/doc/etoys /usr/share/mime/packages/etoys.xml %changelog * Mon Jul 30 2007 Bert Freudenberg - 2.0.2471-1 - removed examples.dir - content rev. 31: - 1471SugarNav13-yo: Update the buttons in the Sugar bar. - 1470notShowUpdateDir-yo: Hide update directory from the project list. - 1469resumeFix-bf: fix resuming non-projects from Journal * Thu Jul 24 2007 Bert Freudenberg - 2.0.1468-1 - provide shared-mime-info magic file - fixed icon (eben) - declare mime-types in activity.info - fix typo in etoys-instance script - content rev 30: - 1468datastore-bf: Make resuming a project from datastore work (like after downloading a project). Also allow saving to and loading from datastore. - 1467DBus-Core-bf-34: fix dbus error handling - 1466SqueakToUtf8-ar: conversion from and to UTF-8 - 1465TransExportUI-tak: Modify Language Editor UI for Korakurider's new gettext exporter. - 1464TransExport3-KR: package pot by top-category of class excluding Morphic-*, export wordings and documentions - 1463relBuilderBinIcons-yo: Release Builder creates icons. * Thu Jul 19 2007 Bert Freudenberg - 2.0-1462-1 - content rev 29: - fix camera not opening (bf) - 1462networkFix-mir-bf: Fix non-blocking socket connection (mir) Fix getting local host address (bf) - 1461helpTypo-sw: Fixes a typo in the help msg for previous-arrow * Wed Jul 18 2007 Bert Freudenberg - 2.0-1460-1 - content rev 28: - 1460journalFix2-bf: Use title from journal for project name, and vice versa - 1459journalFix-bf: Datastore object id must not be retained in image or project files * Tue Jul 17 2007 Bert Freudenberg - 2.0-1458-1 - content rev 27: - 1458avoidHelpFlap-sw: avoid appearance of an unexpected evt-theatre help flap after a locale change - 1457journal-bf: Datastore support part one: Create journal entries, update on deactivation, retrieve when resuming. - 1456FasterLocaleChange-yo: Make locale change faster - 1455SugarNav12-yo: Fix a one-off bug in the use of WarpBlt. Also, fix the corrupted bitmaps. - 1454scriptorParam-sw: Fixes some problems in the headers of scriptors that have parameters. - 1453DBus-Core-bf-33: fix writing of container types - 1452FixCopyMorph-tak: Fix a problem that you cannot copy a morph on Windows nor Mac. * Fri Jul 13 2007 Bert Freudenberg - 2.0.1451-1 - fix spec file clean, add _smp_mflags as requested by fedora (bf) - fix alternate image logic (yo) - content rev 26: - 1451ownerBuddy-bf: Treat owner buddy specially: do not show in peer list, use its nick as authorName (fixes #2091) - 1450TransExport2-KR: merge duplicate msgid entry on export, and show each occurence as header for msg id - 1449WanderingLetters-tk - 1448MouseOverHalosFix-tak: Fixed bug that mouse over halos need a double click (#2086) - 1447supressViewerNotice-yo: In non eToyFriendly mode, building viewer progress bar is suppressed. (Also, #translated is added.) - 1446disablePutInWindow-yo: In eToyFriendly mode, disable put in a window feature. - 1445SugarNav11-yo: Replace quit button with stop button. - 1444CatalogEntriesJul12-yo: Adjust some labels in object catalog. - 1443RemoveAtomicGame: Remove AtomicGame from the system. - 1442TransExport1-KR: Collect translated literals and extract them to gettext POT (prototype attempt). - 1441ExClipboardMorphic4-tak: Better behavior in Sugar environment: Fixed a bug that it happens to be copied 3 times to Sugar frame. Fixed a bug not to work dragging out on Sugar. - 1440HonorCursorChange-yo: biggerCursor preference change informes HandMorph and reinitializes the class var. - 1439rotatedBareTileOops-sw.cs: Fixes a glitch that caused the jump when grabbing a bare tile to appear again. * Thu Jul 12 2007 Bert Freudenberg - 2.0.1438-1 - add workaround for ticket 1951 (bf) - fix SUGAR_BUNDLE_PATH in etoys-factory (bf) - content rev. 24: - 1438DndOutMorphic-tak: An immature attempt of dragging out. - 1437explicitlySetDisplay-yo: Upon release, we set display depth to 16 explicitly. - 1436VIrtDepthNativeDepth-yo: The current OLPCVirtualDisplay stays in 32-bit mode. With this change, it uses the native display depth when saving. - 1435WSandCatalog-yo: SpectrumAnalyzer gets bigger buttons. SpectrumAnalyzer shows up in Multimedia category. VideoMorph shows up as 'Camera'. PhonePad is moved to Multimedia. PhonePad gets better buttons. WorldStethoscope is moved to Multimedia. WorldStethoscope get bigger buttons. * Tue Jul 10 2007 Bert Freudenberg - 2.0.1434-1 - use bundlebuilder for packaging .xo (bf) - include NEWS file in xo bundle, ChangeLog in RPM (bf) - look for alternative "olpc-dev/etoys.image" in /media instead of /mnt - content rev. 23: - 1434releaseForOLPC3-yo: Tweak the release builder code again - 1433SaveVideo-yo: VideoMorph can be saved into a project, and it pauses when the project switches. - 1432TRscalingOptions-yo: change the wording for English via translation - 1431scalingChoice-yo: Enable translations for scaling options and helps - 1430KedamaPatchTiles-yo - 1429bareTiles-sw: Do not allow editing in tiles on the desktop. Instead, any mouse down on such a tile basically just picks it up. This is not 100% ideal, but better than the previous situation. - 1428caretIssues-sw: Refactors the logic for adding/deleting/showing/hiding carets on tiles. - 1427kbdFocusInPhrase-sw: Assure release of keyboard focus when user grabs a phrase tile - 1426FixScaledDrop-ar: Fixes a problem with DnD handling when scaling is on. - 1425simpleErase-sw: Make the 'erase' and 'stamp & erase' tiles do simple deletion of the object, *not* putting it in the trash and *not* animating. - 1424tinyTweaks-sw: Default clock does not show seconds. 'make this the template for new pages' wording change in 'advanced' book-morph submenu. - 1423scriptorMenu-sw: Remove some redundancy between scriptor menu and gold-box, and harmonize the eToyFriendly and non-eToyFriendly variants of the scriptor menu. - 1422alignProjSorter-yo: Align the sorter. Add scroll bar to the project sorter when it is too big. - 1421viewerTabs-sw: When toggling the implicitSelfInTiles preference, assure that all the viewers represented by viewer-flap-tabs in the projects are fully instantiated. * Fri Jun 29 2007 Bert Freudenberg - 2.0.1420-1 - split off activity into .xo bundle - removed factory-service (now in Sugar as sugar-native-factory) - cleaned up spec file - content rev. 22: - use Ctrl-X/C/V for cut/copy/paste - copy an etoys object as image to other activity - fix listen loop * Tue Jun 26 2007 Bert Freudenberg - 2.0.1401 - IPv6 image support code (mir, ikp) - updated projects * Tue Jun 26 2007 Bert Freudenberg - remove python activity wrapper, get rid of automake (bf) - add factory-service (external activity factory) (bf) - provide activity protocol on DBus from etoys (bf) - require squeak-vm-3.9-11 for DBus support and IPv6 - 2.0.1396 from SVN rev.12 - new function tiles, treasure chest in scriptor, various fixes (sw) - hide screen scaling button if on native 1200x900 (yo) - sibling fixes (tk) - project load fix, viewer feedback (kfr) * Thu Jun 14 2007 Bert Freudenberg - added detailed ChangeLog (generated via mkChangeLog) - for old Sugar, use nick name sans spaces as key - 2.0.1361 from SVN rev. 11 - enhanced BookMorph controls (sw) - dnd supports images and text in addition to files now (tak) - add DBus bindings (impara) * Mon May 14 2007 Bert Freudenberg - 2.0.1349 from SVN rev. 8 - put back screen sharing button * Thu May 10 2007 Bert Freudenberg - 2.0.1345 from SVN rev. 7 - minor fixes - new demo project * Wed May 09 2007 Bert Freudenberg - 2.0.1337 from SVN rev. 6 - added presence service support, buddy badges (bf) - Meta parser, used for expression precedence (yo, alex) - s-expr serialization (yo) - simulate 1200x900 on any screen (ar) * Tue Apr 24 2007 Bert Freudenberg - 2.0.1283 from SVN rev. 5: - fix olpc bar to not constantly consume CPU (yo) * Mon Apr 23 2007 Bert Freudenberg - generate activity_version for activity.info from etoys.spec - 2.0.1276 from SVN rev. 4: - navigator bar and supplies in olpc look (yo) - blueprint canvas (sw), optional implicit self in tiles (sw) * Mon Apr 02 2007 Bert Freudenberg - use $HOME as user directory for trial1 * Fri Mar 30 2007 Bert Freudenberg - moved Content to SVN (now at rev. 3) - 2.0.1252 - bigger cursors (bf) - load rather than generate DSA key (bf) * Fri Mar 23 2007 Bert Freudenberg - 2.0.1238, launch project from webbrowser (bf) - add Ogg support (tak, needs new plugin) - better camera support (dgd, needs new plugin) - updated DemonCastle project (ted) * Tue Feb 27 2007 Bert Freudenberg - 2.0.1224-2: Fixes to run under new Sugar - adjust case of file/directory names to match other activities * Wed Feb 21 2007 Bert Freudenberg - 2.0.1224, fixes, added XML support, new DAV-based updates * Mon Feb 12 2007 Bert Freudenberg - 2.0.1203, fix icon path * Mon Jan 17 2007 Yoshiki Ohshima - 2.0.1198, Changes from Scott Wallace * Mon Jan 16 2007 Yoshiki Ohshima - 2.0.1192, initial screens tweak * Mon Jan 15 2007 Bert Freudenberg - 2.0.1188, minor fixes * Fri Jan 12 2007 Bert Freudenberg - 2.0.1185, new start screen * Thu Jan 11 2007 Yoshiki Ohshima - 2.0.1183, pre-loaded Welcome and a tutorial projects * Wed Jan 10 2007 Bert Freudenberg - 2.0.1179, updated projects * Tue Jan 09 2007 Bert Freudenberg - 2.0.1178, more font adjustments * Fri Jan 05 2007 Bert Freudenberg - 2.0.1168, use Komika fonts * Thu Jan 04 2007 Bert Freudenberg - 2.0.1166, fixed DemonCastle * Fri Dec 22 2006 Bert Freudenberg - 2.0.1156, run from /mnt/stick/olpc-dev/etoys.image if existant * Tue Dec 19 2006 Bert Freudenberg - 2.0.1145, patched icon because of broken css lib * Mon Dec 18 2006 Bert Freudenberg - 2.0.1142, new bundle info, requires latest sugar * Fri Dec 01 2006 Bert Freudenberg - 2.0.1134, require squeak-vm >= 3.9-10 for ALSA fix * Fri Nov 24 2006 Bert Freudenberg - 2.0.1130, activity bundle v1, deactivate sound if not focused * Fri Nov 10 2006 Bert Freudenberg - 1.0.1118, stop sound when done * Fri Oct 27 2006 Bert Freudenberg - 1.0.1108, more example projects * Thu Oct 26 2006 Bert Freudenberg - 1.0.1105, example projects * Wed Oct 25 2006 Bert Freudenberg - 1.0.1104, DemonCastle1.009.pr, Welcome.023.pr * Tue Oct 24 2006 Bert Freudenberg - 1.0.1102, DemonCastle1.007.pr, Welcome.021.pr * Sat Oct 21 2006 Bert Freudenberg - 1.0.1098 * Fri Oct 20 2006 Bert Freudenberg - 1.0.1095 added Welcome and DemonCastle1 projects * Thu Oct 19 2006 Bert Freudenberg - 1.0.1093 relicense to APACHE 2.0 / MIT * Wed Oct 18 2006 Bert Freudenberg - 1.0.1092 * Tue Oct 17 2006 Bert Freudenberg - 1.0.1085 * Wed Oct 11 2006 Bert Freudenberg - 1.0.1045 * Tue Oct 10 2006 Bert Freudenberg - 1.0.1039 * Mon Oct 09 2006 Bert Freudenberg - 1.0.1037 * Sat Oct 07 2006 Bert Freudenberg - 1.0.1032 * Fri Oct 06 2006 Bert Freudenberg - initial RPM for OLPC (1.0.1022)