Skip to content
Snippets Groups Projects
  1. May 03, 2004
  2. May 01, 2004
    • Eelco Dolstra's avatar
      * Added libXv (XVideo). · d811b4c9
      Eelco Dolstra authored
      * Zapping/VLC/MPlayer: use libXv.
      * MPlayer: upgrade to 1.0pre4.
      * Zapping: add libXext to the rpath.  I don't understand why this is
        necessary.  Zapping doesn't itself link against libXext, though some
        of its dependencies do.  (Maybe this is due to `--export-dynamic'?)
      
      svn path=/nixpkgs/trunk/; revision=990
      d811b4c9
  3. Apr 27, 2004
  4. Apr 23, 2004
  5. Apr 22, 2004
  6. Apr 21, 2004
  7. Apr 14, 2004
    • Eelco Dolstra's avatar
      * Specified MD5 hash. · 1049ba59
      Eelco Dolstra authored
      svn path=/nixpkgs/trunk/; revision=940
      1049ba59
    • Eelco Dolstra's avatar
      * `fetchsvn' now requires the MD5 hash (as computed by `nix-hash') of · 5c847a37
      Eelco Dolstra authored
        the tree being fetched from a Subversion repository.  The revision
        number is now optional (and defaults to HEAD).
      
        This makes `fetchsvn' more pure.  First, a URL/revision tuple does
        not uniquely identify a file resource, since the repository itself
        might change.  Second, `svn:external' attributes can cause arbitrary
        resources to be exported.
      
        A script `nix-prefetch-svn' has been provided to determine the hash
        of a URL.
      
      svn path=/nixpkgs/trunk/; revision=938
      5c847a37
    • Eelco Dolstra's avatar
      * Obsolete. · f7561cf0
      Eelco Dolstra authored
      svn path=/nixpkgs/trunk/; revision=936
      f7561cf0
  8. Apr 08, 2004
  9. Apr 07, 2004
  10. Apr 06, 2004
  11. Apr 05, 2004
  12. Apr 04, 2004
    • Eelco Dolstra's avatar
      * Ensure that when building gcc, libstdc++ is linked against the · beaff0a8
      Eelco Dolstra authored
        libgcc of the gcc being built, not the gcc building it.
      * Only include a directory in the rpath of an executable/library if it
        is actually used.  Before, the `/lib' directory of every build input
        was added to the rpath, causing many unnecessary retained
        dependencies.  For instance, Perl has a `/lib' directory, but most
        applications whose build process uses Perl don't actually link
        against Perl.  (Also added a test for this.)
      * After building glibc, remove glibcbug, to prevent a retained
        dependency on gcc.
      * Add a newline after `building X' in GNU Make.
      
      svn path=/nixpkgs/trunk/; revision=911
      beaff0a8
  13. Apr 03, 2004
  14. Apr 02, 2004
  15. Apr 01, 2004
Loading